Yep, you can either create a new ActionForward, or you can use wildcard mapping, if your forwarded location depends on input parameters in certain pattern: http://struts.apache.org/userGuide/building_controller.html#action_mapping_wildcards
Michael. On 9/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > sorry, figured it out..i was looking at the mapping class...but you can > just create a new ActionForward with the path as the constructor arg. > > Marc > > > Hi, > > > > I have an Action servlet which at development time doesn't know what it's > > forwards will be. They are determined at runtime (plugin type framework is > > used). > > > > Is there anyway i can forward to views from the action servlet being > > defined at run time? i tried using the request dispatcher's forward() > > method, but it doesn't do anything in struts. > > > > Any help is appreciated..thank you > > > > Marc Dumontier > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]