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

I am just starting to look at DisplayTag and am getting the following error:

javax.servlet.jsp.JspException: ServletException in
'/WEB-INF/views/recommendations.jsp': javax.servlet.jsp.JspTagException: You
must specify one of the following: size


The page source is listed below.

<%@ taglib uri="http://displaytag.sf.net"; prefix="display" %>
<[EMAIL PROTECTED] uri="/WEB-INF/tlds/c.tld" prefix="c"%>

<% pageContext.setAttribute("resultSize",6); %>

<display:table name="recommendations" sort="external" defaultsort="1" id="Stock"
class="its" pagesize="2" partialList="true" size="resultSize">
        <display:column property="symbol" title="Symbol" sortable="true" 
sortName="symbol"
/>
        <display:column property="stockName" title="Name" sortable="true"
sortName="stockName" />
</display:table>

Thanks for your help.

______________________________________________________________________
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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to