Re: Calling a business service from a form

2006-03-12 Thread Patrick Refondini
Hi Duncan, If onChange can be used instead of onBlur in your senario you might be able to use something as follow in you CForm model (fd): uniqueAttributeNameConstraint(event); I have used this with Cocoon 2.1.8 with AJAX block enable

Calling a business service from a form

2006-03-12 Thread Duncan McLean
Hi We have a rather complicated scenario where we would like to effectively call a business service which does some detailed calculations involving a value from a text field on a form and then updating the same form with the value. Effectively, the users would like the service calculation to