Re: Submitting form to an ActionMapping with no formbean?

2003-03-13 Thread Kevin Williams
I had this same problem...it was because I had accidentally included some additional information in my action mapping for that action in my struts-config.xml file. I've successfully done what you're talking about if I keep it at just: On Thu, 2003-03-13 at 17:22, [EMAIL PROTECTED] wro

Submitting form to an ActionMapping with no formbean?

2003-03-13 Thread prhodes
Hello all, I have a quick question... if I have an ActionMapping defined, which uses type org.apache.struts.actions.ForwardAction, and I want to invoke this Action via a form submit button, what is the best way to accomplish this? If I don't specify a formbean in the ActionMapping definition,