How do I create an anchor tag on AppEngine?
Posted
by Felipe Barreiros
on Stack Overflow
See other posts from Stack Overflow
or by Felipe Barreiros
Published on 2010-05-12T19:04:34Z
Indexed on
2010/05/12
19:14 UTC
Read the original article
Hit count: 209
java
|google-app-engine
I got the URL for the logout screen but I don't know how to create an anchor tag to reference it
resp.getWriter().println(userService.createLogoutURL(req.getRequestURI()));
Tks
© Stack Overflow or respective owner