Confirmed :)
It works with 1.3-SNAPSHOT
-- Edvin
Igor Vaynberg skrev:
already fixed in trunk afair
-igor
On Tue, May 20, 2008 at 3:14 PM, Edvin Syse <[EMAIL PROTECTED]> wrote:
Hi,
I think this is my third bug found in the enclosure system :)
Simple quickstart:
HomePage.java:
public cla
already fixed in trunk afair
-igor
On Tue, May 20, 2008 at 3:14 PM, Edvin Syse <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I think this is my third bug found in the enclosure system :)
>
> Simple quickstart:
>
> HomePage.java:
>
> public class HomePage extends WebPage {
>Boolean show = true;
>
Hi,
I think this is my third bug found in the enclosure system :)
Simple quickstart:
HomePage.java:
public class HomePage extends WebPage {
Boolean show = true;
public HomePage() {
add(new RadioChoice("show", new PropertyModel(this, "show"),
Arrays.asList(true, false)) {