Hi Rick,
Iam getting problem while iam trying to use the following code in my JSP
<nested:iterate property="skills">
<nested:text property="skillId"/>
</nested:iterate>
I got that code from the article
http://wiki.apache.org/struts/StrutsCatalogLazyList
Priya
On 12/29/05, Rick R <[EMAIL PROTECTED]> wrote:
>
> Frank W. Zammetti wrote:
> >
> > I'm still though thinking about your question regarding how I would do
> > it... I've never used LazyList, although I can see why you did. Using
> the
> > reset() method in this way has been nagging me though because I
> typically
> > would never use it except when dealing with checkboxes... something is
> > bugging me about it and I'm not entirely sure what it is at this point,
> > just kind of a gut feeling with nothing to back it up :)
>
> Try it without using a LazyList and you'll see the headaches:) I think
> you'll soon see there is no clean way to do it without one (at least
> none that I'm aware of). Either way, you will have to 'something' in the
> reset method for Lists (assuming you want to be a good camper and use
> request scoped ActionForms:)
>
> --
> Rick
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>