Hello Joe,
        I have read in a sample chain-config.xml that I have downloaded,
That RequestProcessor.processPreprocess maps now to  'LookupCommand with
optional="true"'

Does that mean that, If in my webapp my
RequestProcessor.processPreProcess was doing some logic, now I have to
put that logic into a
Class that extends LookUpCommand?

And so, I will need to replace this entry in chain-config.xml 
<define name= "lookup"
            className= "org.apache.commons.chain.generic.LookupCommand"
/>

with
<define name= "lookup"
            className= "com.myapp.commands.MyLookupCommand" />

?

thanx in advance and regards
 marco


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to