Hi
I want to show the values i obtain from database in a
jsp file. I am using JSTL to iterate the collection. I have the
java bean defined with getter and setter methods. I am using request.setAttribute("rows", rows) and i iterate over the items in my jsp. But i cannot see any values and the page is blank.
my code..
please advise me.
redirect will take to resultspage
my jps file
i have a java bean which has getName and getSalary methods
please help.
thank you