I've just tried to reproduce this problem with the latest SVN and everything seems to be working ok. What server are you using? Are there any old myfaces jars in the classpath?
Bruno 2005/8/31, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > Hello all, > > I am using the latest Night build. On a Page with a t:div I get first a lot > of warnings: > > WARN [2005-08-31 18:07:13,685] HtmlRenderKitImpl - Unsupported > component-family/renderer-type: > javax.faces.Output/org.apache.myfaces.DivRenderer > WARN [2005-08-31 18:07:13,685] HtmlRenderKitImpl - Unsupported > component-family/renderer-type: > javax.faces.Output/org.apache.myfaces.DivRenderer > > > and then a lot of errors till a stack overflow error: > > at org.apache.myfaces.custom.div.Div.getClientId(Div.java:54) > at javax.faces.component.UIComponentBase.getRenderer( > UIComponentBase.java:531) > at org.apache.myfaces.custom.div.Div.getClientId(Div.java:54) > java.lang.StackOverflowError > > Is this a bug or I am doing something wrong? > > Regards, > Marc > >

