Actually I need to add mandatory field validations to the edit form which is used to add/edit data into livetable. I am bit confused on how can it be done. Some help would be appreciated. Thanks.
What do you mean by “livetable form” (there’s no such thing AFAIK)
Could you provide some more context? Thanks
Sorry. I used wrong terminology. I have created an application by AWM. The record pages are visible in livetable. User can add/edit record. I am trying to add validations to that page from where record is added/edited. I had earlier used parsleyjs for validations. But that I used directly with HTML tags. I am not getting how can I add validations over here. I hope I am clear now ?
I’m not an expert on this but the class properties have some metadata for validation. Maybe you could edit the class generated by AWM using the class editor and configure validation?
See http://platform.xwiki.org/xwiki/bin/view/DevGuide/Creating+a+form+with+validation+and+tooltips
I had tried this steps, but there were some issues. So time being I used live validation macro.