Re: java.lang.IllegalArgumentException: No bean specified

2004-05-17 Thread Paraman
ither changing one of the two, or implementing another action that takes processAreasForm) - You don't specify any bean in the first action -Messaggio originale- Da: Paraman [mailto:[EMAIL PROTECTED] Inviato: martedì 18 maggio 2004 3.15 A: Struts Users Mailing List Oggetto: Re: java.lang.Illegal

Re: java.lang.IllegalArgumentException: No bean specified

2004-05-17 Thread Paraman
rs." Is it necessary to set it every time I submit a form to an action, in addition to the 'name' attribute? Regards, Paraman - Original Message - From: "Richard Yee" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>

Re: java.lang.IllegalArgumentException: No bean specified

2004-05-17 Thread Richard Yee
on" > validate="false"> > path="/listProcessAreas.jsp"/> > > name="evaluationForm" > type="cmmieval.web.struts.actions.SaveEvaluationAction" > scope="request" validate="false"> >

Re: java.lang.IllegalArgumentException: No bean specified

2004-05-16 Thread Paraman
// Regards, Paraman - Original Message - From: "Richard Yee" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, May 16, 2004 10:57 PM Subject: Re: java.lang.IllegalArgumentException: No bean spec

Re: java.lang.IllegalArgumentException: No bean specified

2004-05-16 Thread Richard Yee
With the information you provided, it is hard to tell what the problem is. Send the contents of your struts-config.xml and which action you are invoking. Regards, Richard At 07:16 AM 5/16/2004, you wrote: Hi, I am writing a web application based on Struts and encountered a problem. When I ran it