Does anybody know if it is possible to populate a form in a JSP with data from a formbean ?(reverse to what happens when the form gets submitted to an action). What I am trying to do is,... when user enters some data data on a screen(JSP) and submits to an action...&. if there is an error in the action(something like record not found in database) then I want to show the same screen(JSP) to the user with along with the data he originally he keyed in. I can do this with scriplet code in the JSP but I want to use a cleaner way because we are following a consistent approach of not puttinng java code in our JSPs in our project.
thanks in advance Srinivas -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>