Re: Client-side Pub/Sub vs. Memory Leaks

2011-06-19 Thread Kalle Korhonen
Tying to dom elements sounds reasonable to me. You mean DOMNodeRemoved? There's such as a thing in the spec but do the browsers, especially everybody's favorite trouble maker, IE, support it? See http://en.wikipedia.org/wiki/DOM_events, http://stackoverflow.com/questions/3750546/event-observe-domn

TAP5-1527

2011-06-19 Thread Igor Drobiazko
I had a look into TAP5-1527. The issue in short: using BeanEditForm component on a page, your handler method for the prepare event is invoked twice during rendering. For more details see:https://issues.apache.org/jira/browse/TAP5-1527 As you can see in the following example, BeanEditForm re-trigg

Client-side Pub/Sub vs. Memory Leaks

2011-06-19 Thread Howard Lewis Ship
I've been, effectively, prototyping a client-side pub/sub solution for Tapestry with one of my client projects. The goal is to reduce the abuse of DOM events or other complicated structure. If two components need to work together when they are both present in the page, it can be difficult to orch

Re: [VOTE] Tapestry 5.3.0 [REVISED]

2011-06-19 Thread Igor Drobiazko
Igor Drobiazko: +1 (binding) On Sat, Jun 18, 2011 at 1:47 AM, Howard Lewis Ship wrote: > I've created and uploaded a REVISED release of Tapestry 5.3.0, ready to be > voted upon. This is an alpha release. It replaces the earlier vote for > 5.3.0 that failed > due to the JDK 1.6 dependency (since

Re: Building Trunk

2011-06-19 Thread Josh Canfield
If the tests fail because of the JDK implementation, so will your app. On Jun 19, 2011 7:31 AM, "françois facon" wrote: > Hi Martijin > > gradle build –x test to skip test during build process > gradle install -x test to skip test during build process > > you can skip test on specific module with

Re: Building Trunk

2011-06-19 Thread Josh Canfield
> "gradle install" succeeds if I run in with the SUN JDK but always fails > when building on OpenJDK with the following errors: Great, that's a place to start. I've had a problem running in openjdk as well also due to generic support. I'm planning to spend some time investigating this week. Josh

Re: UploadFile

2011-06-19 Thread tompeter
Uuups, sorry Taha and thanks for your mail! All best, Tom 2011/6/19 Taha Hafeez [via Tapestry] < ml-node+4502405-1877883370-199...@n5.nabble.com> > Hi Tom, > > You have asked the question in the dev list and your question is meant for > users list, so kindly ask this question there. Also, includ

Re: Building Trunk

2011-06-19 Thread françois facon
Hi Martijin gradle build –x testto skip test during build process gradle install -x test to skip test during build process you can skip test on specific module with -x test:tapestry-ioc (6 tests fails on my cygwin side) François 2011/6/19 martijn.list : > On 06/19/2011 02:57 PM, J

Re: Building Trunk

2011-06-19 Thread martijn.list
On 06/19/2011 02:57 PM, Josh Canfield wrote: > Hmm, as a reference point can you try with the Sun JDK? "gradle install" succeeds if I run in with the SUN JDK but always fails when building on OpenJDK with the following errors: [ant:javac] /home/build/src/tapestry/trunk/tapestry-core/src/main/java

Re: Building Trunk

2011-06-19 Thread Josh Canfield
Hmm, as a reference point can you try with the Sun JDK? On Jun 19, 2011 4:28 AM, "martijn.list" wrote: > I tried to install Tapestry 5 trunk on a freshly installed Ubuntu 10.04 > server. > > This is what I did: > > 1. installed OpenJDK, Maven, Ant and Gradle, subversion > 2. checked out Tapestry 5