There must be something else going wrong then. The properties file for
Application is absolutely the last that is tried in the whole matching
process (same panel, hierarchy parents, inheritance parents, package
properties).

Eelco


On 7/26/06, Alexei Sokolov <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I tried to use the following code:
> getLocalizer().getString("my_control.null", this) from
> inside a panel and I had panel.properties file with my_control.null='--'
> line in it. This did not work, because wicket tries to use 'null' property
> from wicket/Application.properties
>
> Do you guys think that having 'null' property (which really belongs to drop
> down class or list class) in Application.properties is not necessary? At
> least you should rename it to nullItem / nullValidItem or something like
> this.
>
> Alex
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> _______________________________________________
> Wicket-develop mailing list
> Wicket-develop@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-develop
>
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to