Re: Form Notify after validation

2008-12-03 Thread Musachy Barroso
I open a div >>> with a list of orders. The point is that if the validation is not ok >>> then the orders list shouldn't be opened. >>> >>> Any idea? >>> Thanks! >>> >>> Sergio >>> >> >> ---

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
dn't be opened. >> >> Any idea? >> Thanks! >> >> Sergio >> > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > >

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

Form Notify after validation

2008-12-02 Thread Sergio Sánchez González
I want to add validations to my forms. But the problem I have is in these forms I have notify actions, and this notifys should only be called if the validation is ok. for example: The form action: listOrders O