Cool! that was it!
Unbelievable ;) regards, Martin On 2/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: schof > Date: Thu Feb 16 05:44:47 2006 > New Revision: 378247 > > URL: http://svn.apache.org/viewcvs?rev=378247&view=rev > Log: > Reverted to JDK 1.4 safe code. Old method was not available in all versions > of the 1.4 JDK. > > Modified: > > myfaces/core/branches/1_1_2/api/src/main/java/javax/faces/component/UIComponentBase.java > > Modified: > myfaces/core/branches/1_1_2/api/src/main/java/javax/faces/component/UIComponentBase.java > URL: > http://svn.apache.org/viewcvs/myfaces/core/branches/1_1_2/api/src/main/java/javax/faces/component/UIComponentBase.java?rev=378247&r1=378246&r2=378247&view=diff > ============================================================================== > --- > myfaces/core/branches/1_1_2/api/src/main/java/javax/faces/component/UIComponentBase.java > (original) > +++ > myfaces/core/branches/1_1_2/api/src/main/java/javax/faces/component/UIComponentBase.java > Thu Feb 16 05:44:47 2006 > @@ -790,7 +790,7 @@ > } > intBuf.append("]"); > > - buf.insert(0,intBuf); > + buf.insert(0,intBuf.toString()); > > getPathToComponent(component.getParent(), buf); > } > > > -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces
