Using JBoss EL with Websphere
- by rat
Hey,
I'm doing a project which is going to run on Websphere.
I'm using JSF/Facelets/Richfaces for this project.
I want to use the JBoss EL implementation as it allows calling methods with parameters from EL etc.
... usually this is accomplished by getting the JBoss EL jar and then putting this in the web.xml:
<context-param>
…