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

Juraj Huska (JIRA) jira-events at lists.jboss.org
Wed Sep 14 09:05:26 EDT 2011


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


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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list