I am new to the Sturts2 and Displaytag.
I have configured it to use the displaytag.
What I did is :
I have added the follwoing displaytag jars in WEB-INF/lib and added them to buildpath
displaytag-1.2.jar
displaytag-export-poi-1.2.jar
displaytag-portlet-1.2.jar
In action class added a method ArrayList<ForbesData> getForbesList() which return the ArrayList<ForbesData> data.
ForbesData class is
I have onmore
java class
In struts.xml I have configured action class LoginAction .
In
jsp I added
When I try to see the my table after running the program I am getting exception.
I am not able to find any help from net as all examples are shown as per sturts1.x
Can some one please help what Am I missing here.