Re: suggesting alternative to IndicatingAjaxFallbackLink-class for just changing pointer/cursor

2007-12-23 Thread Newgro
Hello Kirk, im looking for a solution you suggested http://www.nabble.com/How-can-i-present-a-busy-component-to14462974.html Click here I tried your link but my cursor is not changing. Can you help me out here? I use FF 2.0.0.11 ProgressPointerAjaxFallbackLink aFogLink = new

Re: [OT] Merry Christmas to the wicket community

2007-12-23 Thread Francisco Diaz Trepat - gmail
Thanks, Happy Holidays. f(t) On Dec 22, 2007 4:09 AM, Jonathan Locke [EMAIL PROTECTED] wrote: You're welcome. Newgro wrote: I had alot fun with you this year. Wicket seems to become a real important framework (Maybe it is already :-). I'm new to web-development and i tried a

Re: suggesting alternative to IndicatingAjaxFallbackLink-class for just changing pointer/cursor

2007-12-23 Thread Per Newgro
Sorry was my fault. The Thread was wrong. I use now try { Thread.sleep(2500); } catch (InterruptedException e) { e.printStackTrace(); } And so everything works as expected. Thanks Per - To unsubscribe, e-mail: [EMAIL

Re: IE7, loose.dtd, and the default Wicket error pages

2007-12-23 Thread Niels Bo
I see the same in IE6 after updating from 1.3.0-rc1 to 1.3.0-rc2. I belive it it caused by the license comment placed before the DOCTYPE tag in the page markup. See: https://issues.apache.org/jira/browse/WICKET-1241 https://issues.apache.org/jira/browse/WICKET-1241 Niels Kirk Israel-2 wrote:

Re: Wizard and Upload Form

2007-12-23 Thread Igor Vaynberg
put the upload component into its own form... -igor On Dec 23, 2007 12:21 PM, BatiB80 [EMAIL PROTECTED] wrote: Hi, I have a Wizard containg of several steps. In one step I have different form-components. I additionally added a FileUploadField and a Button to load the file up. The handing

Re: Wizard and Upload Form

2007-12-23 Thread BatiB80
I already tried so but it didn't work. I found this post: http://www.nabble.com/File-Upload-inside-a-Wizard--td10272971.html#a10334530 http://www.nabble.com/File-Upload-inside-a-Wizard--td10272971.html#a10334530 That's why I added it to the same form... -- View this message in context:

Re: Components questions

2007-12-23 Thread Artur W.
neo anderson wrote: Thanks your reply. I still have one question. If I want to achieve the effect as following html code in Wicket. What should I do? Thank you very much. table !-- beg -- tr td rowspan=4date/td You could try org.apache.wicket.behavior.AttributeAppender.