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="[EMAIL PROTECTED]">
                                        <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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to