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.
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'
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
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
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/
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 (
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