I'm trying to run some portlets from a JSP. This works nicely on
Tomcat and jetty, but on weblogic I ran into trouble. First of all,
why id the portletId being evaluated by an EL parser? Second, could
this problem be related to the fact that I've declared the app as a
2.3 app?
Greetings,
Stefan
<pluto:portlet portletId="/get_portlets.JRLogin">
<div class="portlet" id="get_portlets.JRLogin">
<div class="header">
<h2 class="title"><pluto:title></pluto:title></h2>
</div>
<div class="body">
<pluto:render></pluto:render>
</div>
</div>
</pluto:portlet>
Caused by: javax.servlet.jsp.el.ELParseException: Error occured while
trying to parse '/get_portlets.JRLogin'
at
javelin.jsp.el.ExpressionEvaluatorImpl.parseEL(ExpressionEvaluatorImpl.java:169)
at
javelin.jsp.el.ExpressionEvaluatorImpl.parseExpression(ExpressionEvaluatorImpl.java:132)
at
javelin.jsp.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:123)
at
jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown
Source)
at
java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown
Source)
at
org.apache.pluto.tags.el.JSP20ExpressionEvaluatorProxy.evaluate(JSP20ExpressionEvaluatorProxy.java:51)
at
org.apache.pluto.driver.tags.PortletTag.evaluatePortletId(PortletTag.java:211)
at
org.apache.pluto.driver.tags.PortletTag.doStartTag(PortletTag.java:108)
--
Bekk Open Source
http://boss.bekk.no