Re: Issue with indexed properties

2005-08-08 Thread Laurie Harper
First of all, check you haven't written usrModList where you meant userModList anywhere, or vica versa (bit of a confusing choice of names, that). Other than that, how are you initializing the userModList property in the form bean? What does the form bean's reset() method do? Finally, how is th

Issue with indexed properties

2005-08-08 Thread Shyam Anand
Hi, I'm using indexed properties to display an array of radio buttons in my Struts 1.1 web application. I get an exception shown below when I use "request" scope for my form bean but things work fine with "session" scope. Could somebody tell me what I'm doing wrong. Is there a way to make this