Krishnakant schrieb:
> Hello all,
> I am using tw.Forms for my pylons application.
>
> I am finding it impossible for setting a custom lable for my reset
> button.
> I can set the caption for the submit button using submit_text but
> reset_text does not seem to work.
>
> Can any one provide a solution for this?
You need to set that on the button itself, submit_text is only a
convenience-param because every form needs a submit.
Diez