I have the feeling that the TAG selectForm doesn't handle correctly the XHTML tag attribute ID for the tag FORM.
In my applications pages are written in XHTML So XHTML tags FORM use only the attribute id and not the attribute name No attribute is available to allow us to select a form via ITS ID.
<form id="form_OK" class="generalForm" action="" method="get">
<span class="button">
<input class="submit" type="submit" value="OK"/>
</span>
</form>
When trying to access this form with the webtest syntax I get an error saying that my form has not been found.
I have other form in this page so I need to identify precisely this form
<selectForm name="form_OK"/>
We do not want to add any unuseful attribute like NAME on tag FORM
We do not want to access this form with the index because the overall page could contains other form and I am not sure if the form I am intersted in is position 1 or 2.
What do you propose to work around?
Phil
______________________________________________
Philippe Imoucha, VP Products, Product Group
49-51, rue Ganneron - 75018 PARIS - France
+33 (0) 1 74 30 74 03 (direct)
+33 (0) 6 11 48 35 34 (mobile)
______________________________________________
Netonomy, Inc.
+33 (0) 1 74 30 74 31 (fax)
www.netonomy.com
______________________________________________
"Empowering your customers through self-service"
----------------
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. Messages are susceptible to alteration. Netonomy shall not be liable for the message if altered, changed or falsified. If you are not the intended recipient, or the person responsible for delivering the e-mail to the intended recipient, be advised you have received this message in error and that any use, dissemination, forwarding, printing, or copying is strictly prohibited. Please notify the sender immediately and destroy all copies of this message and any attachments.

