Hi All,
I want to create controls dynamically in component class and render them in JSP. Is this possible?
Actually,
My requirement is to create docbaseattributevalue controls dynamically and also depending upon user input that for how many objects he want these controls on page.
For this , I am making an AJAX call to another jsp and in that page I want to create controls based on the input passed. This will help me in loading them dynamically without refreshing the page.
Is there a way the createcontrol() method can help me in binding the control on JSP at runtime?
Regards,
Abhinav