I don't know why your retrieve URL takes two parameters but if you save a
String from your Action into scope, you could use this:

request.setAttribute("myURL", request.getContextPath()+ mapping.getPath() +
".do");

Then get insert it into your JSP with EL like: ${requestScope.myURL}

Regards,
David

-----Original Message-----
From: Daniel Chacón Sánchez [mailto:[EMAIL PROTECTED]
Sent: Saturday, September 23, 2006 7:03 PM
To: Struts Users Mailing List; Martin Gainty
Subject: Re: Get real path of an action


Thanks, Yeap, but how can i use it on the jsp:

retrieveURL('*(realPath)*/mostrarRegistrarPersona.do', 'PersonaForm')

Thanks


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

Reply via email to