Thomas Andraschko created DELTASPIKE-1063:
---------------------------------------------

             Summary: StoreWindowTreeEnabledOnButtonClick prevents defined 
onclick
                 Key: DELTASPIKE-1063
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1063
             Project: DeltaSpike
          Issue Type: Bug
          Components: JSF-Module
    Affects Versions: 1.5.2
            Reporter: Thomas Andraschko
            Assignee: Thomas Andraschko
             Fix For: 1.5.3


Example:

<h:commandButton id="testButton" value="TestButton" type="button" 
onclick="PF('dlg1').show();" />

<p:confirmDialog id="dlg1" header="Basic Dialog" widgetVar="dlg1" 
minHeight="40" modal="true">
    <h:commandButton type="submit" value="submitButton"/>
    <h:outputText value="Resistance to PrimeFaces is futile!" />
</p:confirmDialog>

The original onlick is never called.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to