Yes, i looked at the generated HTML and that's the problem... at the first page is
<a href="/helloWorld/indexClick.do?method=enter">Enter</a> and it works fine, but at the second page, the original code is <html:link action="/index?method=enter">Exit</html:link> and the generated html is <a href="/helloWorld/indexClick.do?method=enter">Exit</a> it looks like the tag link is using the action of the first page ang embeding it at the second... can it be? thanks Txuset
