well, since it looks like there's no build-in way of working with the Select component in FormTester i guess we have to decide on one of the ideas posted by you guys here. Thanks for you help!
/jan On Tue, Mar 2, 2010 at 11:39 AM, <[email protected]> wrote: > You could easily extend WicketTester and FormTester to support selecting > in org.apache.wicket.extensions.markup.html.form.select.Select. > > Take a look at the > > public void select(String formComponentId, int index) > > method in FormTester and > > public FormTester newFormTester(String path, boolean fillBlankString) > > in BaseWicketTester on how to do it. > > >>Thank you for the reply. Unfortunately this is not easier for me since >>we already have this function implemented using the Select component. >>If there is no way of getting FormTester to work with that component >>i'll have a look at your code - i really want to have this test >>automated without having to use a heavier test framework. > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
