Why wouldn't just use getSelected() on the selectmenu? Doesn't that return the element? and you can grab the value with adding [0].value if you would need it..
On Oct 23, 6:23 am, "Steve Onnis" <[email protected]> wrote: > why wouldn't > > element.getElement("option[selected=selected]") work? > > I am setting the options to be selected="selected" as per XHTML standards > but it wont seem to return the option > > see example athttp://mooshell.net/YMwGf/ > > Steve
