[T5.1] MultiZoneUpdate can not be handled Error

2009-08-18 Thread sohu
you can try this: 1. make a hidden submit button with id "submit" or something you like. 2. in javascript: document.getElementById("submit").click() 2009-08-19 sohu

Re: [T5.1] MultiZoneUpdate can not be handled Error

2009-08-18 Thread xfile80303
instructor > http://www.arsmachina.com.br/thiago > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > > --

Re: [T5.1] MultiZoneUpdate can not be handled Error

2009-08-17 Thread Thiago H. de Paula Figueiredo
Em Mon, 17 Aug 2009 20:19:26 -0300, xfile80303 escreveu: Hi Thiago, Hi! Request.isXHR() returns 'false' as you expected... Fist part of the problem solved: figuring out what went wrong . . . :) So I'm not sure how to proceed... I'm far better at Java than Javascript, so please pardon my

Re: [T5.1] MultiZoneUpdate can not be handled Error

2009-08-17 Thread xfile80303
ndent Java consultant, developer, and instructor > http://www.arsmachina.com.br/thiago > > - > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > ______

Re: [T5.1] MultiZoneUpdate can not be handled Error

2009-08-17 Thread Thiago H. de Paula Figueiredo
Em Mon, 17 Aug 2009 19:25:54 -0300, xfile80303 escreveu: Can you suggest how I should activate the ajax refresh when the user clicks on one of the radio buttons? Please check first Request.isXHR() in your event handler to see whether this really is the source of the problem. Another hint:

Re: [T5.1] MultiZoneUpdate can not be handled Error

2009-08-17 Thread xfile80303
; To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > > -- View this message in context: http://n2.nabble.com/-T5.1--MultiZoneUpdate-can-not-be-handled-Error-tp3462182p3462533.html Sent from the Tapestry

Re: [T5.1] MultiZoneUpdate can not be handled Error

2009-08-17 Thread Thiago H. de Paula Figueiredo
Em Mon, 17 Aug 2009 19:10:01 -0300, xfile80303 escreveu: Hi Thiago! Hi! Yes, I'm sorry I should have mentioned this... My form uses the zone attribute to indicate it should refresh a zone via AJAX (or at lease that's my understanding of the attribute from the documentation): You still nee

Re: [T5.1] MultiZoneUpdate can not be handled Error

2009-08-17 Thread xfile80303
itional commands, e-mail: users-h...@tapestry.apache.org > > > -- View this message in context: http://n2.nabble.com/-T5.1--MultiZoneUpdate-can-not-be-handled-Error-tp3462182p3462442.html Sent from the Tapestry Users mailing list archive at Nabble.com. ---

Re: [T5.1] MultiZoneUpdate can not be handled Error

2009-08-17 Thread Thiago H. de Paula Figueiredo
Em Mon, 17 Aug 2009 18:23:40 -0300, xfile80303 escreveu: Hi all, Hi! I'm trying to update two zones using the MultiZoneUpdate return type from my onSuccessFrom method, but Tapestry gives me an error saying the return type is not understood (see stack below). You can only return MultiZo

[T5.1] MultiZoneUpdate can not be handled Error

2009-08-17 Thread xfile80303
1232a2b8fe5.java) -- View this message in context: http://n2.nabble.com/-T5.1--MultiZoneUpdate-can-not-be-handled-Error-tp3462182p3462182.html Sent from the Tapestry Users mailing list archive at Nabble.com.