http://svn.apache.org/viewvc/myfaces/shared/branches/3_0_0/ is the location.
Dennis Byrne >-----Original Message----- >From: Sean Schofield [mailto:[EMAIL PROTECTED] >Sent: Wednesday, June 7, 2006 11:33 AM >To: 'MyFaces Development' >Subject: Re: svn commit: r412381 - >/myfaces/shared/branches/2_0_2/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlLinkRendererBase.java > >Done. New RC is up as well. > >On 6/7/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote: >> Hi Sean, >> > >> > myfaces/shared/branches/2_0_2/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlLinkRendererBase.java >> > >> > - throw new IllegalArgumentException("Component " + clientId + >> > " must be embedded in an form"); >> > + String path = RendererUtils.getPathToComponent(component); >> > + String msg = "Change component/tag '" + clientId + "' from >> > javax.faces.*/<h:tagName /> " + >> > + "to org.apache.myfaces.*/<t:tagName />, or embed it >> > in a form. This is not a bug. " + >> > + " MyFaces core implementation no longer supports >> > formless action sources in order to " + >> > + "make your application more inter-operable with the >> > RI. The path to this component is " + path ; >> > >> I lately changed the message to point to a describing wiki page about >> how to workaround this problem. >> Could you please merge up this change. Its the commit r412108 >> >> Thanks! >> Ciao, >> Mario >> >> >
