There is no way to do that with .properties file.
You still may use .yml with Java, there is a Java parsing library.
Google it.
Or use JSON/XML.
El lun, 28-09-2009 a las 18:52 +0200, François-Xavier Lacroix escribió:
> Hello everybody
>
> I m new to wicket and i got to make some hooky data in a property file,
> my question is :
> How can I make Array like in a yml file?
>
> like
> value= first cell
> second cell
> or
> value.1=first cell
> value.2=second cell
>
> regards
> fx