You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "jyotirmoy (JIRA)" <de...@myfaces.apache.org> on 2015/04/06 10:57:12 UTC

[jira] [Comment Edited] (TRINIDAD-2520)
    [ https://issues.apache.org/jira/browse/TRINIDAD-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14481051#comment-14481051 ] 

jyotirmoy edited comment on TRINIDAD-2520 at 4/6/15 8:56 AM:
-------------------------------------------------------------

I observed that if I remove  <trh:head> tag from <trh:html>  tags <trh:script partialTrigger is getting called from command button but if I add the <trh:head tag issue is still replicable.


was (Author: jshyam89):
I observed that if remove  <trh:head> tag from <trh:html>  tags <trh:script partialTrigger is getting called from command button but if I add the <trh:head tag issue is still replicable.

> <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)