| Author |
TagUtils error, help !!!
|
veronique alvaro
Greenhorn
Joined: Sep 05, 2003
Posts: 24
|
|
I have this kind of error : "org.apache.jasper.JasperException at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)" coming from : "java.lang.NullPointerException at org.apache.struts.taglib.TagUtils.retrieveMessageResources(TagUtils.java:1158)" as I have absolutely no idea from where is coming this error, if somebody could help me in anyway, I will be greatful ! Thanks
|
 |
Priyanka Chopda
Ranch Hand
Joined: Jul 22, 2003
Posts: 112
|
|
can you provide little more info on what you trying to do? -PC
|
 |
Carl Thomas
Greenhorn
Joined: Feb 03, 2005
Posts: 1
|
|
I think you have an action tag in your struts-config.xml file that is not separated. See example below ... <action path="/***" type="com.project.ActionName" name="actionForm" scope="request"> ( MAKE SURE THIS ACTION TAG IS CLOSED BEFORE ANY FORWARD TAG ) <forward name="success" path="/pages/***.jsp" /> <forward name="failure" path="/pages/***jsp" /> </action>
|
 |
 |
|
|
subject: TagUtils error, help !!!
|
|
|