Re: Action and ActionForm in popup window

2007-02-08 Thread Joe Germuska
There needs to be an element in your struts-config.xml action path=/criteriosOferta name=yourFormBeanName type=... etc. Whenever you use an html:form tag, Struts must be able to find (in struts-config.xml) the action you specify in the action attribute, and that action must have a name attribute

Re: Action and ActionForm in popup window

2007-02-08 Thread Yariel Ramos Moreno
=pagina.gestionOfertas / /action - Original Message - From: Joe Germuska To: Struts Users Mailing List Sent: Thursday, February 08, 2007 11:00 AM Subject: Re: Action and ActionForm in popup window There needs to be an element in your struts-config.xml action path

Re: Action and ActionForm in popup window

2007-02-08 Thread Joe Germuska
=ofertas path=pagina.gestionOfertas / /action - Original Message - From: Joe Germuska To: Struts Users Mailing List Sent: Thursday, February 08, 2007 11:00 AM Subject: Re: Action and ActionForm in popup window There needs to be an element in your struts-config.xml action