Re: [Wicket-user] How to use Javascript Alert

2006-09-11 Thread ali
On Sun, 10 Sep 2006 02:57:29 +0430, Eelco Hillenius [EMAIL PROTECTED] wrote: If you can use Ajax, you could even implement it more transparently. In that case, make a panel for the normal display of the row, and a panel that has the buttons. When the row is clicked, you do an ajax

Re: [Wicket-user] How to use Javascript Alert

2006-09-09 Thread Eelco Hillenius
If you can use Ajax, you could even implement it more transparently. In that case, make a panel for the normal display of the row, and a panel that has the buttons. When the row is clicked, you do an ajax roundtrip, and replace the display component with the buttons component. And attached to