On 7/21/05, Aleksei Valikov <[EMAIL PROTECTED]> wrote: > The point was that you can't use JSTL functions in JSF method bindings.
Actually, you can. It's just difficult to do with the Myfaces EL resolver. You have to hardcode the association. You can also do so if you're using myfaces + facelets as the facelets EL resolver can understand any functions if defined in a *.taglib.xml file (subset of a tld file for functions).

