You can read them in in your home page's constructor
((WebApplication)Application.get()).getInitParameter("foo")

Eelco


On 3/9/07, Pierre Métras <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I face a small problem: the first page of my application must display data
> coming from the Wicket filter initialization parameters in web.xml. So I
> redefined WebApplication.init() to read the parameters. But now, how can
> these values be used in WebApplication.getHomePage() or as the parameters for
> the user first request?
>
> Thanks for your assistance.
>
> -- Pierre Métras
>
> -------------------------------------------------------------------------
> 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-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>

-------------------------------------------------------------------------
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-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to