On 7/21/06, Andrew Robinson <[EMAIL PROTECTED]> wrote:
If you can't get it to work in JSP, have you tried Facelets?
Read more carefully -- he's already using facelets :)
BTW if you use #{}, your variable resolver would have to recognize JSP
functions, and I am not sure if the myfaces JSF variable resolver does.
Actually, according to the JSF 1.1 spec, value bindings aren't allowed to support EL functions. This would have to be a tomahawk extension if MyFaces allowed it.

