| Author |
Fetch total from two Beans
|
Joseph Smithern
Ranch Hand
Joined: Feb 11, 2006
Posts: 89
|
|
|
I have a Bean class that has a counter where I show the total number in a JSP. I now have another Bean class that also has a counter which gives me a total number. How can I combine each bean class total and show it on a JSP? I am using Tomcat 4.1.27 with no JSTL.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56153
|
|
Add the two results together. Obviously there's gotta be more to the question, but as stated, that's all I can offer.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Fetch total from two Beans
|
|
|