Hi
i am using struts.13 , in that i am using Display tag to display list of records in page wise and i placed all neccesary jar files,like displaytag-1.2.jar in lib folder and every thing working fine. what my problem is that not displaying the values from database it shows error
An error occurred while evaluating custom action attribute "value" with value "${applications.appName}": Unable to find a value for "appName" in object of class "com.xyz.ui.form.MyApplicationForm" using operator "." (null)
and i placed the the following code in the
jsp page.
<jsp:useBean id="applications" class="com.xyz.ui.form.MyApplicationForm " />
<display:table id="vendors name="${applications.applicationList}" sort="list" pagesize="5" defaultsort="2">
<display:setProperty name="basic.show.header" value="true" />
<display:column property="appName" title="Name" sortable="true" />
<display:column property="appType" title="Type" sortable="true" />
<display:column property="totalDownloads" title="Total Downloaded" sortable="true" />
</display:table>
please give me the suggestion to display the list of records from the database. It's urgent to me.
Any other way is there to work on pagination concept using jsp or
struts.
Thanks for you advance
with regards
lakshman