If there is a better way to handle this in general,
I'm all ears too.
I'm getting pretty good at this XDoclet
stuff, I can probalby write a template to generate the actions.xml file if
need be.
however let me know if I have made the correct
translation into actions.xml
view.properties:
document.action="">
document.error=/error.jsp
document.view.action="">document.view.success=/document/documentViewer.jsp
actions.xml: <actions><action name="xxx.action.DocumentAction" alias="document"> <view name="error">/error.jsp</view> <command name="xxx.action.DocumentAction!view" alias="view"> <view name="success">/document/documentViewer.jsp</view> </command> </action> </actions> thanks everyone,
Frank
|
Title: Message
- [OS-webwork] CommandDriven SUCCESS Frank Febbraro
- RE: [OS-webwork] CommandDriven SUCCESS Jason Carreira
- RE: [OS-webwork] CommandDriven SUCCESS Frank Febbraro
- RE: [OS-webwork] CommandDriven SUCCESS Geoff Carruthers
- RE: [OS-webwork] CommandDriven SUCCESS James Cook
- Re: [OS-webwork] CommandDriven SUCCESS Frank Febbraro