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

Action and ActionForm in popup window

2007-02-08 Thread Yariel Ramos Moreno
Hi all: >From a page in my struts application, I need to open a popup window with some >fields to pick up some values. I created an ActionForm with the filed's >properties and an Action asociated to it. The problem is that when I try to >open the popup the following exception is raised: Cannot