executeRead() is run when you have a GET request. executeWrite() is run when you have a POST request. As Veikko said in his reply, you can define validators for certain request methods (read, write), that should help you there :)
David Am 08.03.2007 um 10:30 schrieb surej ns: > Hi all, > > I have designed a page for employee deatils.some objects like > employee type (with values-permanent or temporary ) has to be > loaded by default in a select box, so I wrote that in executeRead > () function . I have also written validation in xml file for this > form. my issue is that the validate function works as the page > lodes and executeRead ()function stops working. Is there any > solution to suppress the validation. I require validation functions > only at the time of form submission .plz help me to find it out > _______________________________________________ > users mailing list > [email protected] > http://lists.agavi.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
