Re: SAF 1.3.x, chain naming and arbitrary chains

2006-05-04 Thread Joe Germuska
Default command for ControllerConfig seem to be hardcoded - Now the interesting part: these strings are never referenced anywhere. The command is initialized in ControllerConfig class: protected String command = "servlet-standard"; It

Re: SAF 1.3.x, chain naming and arbitrary chains

2006-05-04 Thread Michael Jouravlev
On 5/4/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: On 5/4/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > How exactly can I set the chain for a particular request? Stupid me, "catalog" and "command" attributes of "action", of course. Still, this choice is made declaratively on a mapping

Re: SAF 1.3.x, chain naming and arbitrary chains

2006-05-04 Thread Michael Jouravlev
On 5/4/06, Michael Jouravlev <[EMAIL PROTECTED]> wrote: How exactly can I set the chain for a particular request? Stupid me, "catalog" and "command" attributes of "action", of course. Still, this choice is made declaratively on a mapping level. What if I wanted to make it programmatically? ---