class behaviortestpage extends webpage {
  public behaviortestpage(IBehavior subject) {
    add(new webmarkupcontainer("container").add(subject));
  }
}

behaviortestpage.html
<div wicket:id="container"></div>

-igor


On Sun, Mar 30, 2008 at 9:45 PM, Ned Collyer <[EMAIL PROTECTED]> wrote:
>
>  Do you have an example of how we would go about this?
>
>
>  igor.vaynberg wrote:
>  >
>  > you really need just one dummy page to test all behaviors...
>  > -igor
>  >
>  --
>  View this message in context: 
> http://www.nabble.com/Best-method-of-testing-borders-tp16389412p16391872.html
>
>
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  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]

Reply via email to