Portlet Factory, Version 6.1.2
Adding expressions to the Choose Reference dialog
You can add your own expressions to the Java node of the Choose Reference dialog. You might want to do this to keep frequently used expressions available from within the dialog. To populate the Choose Reference dialog with an expression, add a line defining the expression to the ../WEB-INF/config/IndirectJavaExpressions.config file. For example:
- To add your own expression that displays at the top level of the Java node tree, add this line to the file:
MyExpressionName=webAppAccess.getMyExpressionData()- To add expressions that display one level down in the expression tree, enter:
MyExpressionCollection/MyExpressionName1=webAppAccess.getMyExpressionData1() MyExpressionCollection/MyExpressionName2=webAppAccess.getMyExpressionData2()Parent topic: About using the Choose Reference dialog
Library | Support |