| Author |
Display tag problem
|
amitabh pandey
Greenhorn
Joined: Mar 16, 2012
Posts: 9
|
|
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
|
 |
Vicky Vijay
Ranch Hand
Joined: Apr 23, 2008
Posts: 125
|
|
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
Joined: Mar 16, 2012
Posts: 9
|
|
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
|
 |
Shankar Tanikella
Ranch Hand
Joined: Jan 30, 2011
Posts: 329
|
|
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.
|
Have Fun with Java
little,little.. little by little makes a lot..
|
 |
amitabh pandey
Greenhorn
Joined: Mar 16, 2012
Posts: 9
|
|
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
Joined: Jan 30, 2011
Posts: 329
|
|
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.
|
 |
 |
|
|
subject: Display tag problem
|
|
|