Hello,
I'm new to
JSP. I have already posted a question in
servlet forum but have figured out that problem and my servlet is working fine. I have a bean that store the query results and then send them to a controller servlet which in turns forwards the result to JSP to read and display it. My bean and servlet is working fine(i tested them both with some System.out statement). Below is a part of my servlet code(its passing part_no parameter to the bean:
I'm accessing this through result.jsp by:
but when i try to access this page..it doesn't show me any result.just the static "hello" that i added. I'm realy confused now. COuld anyone please guide me in right direction or tell me whats wrong with my code. I would really appreciate your help.