Hi All,
First, I noticed that the library ajax.js does not exist in the PR
release. It seems to have been incorporated with jsf.js in the
"javax.faces" namespace/library.
Second. I'm trying to put together the editable text ajax example from
Jim Driscoll's blog here:
http://weblogs.java.net/blog/driscoll/archive/2008/11/another_jsf_20_1.html but I'm running in to an issue where the AJAX request fires just fine, but the only element returned by the "render: list of ids" parameter is the javax.faces.ViewState element, all other elements are ignored.
Also, the value of the inputText field is not populated in the managed
bean. (it is however, passed as a POST parameter)
Any thoughts?
I can post source if required, but it's pretty much straight from Jim's
example. (Plus the action method on submit just to verify that anything
happens at all)
Thanks,
Lincoln