SyntaxFix
Write A Post
Hire A Developer
Questions
In JSF 1.2 this was done by <f:setPropertyActionListener> (within the command component). In JSF 2.0 (EL 2.2 to be precise, thanks to BalusC) it's possible to do it like this: action="${filterList.insert(f.id)}
<f:setPropertyActionListener>
action="${filterList.insert(f.id)}