Issue: dsp:Input tag does not render HTML unicode characters. For Example somethingés
Fix: Use dsp:Input with dsp:tagAttribute to render HTML text
header.label.htmlCharText=somethingés
<fmt:message var="htmlCharText" key="header.label.htmlCharText"/>
<dsp:input type="submit" bean="SomeFormHandler.doSomething" >
<dsp:tagAttribute name="value" value="${htmlCharText}"/>
</dsp:input>
Fix: Use dsp:Input with dsp:tagAttribute to render HTML text
header.label.htmlCharText=somethingés
<fmt:message var="htmlCharText" key="header.label.htmlCharText"/>
<dsp:input type="submit" bean="SomeFormHandler.doSomething" >
<dsp:tagAttribute name="value" value="${htmlCharText}"/>
</dsp:input>
No comments:
Post a Comment