Ron Chan <rchan <at> i-tao.com> writes:

> 
> 
> i've put together a simple app to test the combination of codebehind/zero
> configuration and it seems to work quite well
> 
> is there a way to use the redirect result without having to revert to
> putting in something in struts.xml?
> 
> thanks
> Ron
> 

Try an annotation like this:

@Result(name="aName", value="somewhere", type=ServletRedirectResult.class)





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

Reply via email to