Help: logic:iterate arraylist order of values in table

2004-04-08 Thread kamakshya mishra
Hi I am using an arraylist in a form bean to populate a table. But when I submit the form and same screen appears again, the order of the value in the table changes, and it keeps on happening after every submit. Could anyone please help me

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 val

RE: "No bean specified" error

2004-04-07 Thread kamakshya mishra
"Philip, Mathew" <[EMAIL PROTECTED]> wrote: 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-

"No bean specified" error

2004-04-07 Thread kamakshya mishra
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 Em