Re: [Wicket-user] colored labels in validation error

2007-03-18 Thread Jonathan Locke
There's Martijns way but there are also some related components like FormComponentFeedbackBorder/Indicator or igor's FieldBorder (or it's something like that). Wouter De Vaal wrote: Hi, Is there a wicket standard way to have input label have a special style (e.g. color: red) when the

Re: [Wicket-user] clone object error when open a new window.

2007-03-18 Thread Johan Compagner
i need a few unit test for things that do fail. Then we can quickly fix those issues. I think this is a problem where i don't do an unproxy (readReplace()) i need to fix this the coming week. johan On 3/15/07, Matej Knopp [EMAIL PROTECTED] wrote: Yeah, this seem to be related to the new

Re: [Wicket-user] Joost uses Wicket

2007-03-18 Thread Jonathan Locke
Someone should really make an example or even a reusable class like that. What you're suggesting is very non-obvious to a newbie. Jean-Baptiste Quenot-3 wrote: * ZedroS Schwart: Regarding static content, is it such a big issue to have some wicket html pages with empty classes behind

Re: [Wicket-user] Joost uses Wicket

2007-03-18 Thread Jean-Baptiste Quenot
* Jonathan Locke: Someone should really make an example or even a reusable class like that. What you're suggesting is very non-obvious to a newbie. I'll be checking in an URIRequestTargetUrlCodingStrategy in the next days that basically takes the remaining URL fragment and

Re: [Wicket-user] Table with TextFields example (Dissapointed in Wicket)

2007-03-18 Thread Udora
Hi all, I was attracted to Wicket because of its finesse and all the stories around praising how helpful their developers and user community are and the quick response one receives when you post a question. I must say, my experience has been bad so far. I posed the question below 2 days ago and

Re: [Wicket-user] Table with TextFields example (Dissapointed in Wicket)

2007-03-18 Thread Eelco Hillenius
I hope I don't come across arrogant saying this, but the mailing list is our best effort supporting users in our own free time, but with no guarantee. Personally I spend at least an hour a day keeping up with the list, and if you take into account that I've been doing that for more than 2.5 years

Re: [Wicket-user] Table with TextFields example (Dissapointed in Wicket)

2007-03-18 Thread Jean-Baptiste Quenot
* Udora: I was attracted to Wicket because of its finesse and all the stories around praising how helpful their developers and user community are and the quick response one receives when you post a question. I must say, my experience has been bad so far. I posed the question

[Wicket-user] Any way to disable the modal window close warning?

2007-03-18 Thread jamieballing
I am trying to figure out a way to achieve a file upload launched from a ModalWindow. I understand that there is no way to do the multipart upload via Ajax (http://www.nabble.com/FileUpload-with-AjaxSubmitButton--tf1699316.html#a4611514). Therefore, I am trying to do an old fashioned form

Re: [Wicket-user] Any way to disable the modal window close warning?

2007-03-18 Thread Matej Knopp
Hi. There is a way, however this will work only with recent versions of wicket. I'm not sure whether this got to 1.2.5. Modal window has a javascript flag that is controlling whether the confirmation dialog will show up, it's called Wicket.Window.unloadConfirmation. So anywhere in your page, put

Re: [Wicket-user] Table with TextFields example (Dissapointed in Wicket)

2007-03-18 Thread Matej Knopp
Hi. I'm not sure where your problem lies. What kind of table are you using? Is the repeating component a listview, dataview or datatable? -Matej On 3/18/07, Jean-Baptiste Quenot [EMAIL PROTECTED] wrote: * Udora: I was attracted to Wicket because of its finesse and all the stories

Re: [Wicket-user] Table with TextFields example (Dissapointed in Wicket)

2007-03-18 Thread Igor Vaynberg
so not having the _personal_ time to answer every single question that is on this list makes us arrogant? that is great! do you think i would rather spend my time pumping you for information or spend that time in a park playing with my daughter? maybe if you wouldve spent more then two minutes

Re: [Wicket-user] Cannot work well after upgrading to the snapshot of 10 mar

2007-03-18 Thread Eelco Hillenius
1. the ajax modal window cannot work at IE 6, and fine at firefox. it will generate a script error. Wicket.Ajax.Call is null or not a Object. I try the ajax example of the example application, it's same eorror. I think that's been fixed last week. I just tested and it works fine (though I

Re: [Wicket-user] StatelessForm and setRedirect(true) in the onSubmit method

2007-03-18 Thread Matthew Kwong
Hi Johan, sorry to reply you this late, my colleague told me you guys have replied my message, and I also need the time to create a very simple quickstart application to reproduce this stateless and redirect(true) problem. Do you mind if I send you that application through Email attachment?