jyotirmoy created TRINIDAD-2520:
-----------------------------------

             Summary: <trh:script partialTrigger is getting called through 
Command Button
                 Key: TRINIDAD-2520
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2520
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 2.1.0-core
         Environment: I am using trinidad 2.1.0 ,Myfaces 2.1.10 server as 
webshpere 8.5
and IE11 
            Reporter: jyotirmoy


<trh:script partialTrigger is getting called through Command Button click

below is the sample code
        <tr:form id="overviewForm">
   <tr:commandButton id="VisibleOmi2" partialSubmit="true" value="VisibleOmi2" 
text="VisibleOmi2"></tr:commandButton>
                        </tr:form>

   <trh:script partialTriggers=":VisibleOmi2"
                                text="
                                alert('111');
                                
                                alert('222');
                                
                                
                                "
                                ></trh:script>

On click of this button the below alert is not getting called.



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

Reply via email to