File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/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: 48815

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.

This message was edited 1 time. Last update was at by Bear Bibeault



[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
 
subject: JSTL/Array List question
 
developer file tools