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]

Reply via email to