Re: tapestry and jquery

2014-11-24 Thread Chris Mylonas
Have you got a link to previous post (on nabble)? Maybe someone can shed some light on it now. I ask questions and get no answer sometimes - could be the way I ask, not tapestry itself or waste of time. I've used both 5.3 tapestry-jquery really well, and tapestry-5.4-beta22. Have you already got

Re: tapestry and jquery

2014-11-24 Thread Chung Khanh Duy
Hi, I am using tapestry5jquery lib and it looks great. So I suggest you should use it rather than integrating your own jquery script. Thanks, Duy On Tue, Nov 25, 2014 at 6:11 AM, Ivano Luberti wrote: > Hi guys, in the past days I have posted a question about an issue with > tapestry5 jquery. >

Re: tapestry and jquery

2014-11-24 Thread Paul Stanton
You can start with a fresh Tapestry 5.4 (beta) project which has JQuery built in. You will probably want to exclude the PrototypeJs/Scriptaculous support and only use jquery: @Contribute(SymbolProvider.class) @ApplicationDefaults public static void setupEnvironment(MappedConfiguration config

Re: tapestry and jquery

2014-11-24 Thread Charlouze
Hey, I'm not using tapestry5-jquery but i've tried it with tapestry5 versions prior to t5.4. I'll try to give you some hints to help you decide what you need. If you are going to use t5.4, you could just see t5jq as a components library that require jquery as the JS infrastructure provider. What

tapestry and jquery

2014-11-24 Thread Ivano Luberti
Hi guys, in the past days I have posted a question about an issue with tapestry5 jquery. I have got no answer both on this list and (more worrying) on tapestry5jquery moderated google group (freezed at september 29 btw) So my question is: having to start today a small web application in tapestry5

[5.4-beta-22] How to abort form submission ?

2014-11-24 Thread Muhammad Gelbana
Hello fellow tapestrians... Is there a way I can abort a form submission on the server side ? The reason I'm asking is that I have a form with numerous submit buttons and sometimes I only need to handle the "Selected" event for the submit button and abort the rest of the event handling methods for

Re: Render variable in loop is null

2014-11-24 Thread George Christman
I'm assuming your seeing this exception on a form submission? Could you post your exception? On Mon, Nov 24, 2014 at 7:41 AM, Erich Gormann wrote: > Dear all, > > following code in Tapestry 5.3.7 makes problems: > > > > > > > > some formelements like text and sele

Re: Facebook Federate 400 error with session id.

2014-11-24 Thread George Christman
Opps, sorry this was meant to go to the Tynamo mailing list. On Mon, Nov 24, 2014 at 12:24 AM, Michael wrote: > If you're using tomcat attribute disableUrlRewriting="true" to . > > Michael Gagauz > 23.11.2014 21:38 пользователь "George Christman" > написал: > > > So the first time a user attem

Render variable in loop is null

2014-11-24 Thread Erich Gormann
Dear all, following code in Tapestry 5.3.7 makes problems: some formelements like text and select and actionlinks here Problem: Inside the loop there is a number of actionlinks each triggering the removement of one item in the loops sour

Re: Hints on javascript debugging

2014-11-24 Thread Chris Mylonas
Sounds like some reconnaissance work is involved by lurking in some requirejs hangouts Anyone know where is good? That modern ie stuff would have been handy 10 years ago as a f/oss zealot :) I'm on a Mac mainly for shift + cmd + 4 shortcut - great for documentation! On 24/11/2014 10:28 pm, "Charl

Re: Hints on javascript debugging

2014-11-24 Thread Charlouze
I develop on Ubuntu so I can't use ietester. If you need to test things on ie you can download preconfigured VM (for virtualbox) on modern.ie. As for the side effect you are talking about, it's true that it is sometimes hard to find where does an exception occured because of a requirejs try/catch