Hello everybody,<br><br>I want to use the JSTL Taglibs in my OpenCms project. For this, I copied the archives and added the necessary tags in my web.xml. First I thought everything works fine. But now I found a problem with the Macro Expressions of OpenCms and the expression language of the Taglibs. Both of them look like this
<br><br>${....}<br><br>and that's a problem. Because I get a runtime error, when pages with macros are called (e.g. "attribute param does not except expressions according to the tld"). The macros are interpreted as expression language.
<br><br>Are there any workarounds for this problem?<br><br>Thanks in advance,<br>Fabian<br>