When using jsp:include or s:include in a JSP page the next Struts 2 tags will throw:
java.lang.NullPointerException at org.apache.struts2.views.jsp.ComponentTagSupport.doStartTag(ComponentT agSupport.java:50) This happens with WebLogic 10.3 but doesn't happen in OC4J 10.1.3.4. on Oracle WebLogic 10.3. It works on OC4J 10.1.3 and Tomcat 5. I created a simple project with an Action and two JSP pages and the problem reproduces. Regards, Néstor Boscán