Accessing Request Parameters from Action (Newbie Question)

2007-09-24 Thread Cory D. Wiles
What is considered the best practice for accessing request parameters inside of an action? For example if I have a URL: steptwo.action?previousaction=index.action then how do I access previous action? Thanks, Cory

RE: Accessing Request Parameters from Action (Newbie Question)

2007-09-24 Thread Wesley Wannemacher
. There are a few tutorials available online (including my own at http://www.wantii.com/wordpress/?cat=3) -W -Original Message- From: Cory D. Wiles [mailto:[EMAIL PROTECTED] Sent: Monday, September 24, 2007 3:30 PM To: Struts Users Mailing List Subject: Accessing Request Parameters from Action

Re: Accessing Request Parameters from Action (Newbie Question)

2007-09-24 Thread Cory D. Wiles
Parameters from Action (Newbie Question) What is considered the best practice for accessing request parameters inside of an action? For example if I have a URL: steptwo.action?previousaction=index.action then how do I access previous action? Thanks, Cory

RE: Accessing Request Parameters from Action (Newbie Question)

2007-09-24 Thread Wesley Wannemacher
24, 2007 3:30 PM To: Struts Users Mailing List Subject: Accessing Request Parameters from Action (Newbie Question) What is considered the best practice for accessing request parameters inside of an action? For example if I have a URL: steptwo.action?previousaction

Re: Accessing Request Parameters from Action (Newbie Question)

2007-09-24 Thread Cory D. Wiles
:[EMAIL PROTECTED] Sent: Monday, September 24, 2007 3:47 PM To: Struts Users Mailing List Subject: Re: Accessing Request Parameters from Action (Newbie Question) Thank you for the quick response. What is the purpose of implementing the Parameters Interceptor then? http