Chetan,



Your solution was really helpful.   One more question.



In order to auto populate the   some fields data from Incident form to UI page fields ( for example Ticket number, state, priority short description) , i should use autocomplete="on", right?   .   <input type="text" class="form-control input-lg" id="ticket_number" name="ticket_number" value="" autocomplete="on"> correct me If I am wrong,  



or else   is there anything else I can   use in the script?





For referencing the data, I am using



<td><label for="configuration Item"> Configuration item:</label></td>                            


  <td><g:ui_reference name="ci" table="cmdb_ci" value="${jvar_cmdbi}"