Re: Jquery InPlaceEditor Component

2015-06-02 Thread françois facon
Hi Daniel, Please, open an issue at https://github.com/got5/tapestry5-jquery-demo/issues. Regards, François 2015-06-02 15:15 GMT+02:00 Poggenpohl, Daniel < daniel.poggenp...@isst.fraunhofer.de>: > Hi, > > The inplace editor example on the page > http://tapestry5-jquery.com/components/docsinpla

Jquery InPlaceEditor Component

2015-06-02 Thread Poggenpohl, Daniel
Hi, The inplace editor example on the page http://tapestry5-jquery.com/components/docsinplaceeditor seems to be broken. I can't seem to change pages with the pager but get errors (Communication with the server failed: null). Is there an error in the example that no one detected? Regards, Daniel

Re: Ajax Exception Handling - How to use alerts component instead of different page.

2015-06-02 Thread Lance Java
This sounds quite specific to a single page, I'd use an event handler public void onException(Throwable cause) You can @Inject AlertManager to add alerts You can @Inject Request to test request.isXhr() You can @Inject AjaxResponseRenderer to update zones.