Home  |   STIU  |   WOW  |   SCJP  |   SCDJWS   |   JEE FAQ  |   About US  |  

FAQ
  Java FAQ
  JSP FAQ
  Servlet FAQ
 

Advertisement

XyzWs Servlet FAQ:
What does action "/Resources" mean to JSP/Servlet?


Printer-friendly version Printer-friendly version | Send this 
article to a friend Mail this to a friend


Previous Next vertical dots separating previous/next from contents/index/pdf Contents
Advertisement
XyzWs Java Servlet FAQ: What does action="/Resources" mean to JSP/Servlet?

What does action="/Resources" mean to JSP/Servlet?

What does action ="/Resources" mean in <form ... action="/Resources"> for JSP/Servlet?

In a JSP/Servlet side it could mean anything since any URL can be aliased to a givn resource, it could be translated by the server as resource.html, resource.jsp, another.jsp, and Servlet/ResourceServlet or even an image although these do not make that much sense.

Remember that the web.xml file allows you to define custom translations between a URL and what resource ultimately gets returned.


Previous Next vertical dots separating previous/next from contents/index/pdf Contents

Support  | Feedback  | Help