This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes TagUtils  error, help !!! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "TagUtils  error, help !!!" Watch "TagUtils  error, help !!!" New topic
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>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: TagUtils error, help !!!
 
Similar Threads
create xml string from data
SerializationException During operation Invocation in Weblogic Webservice
Ajax problem while loading option.
HttpStatsuError
Can't install or uninstall java sdk or runtime?