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

Reply via email to