according to documentation...if I try to use escapeAmp property in my s:url
tag then I get the following error...

Attribute escapeAmp invalid for tag url according to TLD

On Sat, Jun 20, 2009 at 7:16 PM, Bhaarat Sharma <bhaara...@gmail.com> wrote:

> Hello,
>
> I am using param tag inside s:url tag like the following
>
> <td class="nav">
>        <s:url action="ActionEditSave" method="input" id="url">
>                    <s:param name="fmrTenant.sSN" value="sSN"/>
>                   <s:param name="fmrTenant.hshid" value="hshid"/>
>        </s:url>
>        <a href="<s:property value="#url"/>"><s:text
> name="tenant.edit"/></a>
> </td>
>
> hshid is int
> sSN is string
>
> However, in the final URL the two parameters are separated by &amp;  This
> should not be there.  Does anyone know how to avoid &amp;?
>

Reply via email to