How can i Call another jsp in a div. Actually execpt my Div all remaing data remains same. so I have Give diffrent return diffrent jsp (for diffrent UI) in that div in diffrent conditions. and the child jsp have some fill data which i need to get from server.
Mens firslty main.jsp should load then child.jsp load in side dive with get data from server
main.jsp
........
.......
<div>
// here i want to show another jsp after data get from sever child.jsp
</div>
.......
.........