I'm currently using the input taglib library. When I submit a form and the
action on the form is simply to redisplay the page (e.g. same as the example
jsp), the fields get populated with the data as expected. When I replace the
action of the form with a servlet, which simply redirects back to the
original form, the fields aren't filed out. The servlet simply does
res.sendRedirect("myform.jsp"). I take it I'm not passing some data on, but
what?
Is it simply problem wuth me redirecting the response?

sam

Reply via email to