Hi,.. 
 
i need help with the _javascript_ validation, i read the documentation and configure my web.xml, validation.xml and validation-rules.xml,.. and in my form tag put
 
formValidatorName="ciudades" _javascript_Validation="true"
 
but always show me the alert which validate the fields, don't care if i put correct values there,...  why this happend? i'm doing something wrong?..
 
 
I read a mail, question about how show data from more than one table, well could be with a data set like queryData, or other,... all this is in documentation..  here is an example for update a enterprise who have foreign key id_sector_economico, ..  dataLaberl show me the name no the id stored in enterprise table.
 
<db:dataLabel fieldName="id_sector_economico">
    <db:queryData name="qu" query="<%= query %>"/>
</db:dataLabel>
Bye

Reply via email to