[Webunitproj-users] confusion with <input type=button>
Brought to you by:
dgan
From: Brian K. <bt...@ne...> - 2002-11-04 17:33:44
|
We have found that <input type=3Dsubmit> is modeled by the class SubmitButton, however <input type=3Dbutton> is modeled by the class WebTextField. Is this correct or should there be a separate class added to model type=3Dbutton? It just took us a while to figure out why findFirst() was throwing a class cast exception when finding type=3Dbutton, we assumed it was modeled by SubmitButton. =20 Thanks, =20 Brian |