anyone know if its possible to save action errors and have them available to the action redirected to when using redirect result?

im using this now:

<action name="templateDelete" class="template.TemplateDeleteAction">
<result name="success" type="redirect">templateList.action</result>
<result name="error" type="redirect">templateList.action?message=${message}</result>
</action>



but I think it would be better to be able to set action errors in action instead.





------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to