[jbosstools-issues] [JBoss JIRA] (JBIDE-13153) Wrong tag names in JSF pages does not display warnings or errors on Eclipse editor

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon Nov 26 17:10:21 EST 2012


     [ https://issues.jboss.org/browse/JBIDE-13153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-13153:
-----------------------------------

    Assignee: Alexey Kazakov  (was: Yahor Radtsevich)

    
> Wrong tag names in JSF pages does not display warnings or errors on Eclipse editor
> ----------------------------------------------------------------------------------
>
>                 Key: JBIDE-13153
>                 URL: https://issues.jboss.org/browse/JBIDE-13153
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 3.3.1
>         Environment: Windows 7 64 Bits, JRE 1.6.0_26, Eclipse Indigo (3.7.2), JBoss Tools 3.3.1
>            Reporter: Gustavo Gomes
>            Assignee: Alexey Kazakov
>            Priority: Minor
>
> I'm working in a project migration to provide JSF 2.0 features. In this case, I'm using Eclipse Ingido as IDE and the JBoss Tools plugin. The project uses the JBoss Seam 2.3.0.Final with RichFaces 4.2.2.Final and will be deployed in the JBoss AS 7.1.1.Final.
> When I try to migrate JSF pages written using JSF 1.2 and RichFaces 3.3.3.Final to the newest version of these libraries, the JBoss Tools HTML Editor in Eclipse does not display any warnings or errors in the Problems tab for wrong element names or attribute names.
> Below follow an example JSF page:
> <ui:define name="body">
>     <div class="actionButtons">
>         <h:botton></h:botton>
>         <s:button nothing="nothing" view="/GrupoEdit.xhtml" id="create"
>             propagation="none" value="Criar grupo">
>             <f:param name="grupoId" />
>         </s:button>
>     </div>
>     ...
> </ui:define>
> In example, the tag <h:botton> does not exists in taglibs nor the attribute nothing in the <s:button> tag.
> It is already expected that the component of the plugin does not validate this situation?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list