where are you trying to access your actionmapping? ----- Original Message ----- From: "Averbukh Stella" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Wednesday, March 03, 2004 6:13 PM Subject: ActionMapping problem: upgrading struts1.0 to struts1.1 question
> In the current struts 1.0 application, we do following: > > String actionNameFind = "/" + thisForm.getAction(); > ActionMapping newMapping = (ActionMapping) > getServlet().findMapping(actionNameFind); > > Does anybody know how I can retrieve ActionMapping in a similar manner in > struts 1.1? > > Thank you so much. > Stella. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

