Once you have populated the form using the Action, how do you send it back
to the user? Do you have an example of this method of population (can be
really simple, doesn't need to use EJBs or anything)?



----- Original Message -----
From: "Mike Jasnowski" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, June 11, 2003 1:10 PM
Subject: RE: Using ActionForms and Entity CMP EJB


> You can populate an ActionForm in an Action (Using the EJB data), in the
> actionform one of the properties can be a collection type such as List.
>
> -----Original Message-----
> From: Giampiero De Ciantis [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 11, 2003 1:08 PM
> To: [EMAIL PROTECTED]
> Subject: Using ActionForms and Entity CMP EJB
>
>
> I have an EJB that returns a collection of categories (Strings) that I
want
> to display on my page as links. I can't seem to figure out what the
pattern
> is for bringing a Collection object from the data-tier to the Web-Tier
using
> Struts.
>
> Thanks
>
> -Gp
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to