You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Martin Marinschek <ma...@gmail.com> on 2006/02/16 15:42:25 UTC

Re: svn commit: r378247 - /myfaces/core/branches/1_1_2/api/src/main/java/javax/faces/component/UIComponentBase.java

Cool!

that was it!

Unbelievable ;)

regards,

Martin

On 2/16/06, schof@apache.org <sc...@apache.org> 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