You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by as as <sa...@yahoo.com> on 2004/03/01 18:33:06 UTC

Capture array from form bean into struts action class

Any samples?
Thanks
 
(BAsically I am trying to get list of shoping cart items from my jsp and retrieve them like an array to later send it to my ItemDeleteAction.java class for deleeion.But how to stor the delete array in request or session?Request.setParameter or session permits only String right? and not String array?
Thanks.


---------------------------------
Do you Yahoo!?
Get better spam protection with Yahoo! Mail

Re: Capture array from form bean into struts action class

Posted by as as <sa...@yahoo.com>.
Hubert,

Excellent and thanks for the quick response.I will look and try following these examples!

Hubert Rabago <ja...@yahoo.com> wrote:
Tons of samples with discussion in the archives.
http://marc.theaimsgroup.com/?l=struts-user&w=2&r=1&s=indexed&q=b
http://marc.theaimsgroup.com/?l=struts-user&m=107600405406119&w=2

--- as as wrote:
> Any samples?
> Thanks
> 
> (BAsically I am trying to get list of shoping cart items from my jsp and
> retrieve them like an array to later send it to my ItemDeleteAction.java
> class for deleeion.But how to stor the delete array in request or
> session?Request.setParameter or session permits only String right? and not
> String array?
> Thanks.
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Get better spam protection with Yahoo! Mail


__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


---------------------------------
Do you Yahoo!?
Get better spam protection with Yahoo! Mail

Re: Capture array from form bean into struts action class

Posted by Hubert Rabago <ja...@yahoo.com>.
Tons of samples with discussion in the archives.
http://marc.theaimsgroup.com/?l=struts-user&w=2&r=1&s=indexed&q=b
http://marc.theaimsgroup.com/?l=struts-user&m=107600405406119&w=2

--- as as <sa...@yahoo.com> wrote:
> Any samples?
> Thanks
>  
> (BAsically I am trying to get list of shoping cart items from my jsp and
> retrieve them like an array to later send it to my ItemDeleteAction.java
> class for deleeion.But how to stor the delete array in request or
> session?Request.setParameter or session permits only String right? and not
> String array?
> Thanks.
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Get better spam protection with Yahoo! Mail


__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org