Re: using multiple param in s:url tag

2009-06-20 Thread Dave Newton
Bhaarat Sharma wrote: had to used 'escape' in s:property tag. like this: Just FYI, the "escape" attribute is a boolean (true/false). I forget when 's "escapeAmp" property was added--knowing what version of S2 you're using would be a helpful diagnostic. Dave --

Re: using multiple param in s:url tag

2009-06-20 Thread Bhaarat Sharma
nevermind..solved it. had to used 'escape' in s:property tag. like this: On Sat, Jun 20, 2009 at 7:25 PM, Bhaarat Sharma wrote: > 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 acc

Re: using multiple param in s:url tag

2009-06-20 Thread Bhaarat Sharma
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 wrote: > Hello, > > I am using param tag inside s:url tag like the following