RE: T5 ajax zones example

2008-06-10 Thread Blower, Andy
ginal Message- > From: Filip S. Adamsen [mailto:[EMAIL PROTECTED] > Sent: 06 June 2008 14:08 > To: Tapestry users > Subject: Re: T5 ajax zones example > > Howard is on it. See https://issues.apache.org/jira/browse/TAPESTRY- > 2341. > > -Filip > > On 2008-06-

Re: T5 ajax zones example

2008-06-06 Thread Filip S. Adamsen
Howard is on it. See https://issues.apache.org/jira/browse/TAPESTRY-2341. -Filip On 2008-06-06 16:07, james cai wrote: I have the same problem using T5.0.12.Who can fix this? thanks. Sabine K. wrote: Hi, this works perfect with the Firefox. With the Internet Explorer it gives by triggeri

Re: T5 ajax zones example

2008-06-06 Thread james cai
I have the same problem using T5.0.12.Who can fix this? thanks. Sabine K. wrote: > > Hi, > > this works perfect with the Firefox. With the Internet Explorer it gives > by triggering the submit button, the link works: > > org.apache.tapestry.runtime.ComponentEventException > A component eve

Re: T5 ajax zones example

2008-03-12 Thread Stephane Decleire
It doesn't work on Firefox for me ... And i don't think the error returned deals with the client. Ted Steen a écrit : This example only works with 5.0.11. I tried it with Internet Explorer just now and I see that the ajax form is submitted and the form is updated (correct), but the click event a

Re: T5 ajax zones example

2008-03-12 Thread Stephane Decleire
I've got the same error in Firefox (v2.0.0.12) when triggering the button ... :-( Stephane Sabine K. a écrit : Hi, this works perfect with the Firefox. With the Internet Explorer it gives by triggering the submit button, the link works: org.apache.tapestry.runtime.ComponentEventException A

Re: T5 ajax zones example

2008-03-12 Thread Ted Steen
This example only works with 5.0.11. I tried it with Internet Explorer just now and I see that the ajax form is submitted and the form is updated (correct), but the click event appears to go all the way to IE and the form is also submitted by IE. This is wrong, and it is the cause for the Component

Re: T5 ajax zones example

2008-03-12 Thread Sabine K.
Hi, this works perfect with the Firefox. With the Internet Explorer it gives by triggering the submit button, the link works: org.apache.tapestry.runtime.ComponentEventException A component event handler method returned the value [EMAIL PROTECTED] Return type org.apache.tapestry.internal.struct

Re: T5 ajax zones example

2008-03-11 Thread Mark W. Shead
On Mar 11, 2008, at 8:00 PM, Weisu wrote: Hi Ted, I had tried your example, but I can not make the form part to work, it only displays "Content before update". I am using T5.0.10. I am using 5.0.11, but I had to change: @OnEvent(component="theForm", value="success") to @OnEvent(comp

Re: T5 ajax zones example

2008-03-11 Thread Weisu
Hi Ted, I had tried your example, but I can not make the form part to work, it only displays "Content before update". I am using T5.0.10. Thanks! ws -- View this message in context: http://www.nabble.com/T5-ajax-zones-example-tp15991696p15995860.html Sent from the Tapestry - User mailing list

Re: T5 ajax zones example

2008-03-11 Thread Ted Steen
I'm not sure that I understand what you mean? The zone is replaced by a div (I think) and then the content of that div is updated with the return values from the event handlers. 2008/3/11, Janko Muzykant <[EMAIL PROTECTED]>: > > > thanks Ted! > that helped me a lot. one additional question. is it

Re: T5 ajax zones example

2008-03-11 Thread Janko Muzykant
thanks Ted! that helped me a lot. one additional question. is it possible to mark as 'zone-to-update' something different than a form element? a simple div for example? Ted Steen wrote: > > This is a simple example showing ajax with and without forms. > Hope it helps! > > > -- > /ted > >

Re: T5 ajax zones example

2008-03-11 Thread Ted Steen
This is a simple example showing ajax with and without forms. Hope it helps! --Test.tml-- http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> Ajax test Boring block fun dynamic block! date on server ${date} message: ${m