Re: [Wicket-user] popup button

2006-05-18 Thread Eelco Hillenius
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

Re: [Wicket-user] popup button

2006-05-18 Thread Martijn Dashorst
}>>};>>>>>> 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

RE: [Wicket-user] popup button

2006-05-18 Thread Nino Wael
> > > 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.

Re: [Wicket-user] popup button

2006-05-18 Thread Johan Compagner
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

RE: [Wicket-user] popup button

2006-05-18 Thread Nino Wael
eMap > > > .forName("popuppagemap"), PopupSettings.MENU_BAR > > > | PopupSettings.TOOL_BAR).setHeight(500).setWidth(500); > > > BookmarkablePageLink mylink; > > > mylink = new BookmarkablePageLink("popuplink", PopupInfo.class); > > > my

Re: [Wicket-user] popup button

2006-05-18 Thread Eelco Hillenius
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

RE: [Wicket-user] popup button

2006-05-18 Thread Nino Wael
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

Re: [Wicket-user] popup button

2006-05-17 Thread Eelco Hillenius
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:

Re: [Wicket-user] popup button

2006-05-17 Thread Eelco Hillenius
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