vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.72k forks source link

Tapestry integration #614

Open khalilweb opened 10 years ago

khalilweb commented 10 years ago

Hi, Can any one tell me if there is a specific thing when integrating x-editable with tapestry ?

An other question is : is there any example of backend post in Java/Tapestry ?

Thanks in advance for your response

pepperbob commented 10 years ago

We're currently using x-editable with Tapestry 5.3 and up to now there haven't been any issues with it.

The basic design is that we're building the x-editable configuration dynamically as JSONObject for every input element and handing it to the client-side via a JS-Initializer-call. By generating an event-link for the url-parameter, we make sure x-editable calls back into our component.

khalilweb commented 10 years ago

Thank you for your response. Can you give me some implementation examples plz?