How can i pass the value of array variable populated in scriplets of jsp code to a combobox? 开发者_StackOverflow社区combobox is defined in of the same code.
you can use <c:for
jstl tag to iterate over the array and set the combo with its values.
How can i pass the value of array variable populated in scriplets of jsp code to a combobox? 开发者_StackOverflow社区combobox is defined in of the same code.
you can use <c:for
jstl tag to iterate over the array and set the combo with its values.
精彩评论