[richfaces-issues] [JBoss JIRA] Created: (RF-4593) ModalPanel: Richfaces.showModalPanel fails to work without options argument

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sun Oct 12 15:48:21 EDT 2008


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

        



More information about the richfaces-issues mailing list