Re: multilangual dropdown

2009-08-13 Thread Sjoerd Schunselaar
){ >     if( obj instanceof MyObject ){ > >       // The this in getLocalizer must be a component class >       return getLocalizer().getString( ((MyObject)obj).getResourceKey() , > this ); >    } >    return null; >  } > } > > Set the local and you can dis

Re: multilangual dropdown

2009-08-13 Thread Mathias Nilsson
the local and you can display the value -- View this message in context: http://www.nabble.com/multilangual-dropdown-tp24954084p24954218.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e

multilangual dropdown

2009-08-13 Thread Sjoerd Schunselaar
Hello all, I have a dropdown which is generated from Java code. Currently my code reads a property file, sets the values in an object and places all the objects in an arraylist. Each object has a toString method, so the value is correctly shown in the dropdown. Now I want to show a value dependan