There are no "Actions" in Wicket as you have in Struts (isn“t that great!?!). Just put your business logic in a POJO and you can test that independently. Remember that in general it is not a good practice to mix view logic (your Components and Pages) with business logic (the POJOs).
Lars On Wed, Feb 27, 2008 at 5:11 PM, Nino Saturnino Martinez Vazquez Wael <[EMAIL PROTECTED]> wrote: > There is selenium... > > But im not sure I understand what you mean, by HTTP independent and > framework neutral.. > > > regards Nino > > i ii wrote: > > Struts2 claims that "Actions are HTTP independent and framework neutral. > > This enables to test struts applications very easily without resorting to > > mock objects". Can this be done in Wicket? > > > > -- > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
