Hi,
I have a problem with 1.7.2 and 1.8.0dr1 rev and converters.
It is only when I'm using several converters.
I noticed that now, only the last converter is activated.
Code:
<ice:inputText required="true" id="title" validator="#{bean.validateNonExisting}" partialSubmit="true" value="#{bean.title}">
<f:converter converterId="TrimConverter" />
<f:converter converterId="ForceFirstUpperConverter" />
<f:converter converterId="RemoveSlashConverter" />
</ice:inputText>
It was working fine in the previous ICEFaces revisions.
Thanks for your help.
regards,
Bal.