Skip to Content
0
Apr 20, 2010 at 04:30 PM

set_form_field

110 Views

Hello guys -

I want to set one form Input field value and i haven't binded to any page attribute. I want to fill in some value on one button click..

Does this code work ?

<htmlb:inputField id = "testip" size = "80"/>

on input processing

request->set_form_field( name = 'testip' value = '20' ).

Thanks

Hari