Mapping .jsp Spring

veraswanee

New Member
Today I'm working on a project in Java Spring, especially in CONTEXT-SERVLET.xml (context) where normally declare a bean to link a .jsp with a Java class or controller (mapping).Traditional workflow is: a viewA.jsp is linked (mapping) to controller.java (controller) and this controller.java dispatches another viewB.jspCan you link a viewA.jsp to another viewB.Jsp without going through a controller?How do this in CONTEXT-SERVLET.xml??thank you very much
 
Back
Top