Hi,

I am trying to iterate over a list and display the values in a textfield. User can edit these values and i need to save these back to the list. I am able to display all the values, but the values are not getting updated when user saves them.

 <span t:type="form">
        <span t:type="Loop"  source="values" value="value" >
                <span t:type="textfield"  value="value"/>

        </span>
        <span t:type="submit"/>
</span>

Is this possible ? i searched in the mailing lists, but couldnt find any information.
Thanks

Anjana Gopinath
True North Technology




Reply via email to