Try the following:
1. on jsp, use <html:iterate> within the <form>
2. in the form, add getXXXXX(int index) methods, e.g.
public String getComment(int index) {
return comment[index];
}
Hi,
Any one please help me to solve the following problem?
I am using an array in a form and html:iterate on a jsp. When session time out, I got the following error:
10:09:58,116 ERROR [Engine] StandardWrapperValve[action]: Servlet.service() for servlet action threw exception...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.