From jira-events at lists.jboss.org Fri Oct 28 18:48:45 2011 Content-Type: multipart/mixed; boundary="===============8583284735814685352==" MIME-Version: 1.0 From: Alexey Kazakov (Updated) (JIRA) To: jbosstools-issues at lists.jboss.org Subject: [jbosstools-issues] [JBoss JIRA] (JBIDE-9208) KB model doesn't recognize composite components if you break xmlns:composite="http://java.sun.com/jsf/composite" name space and then fix it back. Date: Fri, 28 Oct 2011 18:48:45 -0400 Message-ID: <188919677.38694.1319842125454.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1924030380.8570.1308613703616.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============8583284735814685352== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/JBIDE-9208?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Alexey Kazakov updated JBIDE-9208: ---------------------------------- Fix Version/s: 3.3.x (was: 3.3.0.Beta1) = > KB model doesn't recognize composite components if you break xmlns:compos= ite=3D"http://java.sun.com/jsf/composite" name space and then fix it back. > -------------------------------------------------------------------------= ------------------------------------------------------------------------ > > Key: JBIDE-9208 > URL: https://issues.jboss.org/browse/JBIDE-9208 > Project: Tools (JBoss Tools) > Issue Type: Bug > Components: JSF > Affects Versions: 3.3.0.M2 > Reporter: Alexey Kazakov > Assignee: Viacheslav Kabanovich > Fix For: 3.3.x > > > EXECUTE: Create JSF2 Kick Start project. > EXECUTE: Replace input.xhtml component by this code: > {code} > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitiona= l.dtd"> > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:composite=3D"http://java.sun.com/jsf/c"> > > > > > > > > > > > > > > > {code} > EXECUTE: Ctrl+S > EXECUTE: Open Web Projects View. > ASSERT: input.xhtml is not recognized as a composite component (you can s= ee it the fact that you can't expand this node in the view). It's ok since = xmlns:composite=3D"http://java.sun.com/jsf/c" is not a correct name space. > EXECUTE: Then replace input.xhtml component by this code: > {code} > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitiona= l.dtd"> > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:c=3D"http://java.sun.com/jsf/composite"> > > > > > > > > > > > > > > > {code} > EXECUTE: Ctrl+S > EXECUTE: Open Web Projects View. > FAILURE: input.xhtml is not recognized as a composite component (you can = see it the fact that you can't expand this node in the view). It's NOT ok s= ince xmlns:c=3D"http://java.sun.com/jsf/composite" is correct. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============8583284735814685352==--