Hi,

I'm using the following code : 
        <html:link action="logoutAction">logout</html:link>

The html code I get is the following :
        <a href="/lex/logoutAction.do">logout</a>

When I read the explanation about how the <html:link> tag works, I
understood the content of href attribute should be something more like :
"http://www.myserver.com/lec/logoutAction.do";

I do have an <html:base /> tag in the <head> tag of the HTML page.

Anybody can tell me if I misunderstood or forgot to set up something ?

thanks

-- 
Seb'

Reply via email to