Re: DynamicForwardAction for your consideration

2007-08-30 Thread jpedro
; >> mapping.findForward(req.getParameter(mapping.getParameter())); >> >> return (forward != null) ? forward : >> >> mapping.findForward("default"); >> >> } >> >> } >> >> >> >> An example of the mapping

Re: DynamicForwardAction for your consideration

2007-08-30 Thread Alexandru Popescu ☀
;> An example of the mapping of this Action is: > >> > >> >> type=" DynamicForwardAction" > >> validate="false" > >> parameter="option"> > >

Re: DynamicForwardAction for your consideration

2007-08-30 Thread jpedro
de >> it. >> >> Best regards, >> JP >> >> -- >> View this message in context: >> http://www.nabble.com/DynamicForwardAction-for-your-consideration-tf4341571.html#a12367415 >> Sent from the Struts - Dev mailing list archive at Nabble.com. >> >

Re: DynamicForwardAction for your consideration

2007-08-29 Thread Alexandru Popescu ☀
lse" > parameter="option"> > > > > > > If this action is invoked with something like "/dosomething.do?option=op1" > the specified forward "op1" will be executed. > > If you think that this action ma

DynamicForwardAction for your consideration

2007-08-28 Thread jpedro
uot; will be executed. If you think that this action may be useful for struts, fell free to include it. Best regards, JP -- View this message in context: http://www.nabble.com/DynamicForwardAction-for-your-consideration-tf4341571.html#a12367415 Sent from the Struts - Dev mail