fich: functions disappeared from UI library
-------------------------------------------

                 Key: RF-8259
                 URL: https://jira.jboss.org/jira/browse/RF-8259
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 3.3.3.BETA1
         Environment: Jboss AS 4.2, also affects Jboss portal.
            Reporter: Alexander Smirnov
             Fix For: 3.3.3.CR1


ValueExpression exp = context.getApplication().getExpressionFactory()
                                .createValueExpression(context.getELContext(),
                                                
"#{rich:component('usableStates')}", String.class);

javax.el.ELException: Function 'rich:component' not found
        at org.jboss.el.lang.ExpressionBuilder.visit(ExpressionBuilder.java:187)
        at org.jboss.el.parser.SimpleNode.accept(SimpleNode.java:129)
        at 
org.jboss.el.lang.ExpressionBuilder.prepare(ExpressionBuilder.java:138)
        at org.jboss.el.lang.ExpressionBuilder.build(ExpressionBuilder.java:152)
        at 
org.jboss.el.lang.ExpressionBuilder.createValueExpression(ExpressionBuilder.java:206)
        at 
org.jboss.el.ExpressionFactoryImpl.createValueExpression(ExpressionFactoryImpl.java:68)
        at 
org.jboss.seam.el.SeamExpressionFactory.createValueExpression(SeamExpressionFactory.java:98)
The same exception has been thrown from RichFaces-demo editor page in 
portletbridge.

-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to