Re: reloading not working, what did i break?

2010-07-12 Thread Kalle Korhonen
Suit yourself but you shouldn't claim it doesn't work at all if you can not get it working. Kalle On Mon, Jul 12, 2010 at 9:34 PM, Paul Stanton wrote: > no kalle, i am not. > > we cannot get tapestry's class reloading working with tomcat. > > regards, paul. > > Kalle Korhonen wrote: >> >> On Mo

Re: reloading not working, what did i break?

2010-07-12 Thread Paul Stanton
no kalle, i am not. we cannot get tapestry's class reloading working with tomcat. regards, paul. Kalle Korhonen wrote: On Mon, Jul 12, 2010 at 7:34 PM, Paul Stanton wrote: There's misinformation in this thread in that Tomcat does support reloading in a regular classloader, but does not su

Re: reloading not working, what did i break?

2010-07-12 Thread Kalle Korhonen
On Mon, Jul 12, 2010 at 7:34 PM, Paul Stanton wrote: > There's misinformation in this thread in that Tomcat does support reloading > in a regular classloader, but does not support tapestry 5's class reloading. > For example, under Tomcat, the implementation of a service will reload fine, > however

Re: reloading not working, what did i break?

2010-07-12 Thread Paul Stanton
Inge, Kalle, There's misinformation in this thread in that Tomcat does support reloading in a regular classloader, but does not support tapestry 5's class reloading. For example, under Tomcat, the implementation of a service will reload fine, however the implementation of a tapestry page or

Re: retrieve textfield value prior to validate/submit

2010-07-12 Thread Thiago H. de Paula Figueiredo
On Mon, 12 Jul 2010 17:09:00 -0300, Pablo dos Reis wrote: Hi, Hi, guys! Nice example, Pablo! A StreamResponse is a good choice when all you need to return is a String. When you need something more structured, you can return a JSSONObject or an JSONArray. @Property private String ur

using a js confirm to cancel an async eventlink

2010-07-12 Thread Paul Stanton
Hi all, I was hoping to be able to use a simple js confirm in order to (conditionally) cancel the callback from an async event link: zone="myZone" onclick="return confirm('sure?');">delete Unfortunately, even when 'Cancel' is clicked, the callback is executed. What is the simplest way to ad

Re: chenillekit on T5.2.0

2010-07-12 Thread Kalle Korhonen
I don't think Chenillekit currently provides automatically built snapshots, at least not using Codehaus' infrastructure, but maybe they should - similar to Tynamo (see http://ci.repository.codehaus.org/org/tynamo/). Automatically built T5.2 snapshots are available via Apache's snapshots repo. Kall

RE: chenillekit on T5.2.0

2010-07-12 Thread Jim O'Callaghan
Thanks Sven. Is there any snapshot release planned soon? Or will this coincide with a T5.2.0 snapshot? Regards, Jim. -Original Message- From: Sven Homburg [mailto:hombu...@googlemail.com] Sent: 11 July 2010 11:35 To: Tapestry users Subject: Re: chenillekit on T5.2.0 the trunk is alway

Re: JavaScript and Css T5.2.0-SNAPSHOT

2010-07-12 Thread Pablo dos Reis
Sorry, /** * Adds one or more new script assets to the page. Assets are added uniquely, and appear as