Re: The html:link Tag

2004-06-13 Thread Mark Lowe
try and forget the rest. Mark On 12 Jun 2004, at 23:56, Caroline Jen wrote: Thanks for the reply. If I use the html:link tag and I have one parameter, how do I use the paramId/paramName/paramProperty? For example, I have: what should I do when I convert it to html:link Caroline --- Niall

Re: The html:link Tag

2004-06-12 Thread Niall Pemberton
st" <[EMAIL PROTECTED]> Sent: Saturday, June 12, 2004 10:56 PM Subject: Re: The html:link Tag > Thanks for the reply. If I use the html:link tag and > I have one parameter, how do I use the > paramId/paramName/paramProperty? > > For example, I have: > href="vie

Re: The html:link Tag

2004-06-12 Thread Caroline Jen
Thanks for the reply. If I use the html:link tag and I have one parameter, how do I use the paramId/paramName/paramProperty? For example, I have: what should I do when I convert it to html:link Caroline --- Niall Pemberton <[EMAIL PROTECTED]> wrote: > With the LinkTag you have tw

Re: The html:link Tag

2004-06-12 Thread Niall Pemberton
parameters into a Map and store that Map in a bean property then you would do Click Here I'n not sure what you mean by "verify the equivalent of the part of the html:link tag". should be fine if "listthreads" is set up as a global ActionForward in your struts-config

The html:link Tag

2004-06-12 Thread Caroline Jen
What is the html:link equivalent of How do I pass those parameters (sort, order, and offset)? And please verify the equivalent of the part of the html:link tag: and in my struts-config.xml, I can then Thank you