From jira-events at lists.jboss.org Tue Dec 9 11:55:37 2008 Content-Type: multipart/mixed; boundary="===============3398160664565633563==" MIME-Version: 1.0 From: Yura Zhishko (JIRA) To: jbosstools-issues at lists.jboss.org Subject: [jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-3376) Recreate mechanizm of prefix verification Date: Tue, 09 Dec 2008 11:55:36 -0500 Message-ID: <29551732.1228841736953.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11362515.1228841136781.JavaMail.jira@cloud.prod.atl2.jboss.com --===============3398160664565633563== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/JBIDE-3376?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Yura Zhishko updated JBIDE-3376: -------------------------------- Description: = Insert next source code: <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"j"%> <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %>

See the results (screenshot-1). The main cause of this is that we make a ve= rification of parents next way: <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %>

See the results (screenshot-1). The main cause of this is that we make a ve= rification of parents next way: Recreate mechanizm of prefix verification > ----------------------------------------- > > Key: JBIDE-3376 > URL: https://jira.jboss.org/jira/browse/JBIDE-3376 > Project: Tools (JBoss Tools) > Issue Type: Bug > Components: Visual Page Editor core > Affects Versions: 3.0.0.cr1 > Reporter: Yura Zhishko > Assignee: Maxim Areshkau > > Insert next source code: > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"j"%> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > > > > > > > > > > > > > > > >

> >
>
> > > See the results (screenshot-1). The main cause of this is that we make a = verification of parents next way: > test=3D"parentname()=3D'h:dataTable'|parentname()=3D'h:panelGrid'.... > And we take account of only "h"-prefix. This verification doesn't include= other named prefix -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============3398160664565633563==--