DisplayTag - got the table but the view is simple! how to get  ITS mode?

Hi guys,
I have (semi) successfully implemented a nice table using the DisplayTag
(From: http://displaytag.homeip.net/displaytag-examples-1.1/example-styles.jsp?class=its)
The thing is that I can see the table but it's in a simple mode! Meaning there's no color, nor borders, no look!
Wonder if anyone knows what I am missing.
Thanks
My code:
<%@ taglib uri="http://displaytag.sf.net" prefix="display" %>
<%@ include file="/taglibs.jsp" %>
     <fmt:setBundle basename="ApplicationResources" />
     <table align="center" width = "80%">
          <tr><td>
                    <html:errors property="join"/>
                    <h1>hello jsp worold </h1>
                         <fmt:message key="loggedin.msg">
                         <fmt:param value='${requestScope.userName}' />
                         </fmt:message>
            </td></tr>                                                                   
     </table>
<display:table name="sessionScope.all_users" class="its">
  <display:column property="userID" title="ID"   paramId="userID" />
  <display:column property="email"   paramId="action" paramName="testparam" paramScope="request" />
  <display:column property="password"   paramId="id" paramProperty="userID" />
</display:table>

See Empty/corrupt library after upgrade/crash.
tt2

Similar Messages

Maybe you are looking for