Hello Joe & all,
        I have one question regarding the chain.. 
Am I correct to assume that The SelectInput command that comes after
ValidateActionForm in chain-config.xml should be called in case
validation fails?
How does that happen? Javadoc says that 
/**
 * <p>Validate the properties of the form bean for this request.  If
there are
 * any validation errors, execute the child commands in our chain;
otherwise,
 * proceed normally.</p>
 *
 * @version $Rev: 153658 $ $Date: 2005-02-13 14:26:03 -0500 (Sun, 13 Feb
2005) $
 */


but as far as I could see, SelectInput is just another command that
comes after ValidateActionForm... and, one thing that make me more
confused, is that if ValidateActionForm fails, it should return true, so
the next command (which is SelectInput) shouldn't get executed.......

could you clarify me how and when the SelectInput gets called?

Thanx and regards
        marco


        

-----Original Message-----
From: Joe Germuska [mailto:[EMAIL PROTECTED] 
Sent: 23 May 2005 14:10
To: Marco Mistroni; 'Struts Users Mailing List'; 'Frank W. Zammetti'
Subject: RE: sTRUTS 1.3 - chain flow / complex app

Marco wrote:
>Does Shale use chain? Could you integrate chain in Shale?

Shale does use chain, but to be honest, I don't know much more about 
it than that.

>I am looking forward to add more complexity for 'testing' the chain..
>If you have anything to suggest me, go ahead :-) ..

Just keep doing what you're doing!  More than the complexity, it's 
just valuable to have people using it period.  I've been developing a 
new app on it for a few months now and everything seems to be going 
smoothly, but I'm sure I don't use every feature of Struts, so having 
more people use it to make any kind of webapp gives us more chances 
to flush out any quirks.

Joe


-- 
Joe Germuska            
[EMAIL PROTECTED]  
http://blog.germuska.com    
"Narrow minds are weapons made for mass destruction"  -The Ex

---------------------------------------------------------------------
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]

Reply via email to