RE: request attribute in jsp - please advice

2005-09-07 Thread Richard Yee
ct: Re: request attribute in jsp - please advice Can you set the listIndex as an attribute of your form in the EditStudentAction? You can then retrieve it as part of your formBean. -Richard --- Rivka Shisman <[EMAIL PROTECTED]> wrote: > Hello friends > > I have an EditStudent.jsp

RE: request attribute in jsp - please advice

2005-09-06 Thread Rivka Shisman
rs Mailing List Subject: Re: request attribute in jsp - please advice Can you set the listIndex as an attribute of your form in the EditStudentAction? You can then retrieve it as part of your formBean. -Richard --- Rivka Shisman <[EMAIL PROTECTED]> wrote: > Hello friends > >

Re: request attribute in jsp - please advice

2005-09-06 Thread Richard Yee
Can you set the listIndex as an attribute of your form in the EditStudentAction? You can then retrieve it as part of your formBean. -Richard --- Rivka Shisman <[EMAIL PROTECTED]> wrote: > Hello friends > > I have an EditStudent.jsp page in which I have a > form. Before the form > tag I get a

Re: request attribute in jsp - please advice

2005-09-06 Thread Ext . Ilitia2
l> cc: bcc: 06/09/2005 18:27 Subject: request at

Re: request attribute in jsp - please advice

2005-09-06 Thread BHansard
t;"Rivka Shisman" <[EMAIL PROTECTED]> "Rivka Shisman" <[EMAIL PROTECTED]> 09/06/2005 12:27 PM Please respond to "Struts Users Mailing List" To "Struts Users Mailing List" cc Subject request attribute in jsp - please adv

request attribute in jsp - please advice

2005-09-06 Thread Rivka Shisman
Hello friends I have an EditStudent.jsp page in which I have a form. Before the form tag I get a request attribute called 'listIndex'. But, when my validate() method fails on field validation it returns back to the above mentioned jsp page with an appropriate message. That is o.k. - the problem is

request attribute in jsp

2005-09-05 Thread Rivka Shisman
Hello friends I have an EditStudent.jsp page in which I have a form. Before the form tag I get a request attribute called 'listIndex'. But, when my validate() method fails on field validation it returns back to the above mentioned jsp page with an appropriate message. That is o.k. - the problem