RE: Newbie. validate Inputs. Request-Attribute lost

2007-04-25 Thread zuban
[EMAIL PROTECTED] > Sent: Wednesday, April 25, 2007 7:50 PM > To: user@struts.apache.org > Subject: RE: Newbie. validate Inputs. Request-Attribute lost > > > thanks for answer > > I have the same issue with another request-object and I' have done your

RE: Newbie. validate Inputs. Request-Attribute lost

2007-04-25 Thread Hafeez-ur Rehman
Hi, Set the userDetail as the same manner in validate as you set it in action. -Original Message- From: zuban [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 7:50 PM To: user@struts.apache.org Subject: RE: Newbie. validate Inputs. Request-Attribute lost thanks for answer I

RE: Newbie. validate Inputs. Request-Attribute lost

2007-04-25 Thread Dave Newton
--- zuban <[EMAIL PROTECTED]> wrote: > In the form-jsp-page a have put this scripplet: > <% request.setAttribute("userDetail", > request.getAttribute("userDetail")); > %> > > Now, the form-bean shoult access the object > "detailUser" in this way: > request.getAttribute("userDetail"); > but the ret

RE: Newbie. validate Inputs. Request-Attribute lost

2007-04-25 Thread zuban
equest-scope. > When submitting the form and an error occurs in the validate-methode of > the > Form-Bean, the form-jsp-page appears again (of course), but there isn't > the > object to fill the optionsCollection any more. > What coult I do? I don't want to set the object

RE: Newbie. validate Inputs. Request-Attribute lost

2007-04-25 Thread Hafeez-ur Rehman
riginal Message- From: zuban [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 5:50 PM To: user@struts.apache.org Subject: Newbie. validate Inputs. Request-Attribute lost Hi, I have in a form a list of Options (optionsCollection). The object (a java.util.List) which holts the

Newbie. validate Inputs. Request-Attribute lost

2007-04-25 Thread zuban
), but there isn't the object to fill the optionsCollection any more. What coult I do? I don't want to set the object in der session-scope. -- View this message in context: http://www.nabble.com/Newbie.-validate-Inputs.-Request-Attribute-lost-tf3645135.html#a10180005 Sent from the Str