I was creating a custom jsf component to use and I noticed that the component instance that is passed to the renderer decode method is different than the one passed to the encodeBegin,encodeEnd.
This seems to be a bug since I want to be able to set some values taken from outside params onto the component within the decode and later in the encodeBegin access the component with the updated values. Currently the component loses the values set on it due to the component instance being different when the encodeBegin is called. Has anyone else had this issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002559#4002559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002559 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
