This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Internationalization of SelectOneMenu (Dropdown) displaydamianharvey Oct 9, 2007 1:06 PM (in response to steven.whatmore)Very easily. new SelectItem(myObject, "any string, for example from a resourceBundle"); 
 Cheers,
 Damian.
- 
        2. Re: Internationalization of SelectOneMenu (Dropdown) displaysteven.whatmore Oct 9, 2007 1:11 PM (in response to steven.whatmore)Thanks for that, although that was fairly obvious, I was actually hoping for something along the lines of new SelectItem(myObject, "key1"); wherekey1 was defined in mymessage.properties file and the lookup of the message bundle and corresponding key was done completely by the RichFaces component (i.e. not my class)
 Whatty
 
    