Dave,
        Thanks for the reply, and that is what I am talking about. I do
append params to the action pointed to by a link. Its just that after I
have clicked that link with params, every subsequent request has that
same exact parameter appended. I need to stop this from happening. That
parameter should only apply to that action/link.

-Ryan 

-----Original Message-----
From: Dave Newton [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 05, 2008 7:15 PM
To: Struts Users Mailing List
Subject: Re: Parameter question

Are you talking about links to actions having parameters appended?

If so, are you either excluding parameters at each <s:url...> or,
alternatively, setting a default excludeParams via config?

Dave

--- On Thu, 6/5/08, Stanley, Eric <[EMAIL PROTECTED]> wrote:
>     In my app, I have this package/action defined:
>  
> <package name="data"
> extends="struts-default"
> namespace="/data">
> 
> <default-interceptor-ref
> name="paramsPrepareParamsStack" />
> 
> <action name="displayData"
> class="fm.gui.action.DataAction">
> 
> <result
> name="success">/pages/data/viewData.jsp</result>
> 
> <result
> name="error">/pages/error.jsp</result>
> 
> </action>
> 
> </package>
> 
>  
> 
> The problem is that as soon as its called, every subsequent action has

> a bunch of parameters appended to it. This causes any other action to 
> fail. They fail because there is no object for the parameters to be 
> applied to, and rightfully so. I still dont completely grasp this 
> interceptor, and I think fixing this will help a lot as far as that 
> goes. Please let me know.
> 
>  
> E. Ryan Stanley
> Phone: 720.578.3703
> Pager: 801.482.0172
> <mailto:[EMAIL PROTECTED]>
>  
> 
> 
> This communication is the property of Qwest and may contain 
> confidential or privileged information. Unauthorized use of this 
> communication is strictly prohibited and may be unlawful.  If you have

> received this communication in error, please immediately notify the 
> sender by reply e-mail and destroy all copies of the communication and

> any attachments.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to