-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6.0-HF23, 5.7.2
-
Fix Version/s: 5.6.0-HF24, 5.7.3
-
Component/s: Seam / JSF UI
- create a content view and use the widget 'listing_big_icon_typeWidget' on the result layout
- export into excel the listing. An error page is displayed with the following stack trace:
Caused by: javax.el.ELException: Function 'nxd:iconPath' 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.parser.SimpleNode.accept(SimpleNode.java:132)
at org.jboss.el.parser.SimpleNode.accept(SimpleNode.java:132)
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)