aspose file tools
The moose likes JSP and the fly likes JSTL/Array List question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "JSTL/Array List question" Watch "JSTL/Array List question" New topic
Author

JSTL/Array List question

Ricky Jay
Ranch Hand

Joined: Feb 12, 2010
Posts: 62



What does the ??? value need to represent? the method name in the bean? The variable name in the bean? Table Column Name?
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50691

Firstly follow conventions. Don't use uppercase for variable names. Also, use good names. What's LB stand for? Light Brigade? Little Baby?

To answer the question: if LB is a bean, it's the bean property according to the JavaBeans conventions. If LB is a Map, it's the key.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
 
subject: JSTL/Array List question
 
Threads others viewed
How to display arraylist value in jsp, using JSTL tags?
JSTL to Servlet
How to use array of beans in jsp
struts tag
showing contents of arraylist using c:forEach
IntelliJ Java IDE