Thanks,

I am still such a java newbie that I was not thinking about the what I
was really trying to accomplish.  I didn't need an array of suggest
boxes.  Duh, on me.

What I do need though is the proper way to get to the "protected"
methods of the nested class: SuggestBox.SuggestionDisplay

In there is the method

    protected abstract  SuggestOracle.Suggestion
getCurrentSelection()

I have seen some java tutorials that say that I can get at this method
if I correctly extend the class... but I do not seem to know how to
properly extend the class.

I have a suggest box and I have set up a valueChangeHandler.  In there
I would like to get the currently selected value but am at a loss as
to how to make that work.

help?

s.r.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to