Using JSF Converter in Custom Output Component

How to use JSF Converter in my Custom Output, Input Components.What are the things to be done while creating my custom component for using the general JSF converter.
[179 byte] By [Evina] at [2007-10-2 23:59:42]
# 1

You don't have to do anything special while developing custom components to get a JSF converter to work with it.

Mybe I'm misunderstanding your question. If you're asking about how to develop custom components properly, there are a number of tutorials on the net. You can start at this site, which has a few about half way down the page on the left.

http://jsftutorials.net/

CowKing

IamCowKinga at 2007-7-14 16:46:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
You understood properly.It doesn't work.I am using JSF version 1.1_01My Custom outputText component is working properly without any error and only problem is the JSF converter is not working with my custom outputText component.
Evina at 2007-7-14 16:46:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Post code.CowKing
IamCowKinga at 2007-7-14 16:46:56 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...