Hi again,
Thank you for your reply!
Yes, I noticed this and although that way works fine for me, this comment in
the javadoc makes me think that it's not the preferred best-practice:
--- 8< ----
This class would have been deprecated and replaced by
org.apache.struts.config.ActionConfig except for the fact that it is part of
the public API that existing applications are using.
--- 8< ----
regards,
martin
> One of the parameters you receive in the execute function, is
> an Actionmapping object. �On that object you can call, e.g.
> mapping.findForward("SUCCESS"); or better yet,
> mapping.findForward(MappingKeys.SUCCESS);
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>