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