This page (revision-41) was last changed on 04-Sep-2014 13:44 by Dieter Käppel

This page was created on 21-Aug-2013 14:14 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
41 04-Sep-2014 13:44 35 KB Dieter Käppel to previous

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 534 added 12 lines
!!!Action Component
Manchmal kann es erforderlich sein, eine Method-Expression als Component zu übergeben oder mehrere Method-Expressions aufzurufen. Dafür kann der Tag <e:action> verwendet werden:
{{{
<h:commandButton value="Invoke Actions">
<f:ajax/>
<e:action listener="#{bean.action1}"/>
<e:action listener="#{bean.action2}"/>
<e:action listener="#{bean.action3}"/>
</h:commandButton>
}}}