| Author |
Up Arrow and Down Arrow in html:select in Struts
|
Soumya Saha
Ranch Hand
Joined: Apr 14, 2006
Posts: 64
|
|
Hi, I am trying to display Up Arrow and Down Arrow besides the Labels in a dropdown. I am able to do it in html using the following entity, but I am not able to do it in Struts using a Collection.If I use the same value as &uarr -- it is just displaying it only not converting it into arrow. The Code I am using in Html: <select> <option>---choices---</option> <option>↑Field 1 </option> <option>↓Field 2</option> </select> Any Help on how to do it in Struts?
|
 |
 |
|
|
subject: Up Arrow and Down Arrow in html:select in Struts
|
|
|