hi... I need an info about characters decoding into myfaces.... if I
have a simple jsp some it:
<h:form>
<h:commandLink action="#{Action.execute}">
<h:outputText value="some"/>
<f:param name="id" value="modalità"/>
</h:commandLink>
</h:form>
who decodes the word 'modalità' ? is some myfaces object or is
decoding delegates to servlet engine?
--- Begin Message ---
hi... I need an info about characters decoding into myfaces.... if I
have a simple jsp some it:
<h:form>
<h:commandLink action="#{Action.execute}">
<h:outputText value="some"/>
<f:param name="id" value="modalità"/>
</h:commandLink>
</h:form>
who decodes the word 'modalità' ? is some myfaces object or is
decoding delegates to servlet engine?
--- End Message ---