[ 
https://issues.apache.org/jira/browse/MYFACES-2654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12855409#action_12855409
 ] 

Werner Punz commented on MYFACES-2654:
--------------------------------------

Ok as it seems to me the server is sending nothing back...
for whatever reason, the xhr request is passed down and looks sane:
Tr-PPR-Message  true
_noJavaScript   false
event   autosub
itxt    Change this text
j_id1078059021_4041e82d 
javax.faces.ViewState   !1b0dwwbwze
javax.faces.partial.ajax        true
javax.faces.partial.event       click
javax.faces.partial.execu...    pSub_button
javax.faces.source      pSub_button
org.apache.myfaces.trinid...    j_id1078059021_4041e08f
partial true
selOne  0
source  
source  pSub_button

everything is there to have the processing in place, the only thing really 
missing is the render attribute
but thats basically it and a rendered is not really needed it works without:

for a comparison here is one of my working demos
form2:toUpdate  4
form2_SUBMIT    1
javax.faces.ViewState   
Jf1j2ILM9475XJOzR3e+dsIWjVko6SHrjSgVcnsaxk2LRz6oc8gAYQRPYX14MvenjUgiAw06Pbe1LvyPDqLhAo/s6Gb5+3lT28yy8Y1K8Fs=
javax.faces.partial.ajax        true
javax.faces.partial.event       click
javax.faces.partial.execu...    form2:toUpdate
javax.faces.source      mego2

For one reason or the other the Trinidad request does not really pass the 
server correctly and I do not get
a valid xhr response (which is xml)!



> Trinidad ajax-branch does not work with MyFaces2
> ------------------------------------------------
>
>                 Key: MYFACES-2654
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2654
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.0.0-beta-3
>         Environment: Trinidad ajax branch, URL: 
> https://svn.apache.org/repos/asf/myfaces/trinidad/branches/jsf2_ajax.3/
> MyFaces TRUNK
>            Reporter: Matthias Weßendorf
>
> run the demo (like via Jetty):
> Go to "http://localhost:8080/trinidad-demo/faces/demos/pprDemos.jspx";
> on any "ajax" action/click, I get these two alert() boxes:
> * "TypeError: this._ajaxOldDomElements is null"
> * "malformedXML--"
> Same stuff works with Mojarra 2.0.2

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to