RE: S2 NullPointerException when using jsp:include in WebLogic

2009-02-11 Thread Néstor Boscán
: Néstor Boscán [mailto:nesto...@gmail.com] Enviado el: Tuesday, February 10, 2009 3:32 PM Para: 'Struts Users Mailing List' Asunto: S2 NullPointerException when using jsp:include in WebLogic Hi I´m getting the following exception on WebLogic 10.3 with pages that have jsp:include. This

S2 NullPointerException when using jsp:include in WebLogic

2009-02-10 Thread Néstor Boscán
Hi I´m getting the following exception on WebLogic 10.3 with pages that have jsp:include. This works with OC4J 10.1.3.4. The exception is: java.lang.NullPointerException at org.apache.struts2.views.jsp.ComponentTagSupport.doStartTag(ComponentTagSupp ort.java:50) Any ideas?