adding custom converter to custom component ?

Hi,

I have created a custom component in JSF 1.1 that extends HtmlInputText.

The component works as it should. My Problem is that when I apply one of my own custom converts to it, the converter is never invoked ?

<ps:custInputText id="text1" validator="#{pc_Start.validateText1}">

<f:attribute name="fieldReference" value="ref_text1" />

<f:converter converterId="ps.trimAllSpaces" />

</ps:custInputText>

Does anyone know that's wrong ? Maybe it is not possible to to apply custom converters to custom components ?

Thanks in advance.

[738 byte] By [mikfua] at [2007-11-27 8:26:51]
# 1
Try by adding value attribute to ur custom tag, it might work.
Java.Developera at 2007-7-12 20:16:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...