|
Can I do this..........
String category = "restaurants";
String[] selections = new String[]{McDonalds,
Burger King, Roy Rogers}
<mytags:TestTag
category="<%
category%>"
selections="<% selections
%>"
/>
I want to pass an array into the set method of a
tag class |
