[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-1073) XULRunner VE displays blank page when rich: or ui: controls are used

Gavin King (JIRA) jira-events at lists.jboss.org
Thu Oct 11 13:09:16 EDT 2007


XULRunner VE displays blank page when rich: or ui: controls are used
--------------------------------------------------------------------

                 Key: JBIDE-1073
                 URL: http://jira.jboss.com/jira/browse/JBIDE-1073
             Project: JBoss Tools
          Issue Type: Bug
         Environment: Mac!
            Reporter: Gavin King
         Assigned To: Max Andersen
            Priority: Critical


This facelets page displays perfectly if the rich:panel is commented out. Otherwise the Visual view is blank.

<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html 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/core"
                xmlns:h="http://java.sun.com/jsf/html"
                xmlns:rich="http://richfaces.org/rich">

<body>
    
    <h:messages styleClass="message"/>
    
    <h:form id="login">
    
        <rich:panel> 
            <f:facet name="header">Login</f:facet>
    
            <p>Please login using any username and password</p>
        
            <div class="dialog">
                <h:panelGrid columns="2" rowClasses="prop" columnClasses="name,value">
                    <h:outputLabel for="username">Username</h:outputLabel>
                    <h:inputText id="username" 
                              value="#{identity.username}"/>
                    <h:outputLabel for="password">Password</h:outputLabel>
                    <h:inputSecret id="password" 
                                value="#{identity.password}"/>
                    <h:outputLabel for="rememberMe">Remember me</h:outputLabel>
                    <h:selectBooleanCheckbox id="rememberMe" 
                                          value="#{identity.rememberMe}"/>
                </h:panelGrid>
            </div>
        
        </rich:panel> 
        <div class="actionButtons">
            <h:commandButton value="Login" action="#{identity.login}"/>
        </div>
          
    </h:form>

 </body> 
</html>


-- 
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