Please help : showing JSP page inner another JSP page
hi all...
please help to solve my problem .
my project like this :
# i have JSP page=> index.JSP , i have divide that into 4 div (1,2,3,4)
at the second div , i added submit button .
# when submit button pressed , it's would call the servlet .and then servlet forward to another JSP page(output.JSP ).output.JSP have attribute that must get from the servlet .
#I would like to show the output.jsp on 3rd div of index.JSP
is there possible to do that ?if possible , please show me the way .
all help would be appreciated ...