populating JSP from

2002-07-23 Thread I-Sampige, Srinivas
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

Re: populating JSP from

2002-07-23 Thread David Wood
I think the easiest way to explain it would be to take a look at the struts example that comes with the binary. They have a simple application where the first screen is a login. If the user enters a login name, but not a password, the same screen is returned with an error message and with

RE: populating JSP from

2002-07-23 Thread Joe Barefoot
Message- From: I-Sampige, Srinivas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 23, 2002 12:01 PM To: Strutsuser (E-mail) Subject: populating JSP from 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