On Fri, 30 Mar 2001, Derek Harding wrote:
> I am wondering if there is a way to call actions without going through the
> struts-config.xml. For example if i have just action-mappings in an xml
> file similar to what is in the struts-config, and parse the xml with the
> digeseter, am I able to call actions this way? if so how. thanks
>
>
Well, if you are doing the parsing yourself you could call addMapping() on
the controller servlet - but you're completely on your own for how to
create the ActionMapping instance that is passed as an argument.
Craig McClanahan