<x-tad-bigger>Hi,
i'm having a wonderful time trying to figure out why my input boxes cannot retain state. If I do the following:</x-tad-bigger>


<x-tad-bigger> <td width="220" valign="top" align="left">
<ft:widget id="fname">
<fi:styling listbox-size="2" value="" class="keyinbox"/>
</ft:widget>
</td>

I get the following output in the html:

<input name="fname" id="fname" value="" type="text" class="keyinbox" size="2"><span class="forms-field-required">

which is absolutely what I want, minus the fact that I have not specified that it should retain state. What do i now need to add to the code for it to retain state and keep the html format intact? I have read the documentation which shows examples for retaining state of selections/options but not for a single input text field.

regards


Andrew</x-tad-bigger>

Reply via email to