spring - Display Tag Issue -


i have collections of data display how display data using <display> tag in jsp file.

i have written

<display:table name="user" pagesize="10" export="true" sort="list">     <display:column property="firstname" title="first namee"                     sortable="true" headerclass="sortable" />     <display:column property="lastname" title="last name"                     sortable="true" headerclass="sortable" />     <display:column property="email" title="email" sortable="true"                     headerclass="sortable" /> </display:table> 

it working data not displayed


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -