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