Baahh! why didn't that strike me :)

I'll put searchResults in session and it should work..

Thanks for your help, Wendy.

-----Original Message-----
From: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sent: Monday, September 27, 2004 6:33 PM
To: Struts Users Mailing List
Subject: Re: CheckBoxes in <logic:ietrate> tag


From: "Shabada, Gnaneshwer" <[EMAIL PROTECTED]>
> And changed the logic:iterate tag
> <logic:iterate id="register" property="memberList"
> type="org.acaosa.registration.RegistrationTO">
>
> This time it didnot recognize memberList and gave me a
NullPointerException.

You seem to be expecting <logic:iterate> to "know" that memberList is a
property of some form.  I don't know if it does that or not... try
property="deleteForm.memberList" instead.

But actually I'd just put the search results in session scope and either
modify them as you do the deletes, or refresh it after the deletes.  Then
it'll be there without your having to do anything.

-- 
Wendy Smoak





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

======================================================================== 
This email message is for the sole use of the intended recipient (s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and destroy all copies
of the original message. To reply to our email administrator directly, send
an email to [EMAIL PROTECTED] 
Toys "R" Us, Inc.

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

Reply via email to