At 4:44 PM -0500 5/14/04, Matt Bathje wrote:
Hi all.

I have a form that is not a struts form bean (no actionform, no dynaform,
nothing...)

Is it possible to have this submit to a struts action, and read the form
elements somehow? I need to be able to read simple (String) elements as well
as multi-part (formfile) elements from the form.

Any way to do it in struts, or do I just need to give up and make something
non-struts to do it?

you can always use request.getParameter(String)

Any other solution to get a populated ActionForm would be way too much trouble to even consider.

Joe

--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining."
-- Jef Raskin


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



Reply via email to