From jira-events at lists.jboss.org Tue Dec 9 11:45:36 2008 Content-Type: multipart/mixed; boundary="===============2252768484243740073==" MIME-Version: 1.0 From: Yura Zhishko (JIRA) To: jbosstools-issues at lists.jboss.org Subject: [jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3376) Recreate mechanizm of prefix verification Date: Tue, 09 Dec 2008 11:45:36 -0500 Message-ID: <11362515.1228841136781.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============2252768484243740073== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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 ve= rification of parents next way: 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 --===============5405959266735000897== 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 --===============5405959266735000897==-- From jira-events at lists.jboss.org Tue Dec 9 12:03:47 2008 Content-Type: multipart/mixed; boundary="===============7686892095213950639==" 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 12:03:47 -0500 Message-ID: <21018653.1228842227405.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11362515.1228841136781.JavaMail.jira@cloud.prod.atl2.jboss.com --===============7686892095213950639== 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: -------------------------------- Attachment: screenshot-1.jpg > 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 > Attachments: screenshot-1.jpg > > > 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 --===============7686892095213950639==-- From jira-events at lists.jboss.org Tue Dec 9 12:21:36 2008 Content-Type: multipart/mixed; boundary="===============4642755241790107399==" MIME-Version: 1.0 From: Maxim Areshkau (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 12:21:36 -0500 Message-ID: <22085564.1228843296904.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11362515.1228841136781.JavaMail.jira@cloud.prod.atl2.jboss.com --===============4642755241790107399== 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 ] Maxim Areshkau updated JBIDE-3376: ---------------------------------- Fix Version/s: 3.0.0.GA > 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 > Fix For: 3.0.0.GA > > Attachments: screenshot-1.jpg > > > 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 --===============4642755241790107399==-- From jira-events at lists.jboss.org Wed Dec 10 09:49:37 2008 Content-Type: multipart/mixed; boundary="===============3509668323078222398==" MIME-Version: 1.0 From: Maxim Areshkau (JIRA) To: jbosstools-issues at lists.jboss.org Subject: [jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-3376) Recreate mechanizm of prefix verification Date: Wed, 10 Dec 2008 09:49:36 -0500 Message-ID: <2365691.1228920576925.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11362515.1228841136781.JavaMail.jira@cloud.prod.atl2.jboss.com --===============3509668323078222398== 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 ] Maxim Areshkau resolved JBIDE-3376. ----------------------------------- Resolution: Done Assignee: Yura Zhishko (was: Maxim Areshkau) > 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: Yura Zhishko > Fix For: 3.0.0.GA > > Attachments: screenshot-1.jpg > > > 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 --===============3509668323078222398==-- From jira-events at lists.jboss.org Mon Jan 12 10:12:05 2009 Content-Type: multipart/mixed; boundary="===============5537196223009644825==" MIME-Version: 1.0 From: Yura Zhishko (JIRA) To: jbosstools-issues at lists.jboss.org Subject: [jbosstools-issues] [JBoss JIRA] Closed: (JBIDE-3376) Recreate mechanizm of prefix verification Date: Mon, 12 Jan 2009 10:12:04 -0500 Message-ID: <30872383.1231773124517.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 11362515.1228841136781.JavaMail.jira@cloud.prod.atl2.jboss.com --===============5537196223009644825== 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 closed JBIDE-3376. ------------------------------- Verified in JBossTools-ALL-win32-3.0.0.CR2-N200901091812 > 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: Yura Zhishko > Fix For: 3.0.0.CR2 > > Attachments: screenshot-1.jpg > > > 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 --===============5537196223009644825==--