| Author |
<display:table> not working
|
Mansi Mishra
Ranch Hand
Joined: Dec 26, 2008
Posts: 50
|
|
Hi
I am trying to display an arraylist in tabular format in my jsp.
Here is the code snippet for the <display:table>
<bean:define toScope="request" scope="session" name="dealForm" property="resultList" id="outputList" />
<display:table id="results" name="outputList">
<display:column property="stock" title="Stock" />
</display:table>
I ahve included the displaytag-1.0.jar in my classpath.
But when I run the code, the table always says 'Nothing found to display'
Is there anything I am missing here? Please advice.
|
http://splashpress.blogspot.com
|
 |
 |
|
|
subject: <display:table> not working
|
|
|