Re: WicketRuntimeException: loginPage is already mounted for BookmarkablePageEncoder[page=class com.xxx.LoginPage]

2010-09-03 Thread Fernando Wermus
Igor, I did what you pointed me out. However, I got a MarkupNoFoundExpcetion. My code try{ application=(WebApplication) MiSession.get().getApplication(); }catch(Exception e){ application=new BaseWicketTester.DummyWebApplication(){ protected void init(){ getApp

Re: Select/SelectOption onchange possible

2010-09-03 Thread Igor Vaynberg
use ajaxformcomponentupdatingbehavior -igor On Fri, Sep 3, 2010 at 11:06 AM, datazuul wrote: > > I switched from DropDownChoice to Select/SelectOption (because of more > flexible handling of option-tags (css-styling...)). > > Now I want the same behaviour of "wantOnSelectionChangesNotification"

rendering a page for an email: org.hibernate.HibernateException: createCriteria is not valid without active transaction

2010-09-03 Thread Fernando Wermus
Hi all, I have coded the following to render a mail, Application app; try{ app=MyApplication.get(); }catch(Exception e){ app=new WicketTester().getApplication(); } final Application app2=app; final ExecutorService service = new ScheduledThreadPoolExecutor(1) { @Override protected void before

Position in Chicago, IL

2010-09-03 Thread Amber Miller
Hello I have a position in Chicago, IL for a Java/Wicket Architect. Take a look at the job description and let me know if you are interested. This is a 6+ month gig for a client of mine. Interviews can happen within 24 hours of submission and phone interviews are all that is needed. Qualif

Re: java.lang.ClassNotFoundException: org.apache.wicket.protocol.http.WicketFilter

2010-09-03 Thread x-man
hi thanks for your answer and sorry for the few information: my tomcat version is 6.0, i use maven and the wicket stuff is in the local maven repository. I think tomcat can`t find them but why it sometimes work an sometimes not. im thinking about to copy the wicket jar in the tomcat lib. -- Vie

Re: java.lang.ClassNotFoundException: org.apache.wicket.protocol.http.WicketFilter

2010-09-03 Thread Andrea Del Bene
x-man googlemail.com> writes: > > > hi at all, > > at first sorry for my poor english. > > I`m a wicket beginner and have the following problem which i could not > solve: > > When i want so start my tomcat i get often the message i will post bellow. > In past it helped to delete the tomcat a

Re: Radio buttons in modal window in IE6

2010-09-03 Thread Andrea Del Bene
Grafas gmail.com> writes: > > > Oh, yeah, sorry, the code sample doesn't show it... Sorry about that. > Yeah, RadioGroup has model set. Hi, I've tried to reproduce your case in my development environment. Here's the HTML I used for test --- Click me!

Re: Wicket + Guice + other framework (e.g. Jersey)

2010-09-03 Thread Johannes Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks a lot. I will take a look. Johannes On 09/02/2010 04:09 PM, Bas Gooren wrote: > Johannes, > > yes, this is no problem, see http://code.google.com/p/wicket-guice-jaxws/ > > Bas > > - Original Message - From: "Johannes Schneider" >

java.lang.ClassNotFoundException: org.apache.wicket.protocol.http.WicketFilter

2010-09-03 Thread x-man
hi at all, at first sorry for my poor english. I`m a wicket beginner and have the following problem which i could not solve: When i want so start my tomcat i get often the message i will post bellow. In past it helped to delete the tomcat and install a new one. But now i can't start my tomcat a