You are right. But like I did in my previous snippet, if I setup my
deleteAction mapping to deleteForm in my config file I would think the
searchResults.jsp should by default take deleteForm as its ActionForm and
recognize memberList in the iterate tag. I don't know why that didn't work.
Is there any type of setting in config file that I put deleteForm as default
Form for searchresults.jsp. I know I have it mapped for the deleteAction.

<logic:iterate id="register" property="memberList"
type="org.acaosa.registration.RegistrationTO">

Gnan

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


From: "Shabada, Gnaneshwer" <[EMAIL PROTECTED]>
> Baahh! why didn't that strike me :)
> I'll put searchResults in session and it should work..
> Thanks for your help, Wendy.

You're welcome... sometimes there's a good reason not to put something in
session scope.  To the consternation of my network and server admins, I tend
to assume that memory and disk space are infinite resources until I'm proven
wrong. ;)  Premature optimization is the cause of more problems than it
fixes!

-- 
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