All,
    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.

Reply via email to