i just want load select options using
jstl in jsp .
but condition is
1) category have many products
so category must be disabled,
2) one specific category must be set on top index
I have category and product as
list available in jsp
eg: category1
product1
product2
category2
product1
product2
Any other way is there without using jstl
please help me out here!
thanks in advance