I'm having trouble getting <s:url> to stop encoding a parameter. Here's a snipped of my jsp code:

<s:url id="couponUrl" action="Buy" encode="false">
   <s:param name="coup" value="%{'$codeInput'}"/>
   <s:param name="c1" value="c1"/>
   <s:param name="c2" value="c2"/>
</s:url>
<s:textfield title="codeInput" name="codeInput"/><br />
<s:a href="%{couponUrl}">Apply</s:a>

Despite the encode="false", the url as rendered looks like this:

/sf/WML/Buy.action?c1=CFWAP2734&amp;c2=CFWAP712&amp;coup=%24codeInput

The problem is the $ is still being encoded. Anyone have any ideas? This is a WML page, in case anyone was wondering why I'm not using a form.

-Tommy
<http://www.motricity.com>

NOTICE: This e-mail message is for the sole use of the intended recipient(s) 
and may contain confidential and privileged information of Motricity.  Any 
unauthorized review, use, disclosure or distribution is prohibited.  If you are 
not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message.

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

Reply via email to