Hi,

  I try to write checkbox with displaytag, but error occurred.
Please someone correct.

Table data
 column1 ID  numeric,
 colunm2 status 0 or 1,

I tried 

<display:table name="tableData">
<display:column property="column1" title="ID"/>
<display:column title="status">
    <input type="checkbox" name="status<c:out value="${row.column1}"/>"
    value="1" <c:if test="${row.column2==1}">checked</c:if>>
</display:column>
</display:table>

 The error messages said can not load class if.

 Thank you.

j.koizumi


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
displaytag-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to