Re: [jira] Resolved: (WICKET-3358) Wicket-Guice integration fails - can't find application attached to current thread

2011-01-23 Thread Martin Grigorov
On Sun, Jan 23, 2011 at 7:39 AM, Igor Vaynberg (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/WICKET-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Igor Vaynberg resolved WICKET-3358. > --- > > Resolution: Fixed >

Re: [CONF] Apache Wicket > Caching in Wicket 1.5

2011-01-23 Thread Martin Grigorov
On Sun, Jan 23, 2011 at 1:51 AM, wrote: >Caching in Wicket > 1.5 > Page > *moved* by Peter Ertl > > *From: * Apache Wicket

Re: [announce] Wicket 1.5-RC1 is released!

2011-01-23 Thread Martijn Dashorst
See dev@: Jetty 7 iff servlet-api 2.5 Servlet API 2.5 has been around for ages. Containers are moving forward, as should we. Martijn On Sun, Jan 23, 2011 at 2:52 AM, tetsuo wrote: > No, no... such core dependency wouldn't be changed just because an > example need it. There must be another reaso

Re: [announce] Wicket 1.5-RC1 is released!

2011-01-23 Thread Heitor Machado
Intercomponent event mechanism is REALY, REALY NICE !!! https://cwiki.apache.org/WICKET/migration-to-wicket-15.html#MigrationtoWicket1.5-Intercomponentevents

Re: svn commit: r1062394 - in /wicket/trunk: wicket-core/src/main/java/org/apache/wicket/markup/html/link/ wicket-examples/src/main/java/org/apache/wicket/examples/linkomatic/

2011-01-23 Thread Igor Vaynberg
also it should just be setLabel() or setBody(), setBodyLabel() seems redundant -igor On Sun, Jan 23, 2011 at 3:17 PM, Jeremy Thomerson wrote: > > > On Sun, Jan 23, 2011 at 5:30 AM, wrote: >> >> +       public AbstractLink setBodyModel(final IModel bodyModel) >> +       { >> +               this