I¹ve just upgraded an app from 2.0.xx to 2.1.6 and found that the s:select
tag is incorrectly rendering the tooltip html.
I¹ve gone back to defaults and this is what¹s being produced::
<td class="tdLabel"><label for="enterTx_transaction_transactionTypeId"
class="label">Payment Type:
<img src='/mms/struts/tooltip.gif' title="Tooltip copy goes here."/>
alt=" Tooltip copy goes here."
</label></td>
You¹ll notice that the img tag is closed before the alt parameter. It looks
like it¹s an error in the freemarker template that needs to be rectified.
Z.