I read in the mail archive that it was possible to apply container managed
security on struts action.  Can someone give me an example on how this can
be done?
I have a servlet-mapping like this:
<servlet-mapping>
  <servlet-name>action</servlet-name>
  <url-pattern>*.do</url-pattern>
</servlet-mapping>

and I would like to trigger a container-managed login whenever an action is
done.  Please help.
-hoki


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

Reply via email to