other component I
could use instead?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eelco Hillenius
Sent: 18. maj 2006 11:04
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] popup button
Don't override the onclick method.
Eelco
}>>};>>>>>> Above code brings up a copy of the current page in the popup, but that's not what I've specified.
>>>>>>>>>>>>>>>>>>>>>>> -Original Message-> From:
[EMA
>
>
> It did. Thanks :)
>
>
>
>
>
> -regards Nino
>
>
>
> -Original Message-
>
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eelco Hillenius
>
> Sent: 17. maj 2006 12:41
>
> To: wicket-user@lists.sourceforge.
gt;> -Original Message-> From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Nino Wael
> Sent: 18. maj 2006 10:35> To: wicket-user@lists.sourceforge.net>> Subject: RE: [Wicket-user] popup button>>>
>>>>> Hi Eelco>>>> It
eMap
>
> > .forName("popuppagemap"), PopupSettings.MENU_BAR
>
> > | PopupSettings.TOOL_BAR).setHeight(500).setWidth(500);
>
> > BookmarkablePageLink mylink;
>
> > mylink = new BookmarkablePageLink("popuplink", PopupInfo.class);
>
> > my
s not
what I've specified.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nino Wael
Sent: 18. maj 2006 10:35
To: wicket-user@lists.sourceforge.net
Subject: RE: [Wicket-user] popup button
Hi Eelco
It di
Hi Eelco
It did. Thanks :)
-regards Nino
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eelco Hillenius
Sent: 17. maj 2006 12:41
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] popup button
Simpler than that. I just added this
void onSubmit() { overide code}
}
openword.add(mylink);
add(openword);
/java
-Oprindelig meddelelse-
Fra: [EMAIL PROTECTED] på vegne af Eelco Hillenius
Sendt: on 17-05-2006 12:05
Til: wicket-user@lists.sourceforge.net
Cc:
Emne:
Hi,
You can use a Link with a PopupSpecification. And you can (or should
be able to) actually attach a link to any tag, including a button tag.
Eelco
On 5/17/06, Nino Wael <[EMAIL PROTECTED]> wrote:
Hi
Was wondering if any body has an example on howto create a popup button?
I've looked