Converters problem with 1.7.2 and 1.8.0dr1
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
Converters problem with 1.7.2 and 1.8.0dr1  XML
Forum Index -> Development Build Feedback
Author Message
Baleyba

Joined: 16/11/2006 00:00:00
Messages: 110
Offline


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.


JBoss 4.2.3 | Java 1.6.0_16 | IceFaces 1.8.2
 
Forum Index -> Development Build Feedback
Go to:   
Powered by JForum 2.1.7ice © JForum Team