sections.remoteCommand.assignableParam.xhtml Maven / Gradle / Ivy
The newest version!
Task: Assign JavaScript parameters to a property in a bean. It can be done in a convenient way with pe:remoteCommand and pe:assignableParam.
AssignableParam specifies a name of the parameter and an EL expression for a corresponding Java method (setter) the parameter will be applied to.
It allows to attach a converter or define it as usual in JSF by converter attribute.