Hi all
I have a form template and after adding my required controls i am storing the form template as custom type in repository by mapping the elements of form template with custom type attributes. In some application i have a jsp form where i can get the form templates. now my requirement is, if i select form template name i should display all the elements (mapped with custom attributes in the custom type above) in a list box.
with custom type i can query for custom attributes and display but i am getting the form template name in the UI. so using thins form template name i need to query the custom type and get the custom attributes and display it in the list box. how to achieve this.....................
For eg:
I have form template with name : FORM_TEMPLATE
i saved as repository values in a custom type : form_custom_type
now in UI i have FORM_TEMPLATE....using this i need to query form_cusom_type and get the attributes......................