• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Display tag problem

 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


hi i am going to use struts display tag for itrate table and export data as xl,pdf,csv etc
<%@taglib uri="http://displaytag.sf.net" prefix="display" %>

i have used common-collection3.2
common-lang3.3.0.1
displaytag-export-poi-1.2.jar
displaytag-portlet-1.2.jar
 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
amitabh,

For Quicker Solution, Provide Complete Information about the Issue/Problem your facing ?,

as Incomplete details will not fetch you the solution faster

Are you using PORTLET ?
 
amitabh pandey
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi vijay

This is the error

[Servlet Error]-[org/apache/commons/beanutils/NestedNullException]: java.lang.NoClassDefFoundError: org/apache/commons/beanutils/NestedNullException

i have print in action ,it is comin but when after forwarding to success the same jsp is called then this error is coming

Regards
Amitabh
 
Ranch Hand
Posts: 329
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Amitabh,
Do you have commons bean utils jar added in the classpath? If not, add it and check the same. If you have already added then post the JSP code snippet being used.
 
amitabh pandey
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Shankar

Thanks for reply
but my problem has been solved
you are right the problem was commons bean utils jar i have added this but not correct version.
Now code is running.
The one question can we format xl which it opens like Header of excel with something color.
Thanks
Amitabh
 
Shankar Tanikella
Ranch Hand
Posts: 329
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Amitabh, Good that the issue is resolved. I never worked with excel and hence no idea. After enough homework, it is good to open a new thread for that issue and close this one.
reply
    Bookmark Topic Watch Topic
  • New Topic