Problem With Using c: Tag to Display Drop-Down Menu
JiaPei Jen
Ranch Hand
Joined: Nov 19, 2000
Posts: 1309
posted
0
I am able to display the drop-down menu in the conventional way:
PageBeans is an object that is passed from a Servlet. This object is a Collection of JavaBean, which in my case is called PageBean. This PageBean has only one property (to make it simple for testing purpose). This property is called 'name'. I do not have a label prepared for this property.
1. how do I show -Select- in this drop-down menu?
2. I tried to convert the code and use <c:...> tags, but I have a number of problems: