Hi All,
I've problem with my program which includes Struts framework.
If I run my application it displays the first values. If I insert another values in to the arraylist, current values is overwrtten with previous values and also copied to the next place and son in the 3rd time when inserting..
HI.. Joe Ess StudentBean is bean class. which gets data from the StudentForm class.
I'm using this StudentBean Class to display data using <logic:iterate> tags.
Even I used static arraylist.
My Output Example:
After submitting the form for Sandeep
Sandeep: Your Request Receieved
After submitting the form for Anand.
Anand: Your Request Receieved
I need to get the output in display.jsp like:[Exapected]