You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by ma...@degussa-bank.de on 2005/08/31 18:08:19 UTC

Problem with t:div

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


Re: Problem with t:div

Posted by Bruno Aranda <br...@gmail.com>.
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, marc.baumgartner@degussa-bank.de <ma...@degussa-bank.de>:
> 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
> 
>