Brandon Plamondon

Greenhorn
+ Follow
since Dec 04, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Brandon Plamondon

That did the trick, thank you kindly.
14 years ago
JSP
This is my web.xml, really really simple... using the 2.3 dtd.

14 years ago
JSP
So I have an interesting issue, I'm trying to iterate over an ArrayList of objects however nothing is working. Debugging shows the ArrayList of Records in the request scope but the for each will not display them.



Here is the Record class


Anyone have any ideas why my results would be the following:

${meh.title}

${meh.desc}

And nothing else.
14 years ago
JSP