Re: Wicket stack on a netbook

2013-04-29 Thread Jorge Gallardo
To unsubscribe, e-mail: > users-unsubscribe@wicket.**apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Jorge Gallardo jorgeagalla...@gmail.com

Re: Glitch in PageParameter API

2011-09-22 Thread Jorge Gallardo
Thx Igor, much appreciated On Thu, Sep 22, 2011 at 9:10 PM, Igor Vaynberg wrote: > done > > -igor > > > On Thu, Sep 22, 2011 at 6:45 PM, Jorge Gallardo > wrote: > > Igor, > > > > The inner class has a private constructor, hence I cannot extend it. >

Re: Glitch in PageParameter API

2011-09-22 Thread Jorge Gallardo
gt; -igor > > > On Wed, Sep 21, 2011 at 1:12 PM, Jorge Gallardo > wrote: > > https://issues.apache.org/jira/browse/WICKET-4076 created > > > > What is your suggested workaround? > > > > Thanks > > JG > > > > On Wed, Sep 21, 2011 at 3:06

Re: Glitch in PageParameter API

2011-09-21 Thread Jorge Gallardo
t; > > >> >> defined > >> >> as inner class of > >> >> PageParameters< > >> > http://wicket.apache.org/apidocs/1.5/org/apache/wicket/request/mapper/parameter/PageParameters.html > >> > > >> >> . > >> &g

Glitch in PageParameter API

2011-09-21 Thread Jorge Gallardo
be to convert NamedPair to a standard class and make it extensible as well. Thoughts? -- Jorge Gallardo jorgeagalla...@gmail.com

Re: Localized mount points for BookmarkablePages?

2011-09-16 Thread Jorge Gallardo
-** >>> - >>> > To unsubscribe, e-mail: >>> > users-unsubscribe@wicket.**apache.org >>> > For additional commands, e-mail: users-h...@wicket.apache.org >>> > >>> >>> --**--** >>> - >>> To unsubscribe, e-mail: >>> users-unsubscribe@wicket.**apache.org >>> For additional commands, e-mail: users-h...@wicket.apache.org >>> >> >> >> --**--**- >> To unsubscribe, e-mail: >> users-unsubscribe@wicket.**apache.org >> For additional commands, e-mail: users-h...@wicket.apache.org >> >> >> > > --**--**- > To unsubscribe, e-mail: > users-unsubscribe@wicket.**apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > > -- Jorge Gallardo jorgeagalla...@gmail.com

Re: Wicket Unit Test: No WebApplicationContext found: no ContextLoaderListener registered?

2008-04-26 Thread Jorge Gallardo
eptable way to unit test the pages? To me, this is > > much simpler. This is how you test normal classes that are used > > inside a Spring context. > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > -Wicket for love > > Nino Martinez Wael > Java Specialist @ Jayway DK > http://www.jayway.dk > +45 2936 7684 > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jorge Gallardo [EMAIL PROTECTED] [EMAIL PROTECTED]

Wicket Unit Test: No WebApplicationContext found: no ContextLoaderListener registered?

2008-04-25 Thread Jorge Gallardo
Hi everyone, I'm setting up an app with wicket 1.3.3 I have my Application class defined this way, to use Spring injection with annotations public class WicketApplication extends SpringWebApplication { /** * Constructor */ public WicketApplication() { } @Override