I am also new to display tag, and I wonder if this can be done, what does
the documentation have to say about putting controls inside rows and have it
captured.  This is an issue JSF resolves with datatable.

Sorry not having been of any use.

On Nov 22, 2007 8:30 PM, <[EMAIL PROTECTED]> wrote:

> Please help me thank you very much.
>
> There are 15 items of my display table.
> One of the column is input item(like checkbox,selectlist...). For example,
> My code is as below. I want to get the input value of the item '
> todoList.state' in my action(15 iems),
> how can I write the code?
>
> <display:table name="todos" class="table" requestURI="" export="false"
> pagesize="15">
>    <display:column sortProperty="state" sortable="true" titleKey="
> todos.state">
>        <appfuse:codename code="00004" value="${todoList.state}"/>
>        <s:select name="todoList.state" list="states" listKey="key"
> listValue="value" value="${todoList.state}" theme="simple"/>
>    </display:column>
>    <display:setProperty name="paging.banner.item_name"
> value="${todo_item_name}"/>
>    <display:setProperty name="paging.banner.items_name"
> value="${todo_items_name}"/>
> </display:table>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to