You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Fabiano Choueiri <fa...@camara.gov.br> on 2005/11/30 14:48:40 UTC

Problem using FormTable. HELP !!!


	Hi, now I am facing another problem using FormTable.
	This is my code :


			<form jwcid="@Form"
listener="ognl:listeners.submit" >

				<table jwcid="@contrib:FormTable"
source="ognl:myList"
						columns="atrib1,atrib2"
						row="ognl:myObject"> 

					<span
jwcid="atrib2ColumnValue@Block">
	            			<span jwcid="@Checkbox"
selected="ognl:myObject.selected"/>
					</span>
				<table>

			</form>


	When I submit the form, paging or sorting, the objects in myList
are not updated.
	I've read the documentation and it seems that the FormTable
doesnt update the source
 objects directly. If I want to do this I have to implement an
IPrimaryKeyConvertor class.

	Is there one easy way to update the source object directly
without implementing an
IPrimaryKeyConvertor ??

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org