[wtr-general] Re: How to get value from textField

2010-06-23 Thread naresh
i have pasted my code below , i am getting exception. require 'watir' require 'oci8' require 'dbi' ie = Watir::IE.new ie.goto(http://localhost:/venus;) #ie.bring_to_front; #ie.maximize; ie.text_field(:id, login:username).set(admin); ie.text_field(:id, login:password).set(admin);

Re: [wtr-general] Re: How to get value from textField

2010-06-23 Thread Charley Baker
I can't really tell without seeing your site, but if you do search for that error, you'll find it a few times: http://www.mail-archive.com/wtr-gene...@rubyforge.org/msg07505.html, that's one. Can you send some html? Charley Baker Lead Developer, Watir, http://watir.com On Tue, Jun 22, 2010 at

Re: [wtr-general] Re: How to get value from textField

2010-06-23 Thread Yuping Zhong
Agree,pls share the html code or attach the web site. On Wed, Jun 23, 2010 at 3:43 PM, Charley Baker charley.ba...@gmail.comwrote: I can't really tell without seeing your site, but if you do search for that error, you'll find it a few times:

[wtr-general] Re: How to get value from textField

2010-06-23 Thread naresh
Hi Baker, i gone through link you have mentioned. In my code develoepr used s:decorate tag outside h:inputText tag, so one more value is added to existing ID. globalForm:categoryDecorate:catName value for Id in text_field instead of globalForm:catName thanks for you guidance. Regrads,