Can I set a property on the xpage form tag?

Hi all,

I am creating an xpage for use in an Iphone and need to set a property selected=“true” on the form tag. The form is automatically generated by the xpage (the createForm property of the xpage is empty) so it is not visible in the source.

I tried creating a form tag manually but then the xpage won’t ‘submit’ if I click on a link with a partial update event.

Then I tried using a theme to set the property but I can’t seem to make that work either. I managed to add a style attribute using a theme and that works but when I then change ‘style’ to ‘selected’ no attribute is added to the form tag.

I also took a look at the xsp.property file and tried xsp.form.selected=true but unfortunately with no luck…

Any help on how to accomplish this would be greatly appreciated.

Rene Paul