Hi Dmitry,
Thanks for your reply.
I've tried out with the topic name you've suggested without success.
What I've done is to add an event handler in the "onBlur" attribute, and
that seems to be working correctly.
Thanks again,
Antonio
P.S.: The topic names in the TLD docs for build #14 are not updated to dojo
0.9, I think (shall I file an issue for that?)
Dmitry Kushner wrote:
>
> Antonio
>
> Sorry - the event names have been changed with the migration to dojo 0.9.
> The following, for example is set of events our ajax implementation
> subscribed to ( you can find this in
> javascript.../widget/jsfx/textField.js)
> ( @THEME@ gets translated to theme, so it becomes
> webui.suntheme.widget.textField.event.validation.beginTopic)
>
> dojo.subscribe(webui._at_THEME@.widget.textField.event.refresh.beginTopic,
> webui._at_THEME@.widget.jsfx.common, "processRefreshEvent");
> dojo.subscribe(webui._at_THEME@.widget.textField.event.state.beginTopic,
> webui._at_THEME@.widget.jsfx.common, "processStateEvent");
> dojo.subscribe(webui._at_THEME@.widget.textField.event.submit.beginTopic,
> webui._at_THEME@.widget.jsfx.common, "processSubmitEvent");
> dojo.subscribe(webui._at_THEME@.widget.textField.event.validation.beginTopic,
> webui._at_THEME@.widget.jsfx.textField, "processValidationEvent");
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: dev-help_at_woodstock.dev.java.net
>
>
>
--
View this message in context: http://www.nabble.com/autoValidate-problem.-tf4692440.html#a13419601
Sent from the Project Woodstock - Dev mailing list archive at Nabble.com.