Re: Is httpServletRequest available in the ActionForm

2002-09-26 Thread Adrian Brown
[EMAIL PROTECTED]> > Sent: Thursday, September 26, 2002 10:45 PM > Subject: Re: Is httpServletRequest available in the > ActionForm > > > > Hi Scott, > > > > I think what you want to do is initialise the form > > values? If so, use a request parameter to def

Re: Is httpServletRequest available in the ActionForm

2002-09-26 Thread Aladar The Dinosaur
y, September 26, 2002 10:45 PM Subject: Re: Is httpServletRequest available in the ActionForm > Hi Scott, > > I think what you want to do is initialise the form > values? If so, use a request parameter to define an > initialise call on your Action, like this say: > > http:

Re: Is httpServletRequest available in the ActionForm

2002-09-26 Thread Adrian Brown
Hi Scott, I think what you want to do is initialise the form values? If so, use a request parameter to define an initialise call on your Action, like this say: http://yourapp/upload.do?action=initialise check for this action parameter in your perform() method of your action, and then fill in th

Is httpServletRequest available in the ActionForm

2002-09-26 Thread Aladar The Dinosaur
Hello, Is "request" object available in the ActionForm? If so, how do I access it? I'm trying to populate actionForm properties with the information stored in the session, but don't know how to access the request object... by the way, I'm fairly new to java so if this is a newbie question please