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
rg > Subject: html:link newbie problem > > This is probably a very simple question but this being my first struts > application its not that simple for me :) > > >- I am using pagination on one of my jsp pages. There is a > simple text >box and 2 hidden fields (s

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

html:link newbie problem

2006-11-21 Thread priya
This is probably a very simple question but this being my first struts application its not that simple for me :) - I am using pagination on one of my jsp pages. There is a simple text box and 2 hidden fields (size, start) which do a search and calls search.do. - search.do passes attribut