RE: "No bean specified" error

2004-04-15 Thread jbalaji
HI, Pls check the Syntax and More important case sensitive . Pls go through the casesensitive aspects. Bye Jbalaji "Prasad, Kamakshya" <[EMAIL PROTECTED]> wrote: Hi, I have this line in my jsp property="courseDetailsArray" indexId="ctr"> "courseDetails[" + ctr + "].name" %>'> When I

Re: "No bean specified" error

2004-04-08 Thread Susan Bradeen
"Prasad, Kamakshya" <[EMAIL PROTECTED]> wrote on 04/07/2004 09:24:54 PM: > Hi, > > I have this line in my jsp > > >property="courseDetailsArray" indexId="ctr"> > > > Maybe try changing your "name" attribute? Should the above line be: Susan Bradeen >

RE: "No bean specified" error: Help Please

2004-04-07 Thread kamakshya mishra
Please someone help me on this. kamakshya mishra <[EMAIL PROTECTED]> wrote:Hi, The action name is the same as in the xml. Actually there are lot of string fields in the form. If i remove this particulat code and submit then it works fine. The form comes back prepouplated with the values in the

RE: "No bean specified" error

2004-04-07 Thread kamakshya mishra
Hi, The action name is the same as in the xml. Actually there are lot of string fields in the form. If i remove this particulat code and submit then it works fine. The form comes back prepouplated with the values in the textboxes. But when I include this code, it throws this error. KP "Phil

RE: "No bean specified" error

2004-04-07 Thread Philip, Mathew
check . action name should be representing the action mapping in struts-config.xml. Easy way to do is, view the source of the page displayed. Check for the form tag. See what the formbean is hope this helps -Original Message- From: kamakshya mishra [mailto:[EMAIL PROTECTED] Sent: Th

RE: "No bean specified" error

2004-04-07 Thread Prasad, Kamakshya
Hi, I have this line in my jsp When I am submitting the form it gives me the error java.lang.IllegalArgumentException: No bean specified Could anyone please help me on this? The EmployeeDetailsForm has this code public class EmployeeDe

RE: "No bean specified" error

2004-04-07 Thread Marco Mistroni
Hi, Wild guess... have you checked that the Action class To which you submit the form has a 'name' attribute in the struts-config? Regards marco -Original Message- From: Prasad, Kamakshya [mailto:[EMAIL PROTECTED] Sent: 07 April 2004 10:35 To: Struts Users Mailing List Su