Without editing?! So you want to include the contents of JSP page B into an existing JSP page A, without editing A?
I'm not sure if something like SiteMesh would allow you to do that. You could do it dynamically via Ajax if you have a way to reference where you want to insert the page, I suppose.