The lastest 1.0.x stuff allows you to give a body to your column, simply don't specify the property:

<display:table id="list">
<display:column>
        <input type="checkbox" value="<c:out value="${list.id}"/>" />
</display:column>
<display:column>
        <input type="text" value="<c:out value="${list.name}"/>" />
</display:column>
</display:table>

I don't know what implications this would have on sorting, but I know that this is possible.

Matt

On Jan 4, 2004, at 3:57 AM, wuada wrote:

Hello,I am a user of displaytag from China,shanghai.I am interesting about displaytag.But I have not find examples about showing checkbox,radiobox or text area in each record showed on page. Do you have some idea about it?
Any help will be appreciated.
Thanks!
��� ��� ��� ��� ��� ��� ��� ��� ��� wuada



------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to