Check first that the "days" variable is actually a number in the freemarker 
context.  It could be that the formatting is happening earlier which would 
explain why your efforts to change the formatting aren't working (because the 
value may already be a string).

Regards
Scott

On 30/07/2013, at 5:05 AM, Skip wrote:

> I have a hyperlink in a form that passes a numeric value to a bash script.
> the link is like:
> 
> <hyperlink ... target="showEntries?partyId=${partyId}&amp;days=${days}" />
> 
> If you mouse over the link, the days variable is coming out like
> 3,313,222,978
> 
> This used to be displayed without the commas.
> 
> I tried ${days?c}, ${days?string.computer}, and ${days?string('0').
> 
> All these options display nothing for the day parameter.
> 
> Anyone have an idea on what I can try to get these commas out?
> 
> Thanks
> 
> Skip
> 

Reply via email to