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 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 EmployeeDetailsForm extends ActionForm
{
private CourseDetailsForm courseDetailsFormArray[] = new
CourseDetailsForm[2];

public void setCourseDetails(int iIndex, CourseDetailsForm
courseDetailsForm)
{
courseDetailsFormArray[iIndex] = courseDetailsForm; 
}

public CourseDetailsForm getCourseDetails(int iIndex)
{
return courseDetailsFormArray[iIndex]; 
}

public CourseDetailsForm[] getCourseDetailsArray()
{
return courseDetailsFormArray; 
}

KP


                
---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th

Reply via email to