Hi,

ok, I've been looking at the struts-chain stuff and
have been trying to figure out how to do sub-chains. 
The reason I wanted to do this was b/c I thought one
had to start from the servlet-standard chain example
in the SVN repository and insert more commands (or
copy the whole to start a new chain).  I know believe
that it is only nec. if I want legacy support. 
However there is another request processor that would
let me define my own chains from scratch that don't
include all the steps in the "servlet-standard" chain.
 For example:
<chain name="test">
     <command className="test.ThisIsStep1"
catalogName="struts" name="step1"/> 
     <command className="test.ThisIsStep2"
catalogName="struts" name="step2" /> 
</chain>

So, I don't need ValidateActionForm, ExecuteAction, or
any other commands in my chain (from SVN
chain-config.xml), right?  And the above chain will
work perfectly fine.  Also, what significance does the
catalogName attribute have in the command tag?  Are
there any docs on struts-chain?

Thanks,
Julian

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to