File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes Displaytag problem in Struts 2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Displaytag problem in Struts 2" Watch "Displaytag problem in Struts 2" New topic
Author

Displaytag problem in Struts 2

dhanaraj krishnasamy
Greenhorn

Joined: Jan 07, 2009
Posts: 4
Hai,

I used the Struts 2 appliction for DisplayTag But it Gives the Following Error.

javax.servlet.ServletException: org/apache/commons/lang/UnhandledException
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:273)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.struts2.dispatcher.ServletDispatcherResult.doExecute(ServletDispatcherResult.java:139)
org.apache.struts2.dispatcher.StrutsResultSupport.execute(StrutsResultSupport.java:178)

My Configuaration Details.

i Added the Following Jar files For DisplayTag

1.displaytag_1.2 .jar.
2.displaytag_export_1.2.jar.
3.displaytag_export_poi_1.2.jar

And in my Action Package i put the displaytag.properties.

So please help me to slove the Problems
Thanks....
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

I'd guess this is a Display Tag issue rather than Struts, but without any further details it's impossible to help.

I'd probably try pursuing this on a Display Tag list/forum first, though, since Display Tag isn't part of Struts.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Displaytag problem in Struts 2
 
Similar Threads
Unexpected error when running application from tomcat.
Struts2 with Displaytag export option is not working
Appengine Error
Getting Problem in display tag with struts
Exception while configuring Struts2.1.6 with Tomcat 5.0