ModalPanel: Richfaces.showModalPanel fails to work without options argument
---------------------------------------------------------------------------
Key: RF-4593
URL:
https://jira.jboss.org/jira/browse/RF-4593
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Reporter: Nick Belaevski
Assignee: Nick Belaevski
Fix For: 3.3.0
This fails:
<h:commandButton value="No" styleClass="button"
onclick="Richfaces.showModalPanel('testMPanel'); return false;"/>
This works:
<h:commandButton value="No" styleClass="button"
onclick="Richfaces.showModalPanel('testMPanel', {}); return false;"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira