[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3494) Custom EL Functions in Facelets are not accessible in JSF through api calls
Samuel Mendenhall (JIRA)
jira-events at lists.jboss.org
Thu Oct 2 09:32:21 EDT 2008
Custom EL Functions in Facelets are not accessible in JSF through api calls
---------------------------------------------------------------------------
Key: JBSEAM-3494
URL: https://jira.jboss.org/jira/browse/JBSEAM-3494
Project: Seam
Issue Type: Feature Request
Components: EL
Affects Versions: 2.1.0.CR1, 2.0.3.CR1, 2.0.2.SP1
Reporter: Samuel Mendenhall
Priority: Minor
Custom Facelets EL functions define established through xml or a custom AbstractTagLibrary do not pass the barrier to JSF but are segregated purely to facelets. So, one can't use Expressions.instance().createValueExpression(...) with a custom el function in it as it doesn't existing in the JSF FunctionMapper.
There should be some mechanism to either import the existing functions, or to register the functions with JSF alongside of Facelets.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list