Hi,
 
I have an array say arrayTextfield1 = [textfield1, textfield2, textfield3,
textfield4, textfield5, textfield6]
 
In a page i have following fields 
 
textfield1
textfield2
dropdown1
button1
textfield5
dropdown2
dropdown3
button3
 
Just i will create a array called arrayTextfield2=Array.new. Now I want to
push all the text fields with their names into this array. And finally i
want to compare these two arrays saying that arrayTextfield2 contains the
textfields of arrayTextfield1 
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to