http://struts.apache.org/2.x/docs/why-wont-the-if-tag-evaluate-a-one-char-string.html


--- On Wed, 12/3/08, Craftyman <[EMAIL PROTECTED]> wrote:

> From: Craftyman <[EMAIL PROTECTED]>
> Subject: S:If test with percent car
> To: "Struts Users Mailing List" <user@struts.apache.org>
> Date: Wednesday, December 3, 2008, 10:59 AM
> Hi,
> 
> I would like to check if my unit equal to percent cahr (%)
> to replace it by
> %25 in my url in order to allow to get this value during
> the auto decoding
> url by my browser.
> In use the folling code :
> 
> <s:if test="%{unit} == '%'>
>  // Special code here to replace % by %2( in my url
> </s:if>
> 
> But it does not run; percent char is not check correctly
> 
> I have try other kind of syntaxe witout more success.
> 
> Any idea ?
> 
> Regards
> 
> Cédric

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

Reply via email to