Asad

Asad wrote:
Hi Eric,
    Thanks for your help.


Why are you using RequestDispatcher? Is JAAS in a separate servlet than

>Turbine?


JAAS class is implemented in normal Java class, this class is being called
from
our action class.

we pass the request and response objects from action class to that class,and
from there
we call the requestdispatcher.

> To where does the form in your VM submit? A Turbine action? Your JAAS

servlet?


The form submit takes back to the Turbine Action.

If your JAAS implementation is in the same Turbine servlet, then you shouldn't need a RequestDispatcher. You should be able to call your JAAS methods from the isAuthorized method in your actions and screens.


Eric


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



Reply via email to