Link to home
Start Free TrialLog in
Avatar of Rocking
Rocking

asked on

load multiple JSP in single JSP

Hi,

I have to create a dashboard ( single JSP) in which there are multiple div.
Say
Div1 -> Contains all children in a class
Div 2 -> Populates the info(name,age,gender,education)  from the database based on the children selected. (Communication of DIV 1 and DIv2)  
Div3 -> Populates the education qualification of the  children if education link clicked ( communication of div2 and div 3)

In each div we need to load JSP file independently which is dependent upon the parameter from the parent div.
how to load the jsp file,we need to get the parameter,go to server side and then display the JSP with info fetched?
ASKER CERTIFIED SOLUTION
Avatar of girionis
girionis
Flag of Greece image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rocking
Rocking

ASKER

thanks for the reply but i need to communicate to servlet,get the data and then from servlet this jsp gets displayed.
i think it's not possible in both of the above tags.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You can display the servlet output in a DIV as well. What exactly are the requirements? Do you call a third party servlet and you want to display the results in your JSP file?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial