try to use arraylist or string arrays

<logic:iterate id="element" name="bean" property="stringArray"
indexId="index">
  <li><em><bean:write name="element"/></em>&nbsp;[<bean:write
name="index"/>]</li>
</logic:iterate>

rgds

   Siraj DH

----- Original Message -----
From: Ajay Mallik <[EMAIL PROTECTED]>
To: 'Struts Users Mailing List' <[EMAIL PROTECTED]>
Sent: Tuesday, April 30, 2002 3:23 AM
Subject: PLEASE HELP !!!


>
> Hi All,
> I am new to Struts. I need to create an action-form dynamically when the
> user submits a form. The form in the client side is generated dynamically,
> as a result I cannot create any fields in the action-form class associated
> with the action. The user can submit simple data as textbox or can submit
> MIME type multipart request as in file upload.
>
> For the above problem I can retrieve the values by using
> request.getParameterNames() and so on, but that is not elegant, I guess.
Can
> I do that "the struts way"? Also, do I need to distinguish between
> mulitipart form data from the simple ones like textboxes?
>
> I will highly appreciate any help in this regard. I have been struggling
> with it.
> Thanks.
> Ajay
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to