You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Antonio Mauriello <an...@gmail.com> on 2010/09/27 18:30:22 UTC

assert redirected wicket page

In a wicket page I do at some stage a pageRedirect to another wicket
page, let say to MyWicketPage.class


from the test side it seems I can only check:

wicketTester.assertRenderedPage(RedirectPage.class);

is there a way to assert which is the actual redirected page? I mean like

wicketTester.assertRenderedPage(MyWicketPage.class);




Thanks,
Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


RE: Possible to Set Multiple Columns in CheckGroup?

Posted by Shelli Orton <Sh...@sjrb.ca>.
Thanks!

-----Original Message-----
From: Igor Vaynberg [mailto:igor.vaynberg@gmail.com] 
Sent: Monday, September 27, 2010 12:21 PM
To: users@wicket.apache.org
Subject: Re: Possible to Set Multiple Columns in CheckGroup?

since you control the markup of CheckGroup/Check components you can
align them however you like, yourself.

-igor

On Mon, Sep 27, 2010 at 10:04 AM, Shelli Orton <Sh...@sjrb.ca> wrote:
> Hi,
>
> Is there a way to set the number of columns that a CheckGroup will
> render the checkboxes?  I have a group with 13 boxes and I would like to
> render it in two columns (one of 7 and one of 6).
>
> Thanks!
>
> Shelli
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Possible to Set Multiple Columns in CheckGroup?

Posted by Igor Vaynberg <ig...@gmail.com>.
since you control the markup of CheckGroup/Check components you can
align them however you like, yourself.

-igor

On Mon, Sep 27, 2010 at 10:04 AM, Shelli Orton <Sh...@sjrb.ca> wrote:
> Hi,
>
> Is there a way to set the number of columns that a CheckGroup will
> render the checkboxes?  I have a group with 13 boxes and I would like to
> render it in two columns (one of 7 and one of 6).
>
> Thanks!
>
> Shelli
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Possible to Set Multiple Columns in CheckGroup?

Posted by Shelli Orton <Sh...@sjrb.ca>.
Hi,

Is there a way to set the number of columns that a CheckGroup will
render the checkboxes?  I have a group with 13 boxes and I would like to
render it in two columns (one of 7 and one of 6).

Thanks!

Shelli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org