hi,
as a module of the app i''m developping i need something like the
macosx addressbook
....
so i made a contacts table containing the firstname, lastname ,
gender, birthday and i create a phones table with 2 fields: number and
contact_id that will allow me to create as many phone numbers i want
for a contact.....
i decided to use ajax to create these phone numbers inside the contact
creation page...so i have a classical ''add phone'' link that
add via
ajax a textfield for my new phone....everything is working great but
i''m stuck with VALIDATIONS...
in fact if a phone number is not valid it raise an error but does not
display the highlighted guilty textfield as this textfield was created
by ajax code.....
what''s the method to solve the problem
olivier hericord
thanks