Hi,
I am trying to run a very simple application on struts on WebSphere 5.1 and am getting the following error: SRVE0026E: [Servlet Error]-[]: java.lang.NullPointerException at org.apache.struts.taglib.TagUtils.pageURL(TagUtils.java:1114) at org.apache.struts.taglib.TagUtils.computeURLWithCharEncoding(TagUtils.ja va:466) at org.apache.struts.taglib.TagUtils.computeURLWithCharEncoding(TagUtils.ja va:329) at org.apache.struts.taglib.html.LinkTag.calculateURL(LinkTag.java:475) at org.apache.struts.taglib.html.LinkTag.doStartTag(LinkTag.java:334) at org.apache.jsp._welcome._jspService(_welcome.java:90) at com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase.service(HttpJspBase.java :89) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.ibm.ws.webcontainer.jsp.servlet.JspServlet$JspServletWrapper.service (JspServlet.java:344) at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.serviceJspFile(JspServlet .java:662) at com.ibm.ws.webcontainer.jsp.servlet.JspServlet.service(JspServlet.java:7 60) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.ibm.ws.webcontainer.servlet.StrictS -- <truncated> -- Is it because I am not using the correct version of struts for Websphere 5.1? Can someone please tell me that which version of struts would work fine with IBM WebSphere 5.1 server or if the problem is with something else? Any help would be much appreciated. Regards, Shivani