Jsp fallback
Advertisements
Jsp fallback
<jsp:fallback> tag is used to display alternative text when there is a problem to load the requested applet. This is sub element of plugin like as alt tag in html.
When use <jsp:fallback> tag
This tag is used to display alternative text when there is a problem to load the requested applet..
Example
<jsp:plugin type="applet" code="classsname" width="200" height="200"> <jsp:fallback>Unable to load Applet</jsp:fallback> </jsp:plugin>
Google Advertisment