[
https://jira.jboss.org/browse/RF-9267?page=com.atlassian.jira.plugin.syst...
]
Nick Belaevski updated RF-9267:
-------------------------------
Assignee: Andrey Markhel
Fix Version/s: 4.0.0.Milestone3
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
Assignee: Andrey Markhel
Fix For: 4.0.0.Milestone3
<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...
(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