Maven archetype and tomcat:run

2010-07-17 Thread Mansour Al Akeel
Hello all: I am trying to run tomcat from maven and including openEJB. The command I am using to run tomcat: mvn tomcat:run The error I am getting : Jul 18, 2010 6:53:29 AM org.apache.catalina.startup.Embedded start INFO: Starting tomcat server Jul 18, 2010 6:53:29 AM org.apache.catalina.core.St

Re: Form in a Wizard is not showing state of the Model

2010-07-17 Thread Martin Grigorov
I am not sure whether this will help but try it - remove the Form from your code, Wizard has its own form that wraps the steps. On Sat, 2010-07-17 at 12:23 -0700, drf wrote: > Can anyone help > > Am using the Wicket wizard from the extensions package. Have extended Wizard > and WizardStep - nothi

Form in a Wizard is not showing state of the Model

2010-07-17 Thread drf
Can anyone help Am using the Wicket wizard from the extensions package. Have extended Wizard and WizardStep - nothing fancy, and the wizard flow is working. Problem is this: I have a Model which is passed into the constructor of each step. The first page of the wizard displays one of the fields o

Re: Browser Back Button and WicketTester

2010-07-17 Thread Kent Tong
> Does WicketTester emulate the browser back button? E.g. Please take a look at http://wicketpagetest.sourceforge.net which supports the back button. -- Kent Tong Useful news for software developers at http://www2.cpttm.org.mo/cyberlab/softdev/newsletter --