Re: Refreshing a dojo Dialog on submit

2007-06-28 Thread Heping Zhang
do you resolve the problem? I think you can try to update the entire dialog box component, not only the if component, or something like this, contains the error message. I don't know whether it will work in your project, but I when encounter this problem, I tried this and it works.

Re: Refreshing a dojo Dialog on submit

2007-06-11 Thread Stephane Decleire
We are using Tap4.1.1 Christian Dutaret a écrit : What version are you using? I had issues with refreshing the content of a Dialog through XHR requests. That's actually what motivated the move to 4.1.2 2007/6/8, Stephane Decleire <[EMAIL PROTECTED]>: My submit is async but nothing happens. I'

Re: Refreshing a dojo Dialog on submit

2007-06-08 Thread Christian Dutaret
What version are you using? I had issues with refreshing the content of a Dialog through XHR requests. That's actually what motivated the move to 4.1.2 2007/6/8, Stephane Decleire <[EMAIL PROTECTED]>: My submit is async but nothing happens. I've tried to force the refresh with cycle.getResponse

Re: Refreshing a dojo Dialog on submit

2007-06-08 Thread Christian Dutaret
I had issues with refreshing the content of a Dialog through XHR requests I mean with 4.1.1 2007/6/8, Christian Dutaret <[EMAIL PROTECTED]>: What version are you using? I had issues with refreshing the content of a Dialog through XHR requests. That's actually what motivated the move to 4.1.2

Re: Refreshing a dojo Dialog on submit

2007-06-08 Thread Igor Drobiazko
Look here: this page contains 3 different dialogs http://bookie.googlecode.com/svn/trunk/bookie-web/src/main/java/org/bookie/web/pages/admin/CategoryAdmin.java http://bookie.googlecode.com/svn/trunk/bookie-web/src/main/webapp/WEB-INF/admin/CategoryAdmin.page http://bookie.googlecode.com/svn/trunk/

Re: Refreshing a dojo Dialog on submit

2007-06-08 Thread Stephane Decleire
My submit is async but nothing happens. I've tried to force the refresh with cycle.getResponseBuilder().updateComponent(getClientId()); Same result ... The component is not refreshed. Any idea ? Stephane Christian Dutaret a écrit : If your submit is async, just specify your form component id (

Re: Refreshing a dojo Dialog on submit

2007-06-07 Thread Christian Dutaret
If your submit is async, just specify your form component id (or any component you want refreshed on submit) in the updateComponents attribute of the @Form. 2007/6/7, Stephane Decleire <[EMAIL PROTECTED]>: Hi, I've got a signon form in a dojo Dialog box. Is there a way to refresh the content o