You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Averbukh Stella <St...@arbitron.com> on 2004/03/03 18:13:14 UTC

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: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: ActionMapping problem: upgrading struts1.0 to struts1.1 question

Posted by Alexander Craen <al...@netural.be>.
where are you trying to access your actionmapping?

----- Original Message ----- 
From: "Averbukh Stella" <St...@arbitron.com>
To: "'Struts Users Mailing List'" <st...@jakarta.apache.org>
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: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org