Hi, I have the following step that when changed results in another page.
<setSelectField description="goto system Purchase (PUR)" htmlId="systemPreference:salesOrPurchase" value="purchase" /> but for me the onchange which triggers the submit() function doesn't work. <select id="systemPreference:salesOrPurchase" name="systemPreference:salesOrPurchase" size="1" onchange="submit();"> <option value="sales" selected="selected">SAL</option> <option value="purchase">PUR</option> </select> In the browser it works. Also in general, how can I test javascripts for example like mouseover etc? Thanks in advance, Shafeer. -- Shafeer Hajamohideen mindmatters* * Neuer Kamp 30 20357 Hamburg Fon +49 40 31792272 Fax +49 40 31792273 E-Mail mailto:[EMAIL PROTECTED] Website http://www.mindmatters.de/ ------------------------------------------------------------------------- Es läuft und läuft und läuft: Schon über 20.000 Downloads für JSF-Spring, unsere JSF-/Spring-Integrationslösung! http://jsf-spring.sourceforge.net/ ------------------------------------------------------------------------- _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

