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

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -