[richfaces-issues] [JBoss JIRA] (RF-11403) showcase - a4j:queue - input in sample is wrongly generated, it is disabled on Tomcat

Jan Papousek (Updated) (JIRA) jira-events at lists.jboss.org
Thu Nov 3 11:32:45 EDT 2011


     [ https://issues.jboss.org/browse/RF-11403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jan Papousek updated RF-11403:
------------------------------

    Affects Version/s: 4.1.0.Milestone4

    
> showcase - a4j:queue - input in sample is wrongly generated, it is disabled on Tomcat
> -------------------------------------------------------------------------------------
>
>                 Key: RF-11403
>                 URL: https://issues.jboss.org/browse/RF-11403
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: showcase
>    Affects Versions: 4.1.0.Milestone2, 4.1.0.Milestone4
>         Environment: containers: Tomcat 6.0.32 and Tomcat 7.0.20
> war: richfaces-showcase-4.1.0.20110910-tomcat6.war from maven staging repo
> browsers: Chrome 13, FF 3.6
>            Reporter: Juraj Huska
>             Fix For: 4.Future
>
>
> Input for typing,  which should fire events(first input), is has wrongly generated source code, since it is disabled by default. Its source  code is:
> {code:xml}
> <input id="form:myinput" type="text" name="form:myinput" value="" onkeyup="addEvent();" disabled="disabled">
> {code}
> On JBoss 6 or 7 this input works fine and has source code:
> {code:xml}
> <input id="form:myinput" type="text" name="form:myinput" value="" onkeyup="jsf.util.chain(this,event,'addEvent();','RichFaces.ajax(this,event,{&quot;parameters&quot;:{&quot;javax.faces.behavior.event&quot;:&quot;keyup&quot;,&quot;org.richfaces.ajax.component&quot;:&quot;form:myinput&quot;} ,&quot;sourceId&quot;:this,&quot;begin&quot;:&quot;addRequest();&quot;} )')">
> {code}
> This is noticed only on Tomcats. The page source code is the same on tomcat and jboss wars, they are different after deploying.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list