Hi -
I was wondering if anone has had any success with getting setFocus(true) to
work
with a HtmlForm or CssForm?
Using ContactDetailsPage.java as an example in the Click Examples project, if i
set the focus on one of the fields to true as follows:
fieldset.add(new TextField("firstName")).setFocus(true);
it doesn't put the cursor in the First Name text box, when i start up the
project and point to it on localhost. However, if I then change the form from
CssForm to Form, it works fine!
Thank you,
Conor