Content deleted Content added
No edit summary |
m Robot-assisted disambiguation: Netscape |
||
Line 80:
; <nowiki>jsp:param</nowiki> : Can be used inside a jsp:include, jsp:forward or jsp:params block. Specifies a parameter that will be added to the request's current parameters.
; <nowiki>jsp:forward</nowiki> : Used to hand off the request and response to another JSP or servlet. Control will never return to the current JSP.
; <nowiki>jsp:plugin</nowiki> : Older versions of [[Netscape Communications Corporation|Netscape]] and [[Internet Explorer]] used different tags to embed an applet. This action generates the browser specific tag needed to include an applet.
; <nowiki>jsp:fallback</nowiki> : The content to show if the browser does not support applets.
; <nowiki>jsp:getProperty</nowiki> : Gets a property from the specified [[Java Beans|Java bean]].
|