One servlet with multiple jsp's -


is possible if have 1 function in servlet forward getrequestdispacher 4 jsp. possible?

from javadoc, requestdispatcher defines object receives requests client , sends them resource (such servlet, html file, or jsp file) on server.

its clear at time can send 1 resource.

refer documentation of requestdispatcher.


Comments

Popular posts from this blog

xml - Extract substrings with XSLT -

math - "ELO Rating" and how does "TSR Rating" work? -

How can do a tuple comparison in coffeescript similar to that in python? -