Yes, you absolutely can use Struts with ActionForms.  You will have to
take responsibility for getting values out of request, and for
validatation, etc., but the answer is yes.

However, before you do that, have a look at this page:

http://struts.apache.org/faqs/indexedprops.html

If you want to still use ActionForms, this will probably help you do so.

-- 
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com

On Thu, September 29, 2005 9:00 am, Troy Bull said:
> Hello:
>
> I have a question about how to setup a "situation" I have.  I want to
> have a jsp page that has a variable number of text fields on it,  named
> qty1, qty2, ... qtyN where N is some unknown number.   I tried to set it
> up and use no form bean at all so I could just pull them from the
> request object in my action.  So my question is, can I use struts
> without a form bean? And if I can't what do I have to do so I can handle
> situations like this?
>
> Thanks
> troy
>
> ---------------------------------------------------------------------
> 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