Are the tag parameters the same? If so then it is acting correctly. Edgar
-----Original Message----- From: Jesús Cases [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 10:35 AM To: [email protected] Subject: Re: problem with links 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 -- Internal Virus Database is out-of-date. Checked by AVG Free Edition. Version: 7.1.385 / Virus Database: 268.4.5/321 - Release Date: 4/21/2006 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
