Re: JSF 1.2 custom component

2010-12-14 Thread Jakob Korherr
Hi, You need to use the decode() method of the renderer of your component to get the value into the component. Maybe this [1] online tutorial for creating a JSF component can help you (unfortunately it's in German only). Regards, Jakob [1] http://jsfatwork.irian.at/semistatic/custom_component.

JSF 1.2 custom component

2010-12-14 Thread Matthieu
Hi, I am thinking of creating a component that would do the same job as a h:inputText and a h:commandLink together into a form. So i thought i could implement it that way: In my renderer encodeBegin() function, i would add to the uiComponent given as a parameter the two components i need, i-e inpu