aspose file tools
The moose likes Struts and the fly likes Up Arrow and Down Arrow in html:select in Struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Up Arrow and Down Arrow in html:select in Struts" Watch "Up Arrow and Down Arrow in html:select in Struts" New topic
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?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Up Arrow and Down Arrow in html:select in Struts
 
Similar Threads
Ajax with Struts - Loading the lookup values in drop down
Up Arrow And Down Arrow in html:select in Struts
Up Arrow And Down Arrow in html:select in Struts
struts html list drop down question
Struts Drop Down List