--- Al Sutton <[EMAIL PROTECTED]> wrote:
> In a nutshell it seems that using any result type
> other than redirect for actions generates a 404
error
> message, whereas if I use a redirect it works.

The default result types are simple dispatches, so
it's looking for an actual resource on the
filesystem--like the JSPs you're using successfully.
Actions are "logical" resources--they only exist in
the mind of the Struts filter.

d.


__________________________________________________
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