Re: Action and ActionForm in popup window

2007-02-08 Thread Joe Germuska
g code snippet: Form: 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 etc. Whenever you use an tag,

Re: Action and ActionForm in popup window

2007-02-08 Thread Yariel Ramos Moreno
al 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 etc. Whenever you use an tag, Struts must be able to find (i

Re: Action and ActionForm in popup window

2007-02-08 Thread Joe Germuska
There needs to be an element in your struts-config.xml etc. Whenever you use an 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 which points to an ActionForm configuration. The form tag looks u