Re: html:link newbie problem

2006-11-21 Thread priya
Darn how did I miss that ! Thank you Elie and Wes! On 11/20/06, Elie Ciment <[EMAIL PROTECTED]> wrote: priya, Your html:link (the "opening" tag) has incorrect syntax. You need to change it from Next Page to Next Page No extra "/" - that closes the tag in standard xhtml markup. That shoul

RE: html:link newbie problem

2006-11-21 Thread Wesley Wannemacher
Instead of ... Try: ... Notice the lack of slash in the example. Basically, you are closing the tag before you intend to close it. -Wes > -Original Message- > From: priya [mailto:[EMAIL PROTECTED] > Sent: Monday, November 20, 2006 10:56 AM > To: user@struts.apache.org > Subject: html:

Re: html:link newbie problem

2006-11-21 Thread Elie Ciment
priya, Your html:link (the "opening" tag) has incorrect syntax. You need to change it from Next Page to Next Page No extra "/" - that closes the tag in standard xhtml markup. That should fix it (also, fix up the Previous Page code to surround the words Previous Page with Previous Page). Goo