Customization: Expression Language Resources
Content
- Referencing a user role in expression language: KB Article: 2195407.1
- User documentation on using EL to secure objects:
- Using Expression Language in Fusion Applications
- User documentation: http://docs.oracle.com/cd/E15586_01/webcenter.1111/e10149/wcsugappb.htm#CHDJDGAB
- User documentation (Java): http://docs.oracle.com/javaee/6/tutorial/doc/bnahq.html
-
How to display the 4th segment of the position name where each segment is separated by '.': #{fn:split(node.PositionName, '.')[fn:length(fn:split(node.PositionName, '.'))-1]}
Tagged:
12