Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=2887060
By: delidumrul

Hi,

I am using Tomcat 4.1.24. I am trying to display some data using request 
attribute,
I don't get any error but i can't display anything.

I can view the examples in displaytag.war, so i think i installed displaytag
correctly.

here is my code:

<html> 
<head> 
 <title>All records</title> 
</head> 
<body> 

<% out.println("Hello World"); %><br>


 <display:table name="recordList" pagesize="20" requestURI = "" >
              <display:column property="name" title="Name"  />
          <display:column property="surname"  title="Surname"   />
</display:table>

</body> 
</html>

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to