Hi,
I need to create a new leave application form in Alfresco. So basically what I need is a dialog which helps me to enter from date, to date and reason for the leave. I have created a new dialog and created a new jsf page containing fields what I need. I would like to know how can I enter the details which are entered in these fields into the underlying database. I know that Alfresco is using Hibernate to communicate with the DB. I couldn't find a way to do that in any of the tutorials which I followed. And while customizing the meta-data of documents I found that I can create new properties (meta-data) for a document by creating a new model file and add the properties which I need in <type/> tag. So It was not required to touch any of the hibernate file to enter those fields to the DB. How can I accomplish this in my requirement. kindly provide some help.
Thanks in Advance,
Jayakrishnan S