Re: [Wicket-user] DropDown within ModalWindow does not work in Camino

2007-08-02 Thread Michael Day
1.2.5 and 1.2.6 On Aug 1, 2007, at 6:58 PM, Matej Knopp wrote: It's weird, what version of wicket are you testing it with? -Matej On 8/2/07, Michael Day [EMAIL PROTECTED] wrote: That one works, but it's a page. Maybe that's why? I'm using a panel. On Aug 1, 2007, at 6:16 PM, Eelco

Re: [Wicket-user] DownloadLink for an external URL

2007-08-02 Thread Igor Vaynberg
whatever streams that external file has to set a content-disposition:attachment header so the browser pops up that box. -igor On 8/2/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I see that DownloadLink can be used to stream a File. What I want to do is use DownLoadLink to redirect to an

Re: [Wicket-user] Showing an alert

2007-08-02 Thread Igor Vaynberg
class alert extends abstractbehavior { boolean istemporary() { return false; } void renderhead(iheaderresponse r) { renderonloadjavascript(alert('error!');); } } form searchform=new form(...) { onerror() { add(new alert(); } } -igor On 8/2/07, Federico Fanton [EMAIL PROTECTED] wrote: Hi

[Wicket-user] Showing an alert

2007-08-02 Thread Federico Fanton
Hi everyone! I'm sorry, I'm looking for a way to show an alert dialog when a condition is met.. For example, the user fills in a search form, submits it and if there's no data matching the query, a no data found! should pop up.. I'd like to use something like the alert JavaScript function, but

Re: [Wicket-user] Midway between border and listview

2007-08-02 Thread Eelco Hillenius
On 7/24/07, Carlos Pita [EMAIL PROTECTED] wrote: Hi all, how can I write a container with associated markup that takes some markup (as a border) and repeats it (as a repeater). If I use a ListView I lose the associated markup. If I use a Border I don't know how to get its body repeated (a

[Wicket-user] Wicket PDF Page Project?

2007-08-02 Thread Ayodeji Aladejebi
hi everyone, Isnt it possible to capture the produced markup stream from wicket webpage or component so that one can use the strategy demostrated here http://today.java.net/pub/a/today/2007/06/26/generating-pdfs-with-flying-saucer-and-itext.html to make a Wicketstuff PDF project just to make it

Re: [Wicket-user] How to get HTML source code from a wicket page

2007-08-02 Thread oliver.henlich
Jean-Baptiste Quenot-3 wrote: It's not your fault. I didn't mention that you need to upgrade to the latest beta2 for this to work, as there is a nasty cast to WebResponse in WebPage.java that I removed. Hi Jean, i just tried the shown snippet with 1.3 snapshot (checkout from