I have exactly ${mypath} into my path and not the current value.
Also I tried with:   

<s:url id="url" value="%{mypath}">

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 - 
> 
> <s:url id="url" value="${mypath}">
>     <s:param name="solution"><s:property value="solution"/></s:param>
>     ... (other params)
> </s:url> 
> 
> -----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 not use the (" character) twice into a url value, could
> somebody help me?
> Thanks in advance.
> 
> <s:url id="url" value="<s:property value="mypath"/>">
>     <s:param name="solution"><s:property value="solution"/></s:param>
>     ... (other params)
> </s:url>
> --
> View this message in context:
> http://www.nabble.com/Struts-url-problem-tf4391946.html#a12521933
> Sent from the Struts - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/RE%3A-Struts-url-problem-tf4392019.html#a12522598
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to