Ken,
Are you subclassing ActionServlet solely to perform this conditional
forwarding? If so I would recommend putting this logic into an Action
subclass called something like ActionBase (instead of putting it in
ActionServlet) and making your actions subclasses of your custom
ActionBase class. I don't think ActionServlet was really meant to be
subclassed.
[EMAIL PROTECTED] wrote:
>I looked through the JavaDoc and tried to find an example in the User Guide
>was unable to find one. I also looked through the samples. I did find
>example of forwarding from the ActionClass but not from ActionServlet. Can
>you point me to where you were able to find the example?
>
>Thanks!
>Ken
>