cancel
Showing results for 
Search instead for 
Did you mean: 

Loading a default value to a text field

Former Member
0 Kudos

Hi All...

I have some input fields say account no.. , i want that these input fields should be loaded with default values. How can i specify default values to these input fields.

Plz help...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi bichoo..

all your input fields would be bound to different attributes..... for every attribute you have an option called default value... in the context... you can make use of that...

or

in the wddoinit method, you can pass teh values to these attributes dynamically using set_attribute method.

---regards,

alex b justin

Former Member
0 Kudos

Hi Alex..

I implemented what u told and it is working now...

Thanks a ton.

Answers (0)