<xapp:elementaction type="???"/>

X-Application Version: 4.1.1
Tamino Version : 4.1.1
Platform : Linux
WebContainer : Tamocat 4.1.1
JDK Version : 1.4.1

Hi all,

could anybody give me a hint, where I can find a reference for the accepted values of the attribute type in the elementaction tag? I have nothing found within google or the XApplication.pdf.

thx4help

Hello,

there are ‘predefined’ actions for the elementaction. They are described in

…/xapplication_411/documentation/manual/XApplication/pre_eleact.htm#pre_eleact

You can reach this link by opening the HTML documentation of X-Application and

(1) Click the link “JavaServer Pages Tag Reference” under Reference
(2) Click the link “elementaction”
(3) Click the link “predefined element action” within the description of the attribute ‘type’

‘predefined’ means, there are standard implementations of element actions. You can use them directly without implementing your own plug-in. You can also add plug-ins for element action and extend the set of values that are accepted for the ‘type’ attribute of the xapp:elementaction tag. Look into the documentation chapter “Plugins”.

Bye,
Christian.