in jsp i have
<a href="javascript:toggle('<s:property value="company.name"/>')">
company names containing apostrophes are generated like so:
<a href="javascript:toggle('apostrophe's company')"/>
single quotes around names cause problems for company names with the apostrophes. i'd like to get double quotes around the names instead, but i've tried a bunch of things and not having much success. any suggestions?