As I understand it, you shouldn't be setting attributes in the renderer through a custom action. The JSF UIComponent should carry everything with it (or it should have children in markup) required for the renderer.
On Tue, 23 Nov 2004 14:15:05 -0500, Nikola Banovic <[EMAIL PROTECTED]> wrote: > > 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 -- If you don't have a GMail account, I probably have 5 invites. Just ask! -Heath Borders-Wing [EMAIL PROTECTED]

