Re: Ajax issue in beta35

2015-09-15 Thread Christine
On 14-09-15 11:41, françois facon wrote: I would suggest you to do a project->clean under eclipse and also to do a mvn clean before the build of your war. I would also try to clean the remote server. Thanks François, now it works. dagdag Christine ---

Re: Ajax issue in beta35

2015-09-14 Thread françois facon
I would suggest you to do a project->clean under eclipse and also to do a mvn clean before the build of your war. I would also try to clean the remote server. 2015-09-13 19:54 GMT+02:00 Christine : > On 13-09-15 19:34, françois facon wrote: > >> Good news! >> >> I had to face the same problem

Re: Ajax issue in beta35

2015-09-13 Thread Christine
On 13-09-15 19:34, françois facon wrote: Good news! I had to face the same problem with some tapestry5-jquery components Your issue is related to TAP5-2463. This should be fix in next version. Anyway, if you don't have any legacy code that use prototype.js, it is better to only use jQuery. :

Re: Ajax issue in beta35

2015-09-13 Thread françois facon
Good news! I had to face the same problem with some tapestry5-jquery components Your issue is related to TAP5-2463. This should be fix in next version. Anyway, if you don't have any legacy code that use prototype.js, it is better to only use jQuery. Best regards François 2015-09-13 17:46 GMT+0

Re: Ajax issue in beta35

2015-09-13 Thread Christine
On 13-09-15 11:12, françois facon wrote: Hi Christine, Did you try to force the use of jQuery whithout prototype in your beta35 version ? This could be done by adding the following code configuration.add( SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery"); in the contributeApplicat

Re: Ajax issue in beta35

2015-09-13 Thread Christine
On 13-09-15 11:12, françois facon wrote: Hi Christine, Did you try to force the use of jQuery whithout prototype in your beta35 version ? I will try. After I created a .war file from the app and uploaded it to the server, running jetty8, the app worked, but the ajax call doesn't. I think it

Re: Ajax issue in beta35

2015-09-13 Thread françois facon
Hi Christine, Did you try to force the use of jQuery whithout prototype in your beta35 version ? This could be done by adding the following code configuration.add( SymbolConstants.JAVASCRIPT_INFRASTRUCTURE_PROVIDER, "jquery"); in the contributeApplicationDefaults part of your AppModule. Best

Re: Ajax issue in beta35

2015-09-12 Thread Geoff Callender
Very strange, because JumpStart7 is running beta 35. > On 13 Sep 2015, at 4:15 am, Christine wrote: > > I have recently added Ajax to a project, to update a zone periodically > (following the example in Jumpstart7). I couldn't get it to work in one > project, but copying the code to another, s

Ajax issue in beta35

2015-09-12 Thread Christine
I have recently added Ajax to a project, to update a zone periodically (following the example in Jumpstart7). I couldn't get it to work in one project, but copying the code to another, similar project showed it worked. Today I found it stopped working. Took me some time to realize I had updated