You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Néstor Boscán <ne...@gmail.com> on 2009/02/10 21:02:20 UTC

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 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?


RE: S2 NullPointerException when using jsp:include in WebLogic

Posted by Néstor Boscán <ne...@tcs.com.ve>.
The code in that class is:

Container container = Dispatcher.getInstance().getContainer();

It looks like the JSP is executing without having passed through the Struts
2 Filter. But my web.xml says that all *.jsp and *.action passes through the
filter.

Any ideas?

-----Mensaje original-----
De: Néstor Boscán [mailto:nestorjb@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 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?



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org