aspose file tools
The moose likes JSP and the fly likes Mark Element of List Box on Build 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 » Java » JSP
Reply Bookmark "Mark Element of List Box on Build" Watch "Mark Element of List Box on Build" New topic
Author

Mark Element of List Box on Build

Steve Dyke
Ranch Hand

Joined: Nov 16, 2004
Posts: 1254
Is there a way to mark as selected on certain line item of a list box as it is populated?

My list code:

Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56182
    
  13

What do you mean by "mark"?

If you really mean "select", then add the selected attribute to the element.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Steve Dyke
Ranch Hand

Joined: Nov 16, 2004
Posts: 1254
Thanks Bear.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Mark Element of List Box on Build
 
Similar Threads
Comparing values using JSTL
JSTL comparing variables
Dependant drop down list boxes in JSP page
DIV Tag Loading Behavior is Erratic
Mixing JSP and Scriptlets throws compilation errors