Re: getInitParameter returns null

2012-10-14 Thread Lucio Crusca
Ivineet semwal writes: i think others will tell if a jira ticket for this should be created or if i have overlooked something ;) https://issues.apache.org/jira/browse/WICKET-3099 Resolution: Won't fix (not a bug, it's so by design). Thanks.

getInitParameter returns null

2012-10-13 Thread Lucio Crusca
getInitParameter returns null instead of myValue? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: getInitParameter returns null

2012-10-13 Thread vineet semwal
/init-param init-param param-namemyPar/param-name param-valuemyValue/param-value /init-param [...] Why getInitParameter returns null instead of myValue? - To unsubscribe, e-mail

Re: getInitParameter returns null

2012-10-13 Thread Lucio Crusca
In data sabato 13 ottobre 2012 11:53:54, vineet semwal ha scritto: i can't reproduce ,which wicket version and servlet container are you on? Wicket version 6.0 and not sure about the servlet container, because what's failing is the automatic tests Netbeans runs before running the app. My unit

Re: getInitParameter returns null

2012-10-13 Thread Lucio Crusca
In data sabato 13 ottobre 2012 12:37:33, Lucio Crusca ha scritto: I don't know what servlet container Netbeans uses when it runs tests. Btw, mvn test from command line fails also in the same way. - To unsubscribe, e-mail:

Re: getInitParameter returns null

2012-10-13 Thread vineet semwal
this is not the problem in normal run but in testing.. wickettester itself doesn't use any servelt container, you don't have to yourself call init() on your own,use new wickettester(new myap()) wickettester will do all the setup and call init() too. you can later retrieve by