Combining in-place-editing via AJAX with JSF's binding

2007-04-05 Thread Jörn Zaefferer
Hi folks, I'm building an application that basically consists of a single page that displays a few elements, of which most are editable in place. Some JS converts each text element into an input field once its clicked and submits the changed value in the background. The user can also add new

Re: Combining in-place-editing via AJAX with JSF's binding

2007-04-05 Thread David Delbecq
I would suggest ajax4jsf. As far as i know, it provide custom button link that submit in ajax, retrieve the response and redraw parts of the form on client side. This seems to do what you want, except for one thing. According to docs, the current release does not support portlets environments.

Re: Combining in-place-editing via AJAX with JSF's binding

2007-04-05 Thread Matthias Wessendorf
don't rush. sometimes it takes a while. jQuery isn't that wide adapted ;) On 4/5/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Hi folks, I'm building an application that basically consists of a single page that displays a few elements, of which most are editable in place. Some JS converts each

Combining in-place-editing via AJAX with JSF's binding

2007-04-04 Thread Jörn Zaefferer
Hi folks, I'm building an application that basically consists of a single page that displays a few elements, of which most are editable in place. Some JS converts each text element into an input field once its clicked and submits the changed value in the background. The user can also add new