Tags | Description |
---|---|
Jsp:forward | Forwards the request and response to other sources |
Jsp:include | includes other resources |
Jsp:element | To define XML elements at runtime. |
Jsp:getproperty | Prints the property values of the bean |
Jsp:useBean | Creates bean object |
Jsp:plugin | Embeds another resource |
Jsp:param | Set the parameter values. It is used mostly in forward and include pages. |
Jsp:setProperty | Sets the property estimations in bean objects. |
Jsp:attribute | Defines XML elements attributes dynamically. |
Jsp:body | Defines XML elements body. |