Re: Get real path of an action

2006-09-24 Thread Martin Gainty
without making a copy. Thank you. - Original Message - From: "David Friedman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, September 23, 2006 7:43 PM Subject: RE: Get real path of an action >I don't know why your retrieve URL take

Re: Get real path of an action

2006-09-23 Thread Martin Gainty
and destroy the original message without making a copy. Thank you. - Original Message - From: "Daniel Chacón Sánchez" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" ; "Martin Gainty" <[EMAIL PROTECTED]> Sent: Saturday, September 23, 20

RE: Get real path of an action

2006-09-23 Thread David Friedman
uestScope.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:

Re: Get real path of an action

2006-09-23 Thread Daniel Chacón Sánchez
Thanks, Yeap, but how can i use it on the jsp: retrieveURL('*(realPath)*/mostrarRegistrarPersona.do', 'PersonaForm') Thanks

Re: Get real path of an action

2006-09-23 Thread Martin Gainty
- Original Message - From: "Paul Benedict" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, September 23, 2006 6:02 PM Subject: Re: Get real path of an action > What do you mean by the "real path" ? > > Daniel Chacón Sánchez

Re: Get real path of an action

2006-09-23 Thread Daniel Chacón Sánchez
Ok let me try to explain it better. From the *registrarPersona.jsp* I use ajax to call some actions, one action is found by the ajax call and theother don´t. This is the call to ajax: retrieveURL('*actualizarCamposForm.do*?paso=paso1', 'PersonaForm') --->* found* retrieveURL(*'mostrarRegistr

Re: Get real path of an action

2006-09-23 Thread Paul Benedict
What do you mean by the "real path" ? Daniel Chacón Sánchez wrote: Hi all, can anyone tell me how I can get the real path of an action?? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Get real path of an action

2006-09-23 Thread Daniel Chacón Sánchez
Nobody?? 2006/9/23, Daniel Chacón Sánchez <[EMAIL PROTECTED]>: Hi all, can anyone tell me how I can get the real path of an action?? Thanks

Get real path of an action

2006-09-23 Thread Daniel Chacón Sánchez
Hi all, can anyone tell me how I can get the real path of an action?? Thanks