Re: Can I Bypass using actionform? Cannot retrieve definition for form bean null on action...

2006-09-06 Thread Adam Gordon
If your "type" attribute equals "org.apache.struts.actions.ForwardAction" (and there may be others) then you don't need the name attribute. You are getting that error because you are specifying a custom action and there's no associated form bean. You can use ForwardAction if you just want a U

Can I Bypass using actionform? Cannot retrieve definition for form bean null on action...

2006-09-06 Thread Mississippi John Hurt
Is there some way to not use an actionform bean in your JSP. I get the error message... Cannot retrieve definition for form bean null on action when I do not include a "name=" in my struts config action. Thanks.