Re: Struts url problem

2007-09-10 Thread TonyD
I already tried this possible solution but a have exactly with my parameters value in my url link, struts doesn't translate the property value in a struts url. I suspect it's a struts url bug. Thanks. newton.dave wrote: > > --- Ehteshamul Haque wrote: >> In that case we can use '' >> >> EXA

Re: Struts url problem

2007-09-10 Thread TonyD
I already tried this possible solution but a have exactly with my parameters value in my url link, struts doesn't translate the property value in a struts url. I suspect it's a struts url bug. Thanks. Ehteshamul Haque wrote: > > > In that case we can use '' > > EXAMPLE: > > > > .

Re: Struts url problem

2007-09-09 Thread Martin Gainty
telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Dave Newton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, September 09, 2007 9:22 PM Subject: Re: Struts url problem --- Ehtesh

Re: Struts url problem

2007-09-09 Thread Dave Newton
--- Ehteshamul Haque wrote: > In that case we can use '' > > EXAMPLE: > > That's not valid XML; you can't nest S2 tags like that. d. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Re: Struts url problem

2007-09-09 Thread Ehteshamul Haque
In that case we can use '' EXAMPLE: ... (other params) TonyD <[EMAIL PROTECTED]> wrote: I'm trying to use a property value into a struts url but doesn't work because I can not use the (" character) twice into a url value, could somebody help me? Thanks in advance. "> ...

Re: Struts url problem

2007-09-06 Thread TonyD
My resulting path doesn't contain myPath value it just replaces nothing. Do you have any other idea? Thanks meeboo wrote: > > > try > > > > > > > ... (other params) > > > > TonyD wrote: >> >> I'm trying to use a property value into a struts url but doesn't work >> because >>

Re: Struts url problem

2007-09-06 Thread meeboo
try ... (other params) TonyD wrote: > > I'm trying to use a property value into a struts url but doesn't work > because > I can not use the (" character) twice into a url value, could somebody > help me? > Thanks in advance. > > "> > > ... (other params) > > -- V

RE: Struts url problem

2007-09-06 Thread TonyD
I have exactly ${mypath} into my path and not the current value. Also I tried with: but it is the same thing because a get %{mypath} with my parameters in output. Some other ideas? Thanks. Wesley Wannemacher wrote: > > This may work - > > > > ... (other params) > > > -

RE: Struts url problem

2007-09-06 Thread Wesley Wannemacher
This may work - ... (other params) -Original Message- From: TonyD [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 8:57 AM To: user@struts.apache.org Subject: Struts url problem I'm trying to use a property value into a struts url but doesn't work because I can