> From: vasudevrao gupta [mailto:[EMAIL PROTECTED] > Can any one tell me how to get the "actionpath" from the > HTTPRequest or ActionMapping?
This belongs on struts-user, not struts-dev. I assume you're trying to do this in the Action. If that's the case, I believe mapping.getPath() will get you pretty close. getPath() is a method in ActionConfig, which is inherited by ActionMapping, which is passed into the execute method of your Action. http://jakarta.apache.org/struts/api/org/apache/struts/action/ActionMapp ing.html -- Wendy Smoak Application Systems Analyst, Sr. ASU IA Information Resources Management --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]