[richfaces-issues] [JBoss JIRA] Created: (RF-9267) Popup panel: LOG is not defined

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Mon Aug 30 09:42:11 EDT 2010


Popup panel: LOG is not defined
-------------------------------

                 Key: RF-9267
                 URL: https://jira.jboss.org/browse/RF-9267
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-output
    Affects Versions: 4.0.0.Milestone2
         Environment: JBoss 6 M4, Glassfish 3, all browsers
            Reporter: Pavol Pitonak


<h:commandButton value="Call the popup">
            <rich:componentControl target="popupPanel" operation="show" />
</h:commandButton>

<rich:popupPanel id="popupPanel" header="panel header"  onbeforeshow="alert('aaa')"  >
    <p> some text </p>
</rich:popupPanel>


When I click the button in order to show popup, nothing happens and Firebug shows the following error:
   LOG is not defined
    catch (e) { LOG.warn("Exception: ...essage + "\n[on"+eventName + "]"); } 
    http://localhost:8080/metamer/faces/javax.faces.resource/popupPanel.js?ln=org.richfaces (line 773)

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

        


More information about the richfaces-issues mailing list