August 2002
Intermediate to advanced
688 pages
23h
English
<jsp:fallback>
The <jsp:fallback>
action can be used only in the body of a
<jsp:plugin>
action. Its body specifies the template text to use for browsers that
don’t support the HTML
<embed> or <object>
elements.
<jsp:fallback> Fallback body </jsp:fallback>
None
<jsp:plugin type="applet" code="Clock2.class" codebase="applet" jreversion="1.2" width="160" height="150" ><jsp:fallback>Plugin tag OBJECT or EMBED not supported by browser.</jsp:fallback></jsp:plugin>
Read now
Unlock full access