Posted By:
Prat_Para
Posted On:
Friday, October 6, 2006 07:52 AM
Hi, I have following entry in my action class: @struts.action path="/struts/bar" @struts.action-forward name="success" path="/struts/getAll.do" redirect="false" @struts.action path="/struts/sample/equity" @struts.action-forward name="equities" path="/struts/equities.do" redirect="false" I want forward "success" to be assocaited with "/struts/bar" only and forward "equities" associated with "/struts/sample/equity" only. Is this possible using Xdoclet. Any Input on this will be very much helpful
More>>
Hi, I have following entry in my action class:
@struts.action path="/struts/bar" @struts.action-forward name="success" path="/struts/getAll.do" redirect="false"
|
@struts.action path="/struts/sample/equity" @struts.action-forward name="equities" path="/struts/equities.do" redirect="false"
|
I want forward "success" to be assocaited with "/struts/bar" only and forward "equities" associated with "/struts/sample/equity" only. Is this possible using Xdoclet. Any Input on this will be very much helpful. Thanks In advace! Prat
<<Less