Re: Form Notify after validation

2008-12-03 Thread Musachy Barroso
If you are using 2.1, you can use the builtin ajax validation which is not tied to Dojo: http://struts.apache.org/2.0.14/docs/ajax-validation.html musachy On Wed, Dec 3, 2008 at 4:13 PM, dusty <[EMAIL PROTECTED]> wrote: > > It seems like you are committed to the dojo route so the validation is a

RE: Form Notify after validation

2008-12-03 Thread Martin Gainty
within this transmission. > Date: Wed, 3 Dec 2008 13:13:21 -0800 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: Re: Form Notify after validation > > > It seems like you are committed to the dojo route so the validation is an > issue. I would

Re: Form Notify after validation

2008-12-03 Thread dusty
It seems like you are committed to the dojo route so the validation is an issue. I would suggest using Jquery or Prototype to wire up the Ajax calls and handle the events yourself. Especially for an interface that is javascript heavy. You post to a struts action and use the json result plugin.

Re: Form Notify after validation

2008-12-03 Thread Sergio Sánchez González
Taking a look to this https://issues.apache.org/struts/browse/WW-2860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel I understand the notify is going to be called anyway, either the validation it's ok or not. Then the only way to avoid the notification is using javascript to va