Hi, I need to access an Action instance (I have its class name) while writting a Tag.
I have seen that ActionServlet stores Action instances in a 'protected' variable (FastHashMap), and so far the only way I can see, is to extend ActionServlet and write my own 'public' method to do the job. But of course I do not prefer to extend ActionServlet just for that... If there is any other way, can someone please let me know thanks a lot lirian > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

