RE: Dynamically generating parameterized links using logic:iterate

2005-04-27 Thread Randall Svancara
Thanks, That worked. I need to read the documentation!!! -Original Message- From: Michael Jouravlev [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 12:21 PM To: Struts Users Mailing List Subject: Re: Dynamically generating parameterized links using logic:iterate I guess, it

Re: Dynamically generating parameterized links using logic:iterate

2005-04-27 Thread Michael Jouravlev
I guess, it would something like this: where com.acme.ParcelObj is the object type, which is collected within "results" and which has parcel property. Michael. On 4/27/05, Randall Svancara <[EMAIL PROTECTED]> wrote: > First of all, I know this must be a frequently asked question.