> Sadly, I only speak one language so I am ill equiped to answer questions of this 
>type, but if you
> send me a code example I'll take a look at it.
>
> -stephan
Try this:

public String getOption() {
        String value = "m�nnlich";//means 'male', so typical for the gender
                                  //choice.
        Option option = new Option(value);
        option.setLabel("Something");
        return option.toString();
}

Greetings
Hinrich

Hinrich Boog, [EMAIL PROTECTED]
Infopark AG
Kitzingstr. 15, D-12277 Berlin, Germany
Tel +49(0)-30-747.993.0, Fax +49(0)-30-747.993.93
http://www.infopark.de/




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to