Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. j2eetechnicalguy

    Multiple arrays of form fields question.

    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]; }
  2. j2eetechnicalguy

    html:iterate problem when session time out

    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...

Part and Inventory Search

Back
Top