hi.. i have this servlet from where i need to send a string array or list array to the CQ webpage?? and this need's to be populated into a dropdown list on that page??..
To better understand the query are you looking some thing like this http://dev.day.com/content/kb/home/Communique/CQDevelopment/Components Templates/CreatingDynamicCqDialog.html
Hi,
Unless if there is a specific need to use a servlet, you can implement the same logic(to generate dropdown list) inside a java bean. Use a getter that returns dropdown list and use the bean inside jsp and call the getter to populate dropdown list. In case, if you have to use servlet, you can use HttpClient inside bean getter to obtain response from the servlet and return the list or array.
Regards,
Sravan.
North America
Europe, Middle East and Africa
Asia Pacific