Hello,

is it somehow possible to retrieve a String array (or a list or something else) for multiple values in a properties file.

I want to achieve something like this:

I have a properties file with the following entry

myKey=firstValue,secondValue,thirdValue,...

in a component I would need to retrieve an array or collection for this in a similar approach than doing getLocalizer().getString(...) for a single-valued property.

Of course, I could split the retrieved String every time accessing the property but this is not really an option.

Is there any way to do this in wicket?

thanks,
andr

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to