HI all,
I am getting the following error whenever I try to call the test page that
came with the display tags distribution, I have no clue what is happening.
<%@ taglib uri="http://displaytag.sf.net/el" prefix="display"%>
<[EMAIL PROTECTED] import="org.displaytag.sample.*"%>
<% Object foo = session.getAttribute( "test" );
if( foo == null ) {
session.setAttribute( "test", new TestList(120, false) );
}
%>
<h2>Auto-paging of long lists</h2>
<display:table name="sessionScope.test" pagesize="10">
<display:column property="id" title="ID" />
<display:column property="name" />
<display:column property="email" />
<display:column property="status" />
</display:table>
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user