Configure HTML/JavaScript

Sunday, September 23, 2012

JSP tags

JSP tags:

JSP tags are mainly divided into three parts.
1. Directive(page,include,tag libs)

  • Page (to include java library and other things)
  • Include ()
  • Tag library

2. Scripting(declaraion,scriptlet,expression)

  • Declaration
  • Scriptlet (original java code which embded inside html code with help of <%%>)
  • Expression

3. Action


 the easy way to remember is



JSP tags->Directive(page,include,tag libs)->scripting(declaraion,scriptlet,expression)->Action

description:

JSP tags
     ->Directive(page,include,tag libs)
     ->scripting(declaraion,scriptlet,expression)
     ->Action




No comments:

Post a Comment