previous
|
index
|
next
Action Basics
Functionality is identical to scripting elements.
Advantage: Can completely abstract code that would normally be intermixed with the JSP.
Syntax of an action:
<prefix:element {attribute = "value"}*/>
Some standard actions:
Including files at runtime
Using Java applets
Manipulating JavaBeans
Forwarding requests between application resources
previous
|
index
|
next