Hello,
I'm implementing a custom UIComponent and few custom renderers for the component. My renderers have private attributes that are independent from the component.
JSF Specification V1.1 section 9.1 says that "[a] JSP custom action for a JSF UIComponent is constructed by combining properties and attributes of a Java UI component class with the rendering attributes supported by a specific Renderer from a concrete RenderKit."
I used setProperties() method on my JSP custom action to set attributes of the component, but I don't know how to set renderer attributes.
Is this something that is done automatically by a JSF implementation or do I have to set renderer specific attributes?
Please help.
Nikola
I'm implementing a custom UIComponent and few custom renderers for the component. My renderers have private attributes that are independent from the component.
JSF Specification V1.1 section 9.1 says that "[a] JSP custom action for a JSF UIComponent is constructed by combining properties and attributes of a Java UI component class with the rendering attributes supported by a specific Renderer from a concrete RenderKit."
I used setProperties() method on my JSP custom action to set attributes of the component, but I don't know how to set renderer attributes.
Is this something that is done automatically by a JSF implementation or do I have to set renderer specific attributes?
Please help.
Nikola

