> -----Original Message-----
> From: Howard Miller [mailto:[EMAIL PROTECTED]]
> Sent: Friday, October 11, 2002 1:37 PM
> To: Struts Users Mailing List
> Subject: RE: iterate and html:link
> 
> Hi,
> 
> Thanks - I did wonder if there was something in <html:link> 
> to do this so I did read 
> the documentation.
> 
> However I couldn't get it to do anything at all - it didn't 
> add anything, plus the 
> documentation was very vague (note to whoever - examples for 
> tricky stuff like this 
> would be brilliant). 

I didn't mention the "paramId" parameter, and that is important.  Following
this is an excerpt from the doc that explains this.  It seems reasonably
clear to me.  Examples would definitely be useful.

------------------------
To specify a single parameter, use the paramId  attribute to define the name
of the request parameter to be submitted. To specify the corresponding
value, use one of the following approaches:

    * Specify only the paramName attribute - The named JSP bean (optionally
scoped by the value of the paramScope attribute) must identify a value that
can be converted to a String.
    * Specify both the paramName and paramProperty attributes - The
specified property getter method will be called on the JSP bean identified
by the paramName (and optional paramScope) attributes, in order to select a
value that can be converted to a String.
------------------------

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to