joe ertaba wrote: > Thanks, it works for list but does not work for textbox ?! > > <textbox value="old" persist="value" />
textboxes don't update the value attribute when they change, so if you want to persist it you must set it yourself. _______________________________________________ Project_owners mailing list [email protected] https://www.mozdev.org/mailman/listinfo/project_owners
