[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-1396) Conversation.xhtml template contains wrong uri for JSF Core taglibrary

Max Andersen (JIRA) jira-events at lists.jboss.org
Fri Nov 30 08:27:46 EST 2007


    [ http://jira.jboss.com/jira/browse/JBIDE-1396?page=comments#action_12389967 ] 
            
Max Andersen commented on JBIDE-1396:
-------------------------------------

wonder why that doesn't fail with internal browser ?!



> Conversation.xhtml template contains wrong uri for JSF Core taglibrary
> ----------------------------------------------------------------------
>
>                 Key: JBIDE-1396
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1396
>             Project: JBoss Tools
>          Issue Type: Bug
>          Components: seam-gen
>    Affects Versions: 2.0.0.GA
>         Environment: RHEL Desktop 5
>            Reporter: Denis Golovin
>         Assigned To: Max Andersen
>         Attachments: conversation page.jpg, how it should look.jpg, how-it-looks-like.jpg
>
>
> It contains ui:composition declaration posted below, xmlns:f should be  http://java.sun.com/jsf/core as in Action and Form templates.
> <!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
>                              "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <ui:composition xmlns="http://www.w3.org/1999/xhtml"
>                 xmlns:s="http://jboss.com/products/seam/taglib"
>                 xmlns:ui="http://java.sun.com/jsf/facelets"
>                 xmlns:f="http://java.sun.com/jsf"
>                 xmlns:h="http://java.sun.com/jsf/html"
>                 xmlns:rich="http://richfaces.ajax4jsf.org/rich"
>                 template="layout/template.xhtml">
> Conversation page is failed to load under RHEL Desktop 5 and looks like on attached picture.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list