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]