Alloy Showcase
f:ajax
Since JSF 2.0, includes the f:ajax Facelet TagHandler. This ClientBehavior adds AJAX features to any ClientBehaviorHolder that implementsaddClientBehavior
. General Usage
By default (nolistener
specified), AJAX request is made when the default event (obtained from ClientBehaviorHolder and method getDefaultEventName
) had been thrown.Source Code
Liferay Faces Alloy 3.0.1 + Liferay Faces Bridge Implementation 4.1.0 + Showcase Common 3.0.1 + Liferay Faces Util 3.1.0 + Mojarra 2.2.17