Please send your Questions & Answers or Feedback to "mohan@javabook.org"

What are the JSP standard actions?


The JSP standard actions affect the overall runtime behavior of a JSP page and also the response sent back to the client.
They can be used to include a file at the request time, to find or instantiate a JavaBean, to forward a request to a new page, to generate a browser-specific code, etc.
Ex: include, forward, useBean,etc. object.
Related Posts Plugin for WordPress, Blogger...
Flag Counter