Amit Bariar

Greenhorn
+ Follow
since Mar 09, 2012
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 Amit Bariar

<%
ProductsByCities pbc= new ProductsByCities();
storesList = pbc.getCityList(); // List contains the cities list taken from Database
//getCityList is Non-static method
%>



above code should run if getCityList() method is public...
but the best way to write this java code in other java class and call it using tag libs
12 years ago
JSP
go on to apache website. you will get lot of open source project over there
12 years ago