You can also create and return Action Forwards on the fly 

  return (new ActionForward( "uri" ));

if that helps.

Jeff Trent wrote:
> 
> Ok.  I guess I'm not familiar enough with struts yet to see how to apply
> this type of logic dynamically to the action mapping.  I certainly *don't*
> want to assign these mappings in the .XML file if that is what you are
> suggesting.  I do see some sense in extending the ActionMapping class to do
> this for me, though.

Reply via email to