RE: [Webunitproj-users] can't set value for "textarea" input field
Brought to you by:
dgan
From: <Eri...@al...> - 2003-03-12 17:39:17
|
There currently aren't any test cases for it. Also DefaultWebClient.java has a check for it (line 391): else if = (tagName.equalsIgnoreCase("TEXTAREA")) =20 It looks like most of the support is there. There is even a method in the same file to return a new = DefaultWebTextAreaField. =20 It would be nice if you could write a unit test for this! =20 --Erik -----Original Message----- From: Brian Knorr [mailto:bt...@ne...] Sent: Wednesday, March 12, 2003 11:27 AM To: web...@li... Subject: [Webunitproj-users] can't set value for "textarea" input field Has anyone tried setting a textarea input? I can get a handle to the = tag but it is being modeled by DefaultWebTag and not WebTextField... any = ideas? =20 Thanks, =20 Brian |