[richfaces-issues] [JBoss JIRA] Created: (RF-9488) Showcase on GAE: a4j:ajax doesn't work

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Tue Oct 12 03:58:39 EDT 2010


Showcase on GAE: a4j:ajax doesn't work
--------------------------------------

                 Key: RF-9488
                 URL: https://jira.jboss.org/browse/RF-9488
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-a4j-core
    Affects Versions: 4.0.0.Milestone2
         Environment: Showcase v.4.0.0-SNAPSHOT SVN r.19149 
Chromium 8.0.551.0 (62113), Firefox 3.6.10
            Reporter: Pavol Pitonak


1. open http://richfaces-showcase.appspot.com/richfaces/component-sample.jsf?demo=ajax
2. type slowly letters

result: 
- output is re-rendered randomly (every 2-4 requests)
- each request lasts 500-1500ms (comparing to <500ms in livedemo.exadel.com/richfaces-demo)

usual response looks like this:
<?xml version="1.0" encoding="utf-8"?>
<partial-response><changes><update id="javax.faces.ViewState"><![CDATA[1391214532133623339:7767695094562190266]]></update></changes></partial-response>

but should be like this:
<?xml version="1.0" encoding="utf-8"?>
<partial-response><changes><update id="j_idt91:out"><![CDATA[<span id="j_idt91:out">a</span>]]></update><update id="javax.faces.ViewState"><![CDATA[1391214532133623339:7767695094562190266]]></update></changes></partial-response>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list