Hi Werner,

There are some corners within the ajax response XML format that doesn't make much sense for me in respect to JSF. Especially for the insert, delete and attributes sections of the update element I cannot see how to trigger them from the existing jsf.ajax.request interface. Still they must be implemented because they make part of the spec and I'm thankful that you are taking on these hard-to-test tasks.

The jira task on the extensions (MYFACES-2174) is NOT for the visual part. The visual part (disable components and show loading bar during request) would truely make a good extension, but I've set this aside until the core is fully functional. The jira is for the addional attributes for the xhr core: pps, queuesize and errorlevel.

Best Regards,
Ganesh

Werner Punz schrieb:
Hello Alex and Ganesh

Following:

I have coded most of the response handling parts which were still missing. There is one big todo left in the update regarding the viewstate + forms the spec and jsdoc is not entirely clear in this area I have to
recheck that before going further in this area!

However the parts I coded are not tested yet, I just coded them for now trying to be syntax error free and trying to follow the spec, I am writing as we speak some testcases to iron out the bugs as well as browser inconsistency bugs (setAttribute still needs testing on the IE 6 and 7 due to lousy bug ridden implementations on that browsers of the original W3C spec)!

All javascript code is committed...
Feel free to take over!

I will finish the testcases tomorrow (which I cannot for now commit into myfaces because we do not have selenium tests yet) but I then have to work on another project, which has higher priority due to customer demands! I will iron my code out thursday and friday next week! During my opensource days!

Ok what needs to be done, my code needs to be ironed out (I will do it next week anyway so there is no big rush, I just want to get some tests in place to have a testing ground for the code) we could start to work on the iframe handling for fileuploads, to have that corner case covered,

The two todos in the response part still need some treatment!

Your visual stuff can be moved into the planned extensions (Ganesh seems to be working on that currently afair the jira issue opened)


Werner

Reply via email to