
Na stronie zrodlowej http://displaytag.sourceforge.net/11/tut_basic.html znalazlem jakis przyklad ale nie kumam gdzie tu jest polaczenie z baza mysql i z jaka tabela sie laczy.
<?php <% request.setAttribute( "test", new TestList(10, false) ); %> <display:table name="test"> <display:column property="id" title="ID" /> <display:column property="name" /> <display:column property="email" /> <display:column property="status" /> <display:column property="description" title="Comments"/> </display:table> ?>