Re: [Wicket-user] call for i18n contributions

2006-04-20 Thread Akira Ueda
Hi, Here is a 'ja' version of properties file. RequiredValidator='${label}' \u6b04 \u306f\u5fc5\u9808\u3067\u3059\u3002 TypeValidator='${input}' \u306f ${type} \u578b\u3068\u3057\u3066\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002 NumberValidator.range=${input} \u306f ${minimum} \u4ee5\u

Re: [Wicket-user] wicket ajax memory leak with IE

2006-04-20 Thread Ari Suutari
Hi, From: "Igor Vaynberg" <[EMAIL PROTECTED]> even after i turned off drag and drop for the ajax console and drip showed no memory leaks the memory still leaked. /but/ if you navigate to a different page the memory is released. so i am inclined to believe this is not a memory leak but how explor

Re: [Wicket-user] call for i18n contributions

2006-04-20 Thread Akira Ueda
2nd try. I attached ja version. Please ignore my previous mail. (Its some lines are wrapped). Thanks, Akira Application_ja.properties Description: Binary data

Re: [Wicket-user] call for i18n contributions

2006-04-20 Thread Martijn Dashorst
Akira,Thanks for supplying this version, can you also supply the EqualPasswordInputValidator message?MartijnOn 4/20/06, Akira Ueda < [EMAIL PROTECTED]> wrote:2nd try. I attached ja version. Please ignore my previous mail. (Its some lines are wrapped).Thanks,Akira-- Wicket 1.2 is coming! Write Ajax

Re: [Wicket-user] call for i18n contributions

2006-04-20 Thread Eelco Hillenius
Tanks a lot. I added it. Eelco On 4/20/06, Akira Ueda <[EMAIL PROTECTED]> wrote: > Hi, > > Here is a 'ja' version of properties file. > > RequiredValidator='${label}' \u6b04 \u306f\u5fc5\u9808\u3067\u3059\u3002 > TypeValidator='${input}' \u306f ${type} > \u578b\u3068\u3057\u3066\u6b63\u3057\u304f

Re: [Wicket-user] call for i18n contributions

2006-04-20 Thread Akira Ueda
Martijn, Sure. I added EqualPasswordInputValidator message. Please see the attached file. Thanks, Akira Application_ja.properties Description: Binary data

Re: [Wicket-user] call for i18n contributions

2006-04-20 Thread Michael Day
Just wanted to point out the misspelling below before this was added. Should be minimum, not mimimum. Michael Day On Apr 20, 2006, at 3:08 AM, Akira Ueda wrote: Hi, Here is a 'ja' version of properties file. StringValidator.minimum='${input}' \u306f\u6700\u4f4e ${mimimum}

Re: [Wicket-user] Excel-Like TextField Grid Problem

2006-04-20 Thread Ayodeji Aladejebi
bravo...igor...u r the bomb. On 4/19/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: int cols=5;int rows=5;final String[][] values=new String[rows][cols];form.add(new Loop("rows", rows) {   populateitem(Item item) { final int row=item.getindex (); item.add(new Loop("cols", cols) {   p

Re: [Wicket-user] Wicket now ranks 89 on sf.net top 100

2006-04-20 Thread Eelco Hillenius
Heh. Don't get carried away tooo much; we might be 200 next week :) And there are a lot of Java projects that are not on sourceforge either. Eelco On 4/19/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > As Jonathan observed yesterday, the Wicket project has entered the ranks of > the SourceForg

Re: [Wicket-user] call for i18n contributions

2006-04-20 Thread Eelco Hillenius
Thanks. I already took care of that :) Oh, and like I stated in another email, contributions for the FormInput example of wicket-examples are more than welcome too! Eelco On 4/20/06, Akira Ueda <[EMAIL PROTECTED]> wrote: > 2nd try. I attached ja version. > Please ignore my previous mail. (Its s

Re: [Wicket-user] Wicket now ranks 89 on sf.net top 100

2006-04-20 Thread Johan Compagner
pessimist.i want in top 5!!!What is exactly monitored?commits? downloads? mailing-lists?can i spam somehow? ;)johanOn 4/20/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: Heh. Don't get carried away tooo much; we might be 200 next week :)And there are a lot of Java projects that are not on sourcefo

Re: [Wicket-user] Wicket now ranks 89 on sf.net top 100

2006-04-20 Thread Martijn Dashorst
write a download script that downloads the wicket distributions constantly. That should help :-) Also page clicks on the project pages of http://www.sf.net/projects/wicket help. MartijnOn 4/20/06, Johan Compagner <[EMAIL PROTECTED]> wrote: pessimist.i want in top 5!!!What is exactly monitored?commi

Re: [Wicket-user] Wicket now ranks 89 on sf.net top 100

2006-04-20 Thread Johan Compagner
just clicked on it:500 - Internal Server Errorsomething is really wrong there with one of the servers..johanOn 4/20/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: write a download script that downloads the wicket distributions constantly. That should help :-) Also page clicks on the project pages

Re: [Wicket-user] Wicket 1.2-rc2 available for download

2006-04-20 Thread lu dongping
I checked forminput examples and found following issues:1:I choose chinese locale , then submit at once, it will say date format is error!the feedback indicates it need  'aa-n-j' pattern .if I click reset button, it will pass validation, because the date is changed to : 06-4-20. it means the correc

Re: [Wicket-user] Wicket 1.2-rc2 available for download

2006-04-20 Thread lu dongping
imagebuttons in chinese locale.On 4/20/06, lu dongping <[EMAIL PROTECTED]> wrote: I checked forminput examples and found following issues:1:I choose chinese locale , then submit at once, it will say date format is error!the feedback indicates it need  'aa-n-j' pattern . if I click reset button, it

Re: [Wicket-user] Wicket 1.2-rc2 available for download

2006-04-20 Thread Johan Compagner
Yes it is a problem with those dates.Because if you change the locale. It does a submit.But the submitted data is just hold as a String as the input was.Then rendered directly to the output again. But then it is in a wrong format.. I don't know how we really can fix this particular case... For date

Re: [Wicket-user] Wicket 1.2-rc2 available for download

2006-04-20 Thread Johan Compagner
Why do i only see squares (4 in the reset and 2 in the save picture?)johanOn 4/20/06, lu dongping <[EMAIL PROTECTED] > wrote:imagebuttons in chinese locale. On 4/20/06, lu dongping < [EMAIL PROTECTED]> wrote: I checked forminput examples and found following issues:1:I choose chinese locale , then s

Re: [Wicket-user] Wicket 1.2-rc2 available for download

2006-04-20 Thread lu dongping
sorry , I specify the font now, and it can display chinese font correctly .but I think setFont() should return itself to make it more wicket-like .I modified FormInputApplication.java as :Font font = new Font("SimSun", Font.BOLD, 16);    DefaultButtonImageResource imgSave = new Default

Re: [Wicket-user] call for i18n contributions

2006-04-20 Thread Eelco Hillenius
I converted it (the Persian input) to escaped unicode. As I needed a tool for that I added a simple converter as a wicket example. Eelco On 4/17/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > Very cool. I don't think we can put it in a file like that though. > Martijn warned that we should use

Re: [Wicket-user] Wicket 1.2-rc2 available for download

2006-04-20 Thread lu dongping
yes, the original java source file uses 4 chinese letter s for 'reset' and 2 letters for 'save'.because it can not draw them correctly with the wrong font, it just displays 4 squares. On 4/20/06, Johan Compagner <[EMAIL PROTECTED]> wrote: Why do i only see squares (4 in the reset and 2 in the save

Re: [Wicket-user] call for i18n contributions

2006-04-20 Thread lu dongping
this html file is already encoded in UTF-8, but not iso-8859-1.On 4/20/06, Eelco Hillenius <[EMAIL PROTECTED] > wrote:I converted it (the Persian input) to escaped unicode. As I needed a tool for that I added a simple converter as a wicket example.EelcoOn 4/17/06, Eelco Hillenius <[EMAIL PROTECTED]

[Wicket-user] Some concern about default Application.properties message

2006-04-20 Thread Ingram Chen
I have some concern about ${input} in Applicaiton_*.properties, for example: StringValidator.maximum='${input}' must be at most ${maximum} chars. Why we use ${input} instead of ${label} here? If I limit maximum of chars as 200 and the user input 201 chars. He/she will get a huge long error messag

Re: [Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-20 Thread Ingram Chen
Is this being fixed ? This is still incorrect in rc2.On 4/20/06, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: Juergen Donnerstag wrote on 19.04.2006 at 18:05:> Where does the "a" come from? this is what I entered in the textfield.--greetings from Berlin,Rüdiger Schulz> Juergen> On 4/19/06, Rüdiger

Re: [Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-20 Thread Rüdiger Schulz
Still incorrect in rc2... Ingram Chen wrote on 20.04.2006 at 15:50: > Is this being fixed ? This is still incorrect in rc2. > On 4/20/06, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: > Juergen Donnerstag wrote on 19.04.2006 at 18:05: >> Where does the "a" come from? > this is what I entered

Re: [Wicket-user] Some concern about default Application.properties message

2006-04-20 Thread Johan Compagner
but if we don't use input but label everywhere by default then a label must be really specifiedBecause i really don't know when i get 'myTextField' must be at most 12 charsor'datefieldX' smaller than 2004/01/01.What is myTextfield or datefieldX. Is it always one on one or is the Label model always

Re: [Wicket-user] wicket ajax memory leak with IE

2006-04-20 Thread Igor Vaynberg
i was talking about the leak when the ajax debug console is enabled...is that memory freed for you ralso after a refresh?-IgorOn 4/20/06, Ari Suutari <[EMAIL PROTECTED]> wrote: Hi,>From: "Igor Vaynberg" <[EMAIL PROTECTED]>>even after i turned off drag and drop for the ajax console and drip showed>

Re: [Wicket-user] Some concern about default Application.properties message

2006-04-20 Thread Joni Suominen
On Thu, 2006-04-20 at 21:43 +0800, Ingram Chen wrote: > I have some concern about ${input} in Applicaiton_*.properties, for > example: > > StringValidator.maximum='${input}' must be at most ${maximum} chars. > > Why we use ${input} instead of ${label} here? If I limit maximum of > chars as 200 >

Re: [Wicket-user] Some concern about default Application.properties message

2006-04-20 Thread Igor Vaynberg
i agree, we should be using label by default. good catch ingram.when building forms and wanting to use default error messages you should specify the label of the form components. thats why the damn ${label} tag is there in the first place! i think to me, and everyone who does use label, the default

[Wicket-user] Setter for ListMultipleChoice not called

2006-04-20 Thread Dave
I just upgraded wicket in my project from snapshot 20060302 to Release Candidate 2 and am currently testing it. I find that a ListMultipleChoice, which is accepting multiple selections, is no longer receiving the selections made by the user. The ListMultipleChoice is created with a PropertyMod

Re: [Wicket-user] Some concern about default Application.properties message

2006-04-20 Thread Ingram Chen
hmm In my case I always specify label because (1) RequireValidator use it and lots of fields I used is required.(2) For locale reason, we must provide chinese label for each field, even for fields with obvious name like 'date' or 'address'...etc. well, maybe it's just me...If we keep using ${in

Re: [Wicket-user] call for i18n contributions

2006-04-20 Thread Per Ejeklint
Here is the quick Swedish translation (couldn't log in to sourceforge right now)! RequiredValidator=fältet '${label}' krävs. TypeValidator='${input}' är ingen giltig ${type}. NumberValidator.range=${input} måste vara mellan ${minimum} och $ {maximum}. NumberValidator.minimum='${input}' måste

Re: [Wicket-user] Some concern about default Application.properties message

2006-04-20 Thread Igor Vaynberg
its not just you, i also use it. in fact SimpleFormComponentLabel uses that to display the label automatically.-IgorOn 4/20/06, Ingram Chen <[EMAIL PROTECTED]> wrote: hmm In my case I always specify label because (1) RequireValidator use it and lots of fields I used is required.(2) For locale

Re: [Wicket-user] Re: call for i18n contributions

2006-04-20 Thread nato
Here's a translation in Filipino/Tagalog (tl)___RequiredValidator=Ang '${label}' ay kailangan.TypeValidator=Ang '${input}' ay hindi isang ${type}.NumberValidator.range=Ang ${input} ay dapat na nasa pagitan ng ${minimum} hanggang ${maximum} lamang. NumberValidator.minimum=Ang '${input}'

Re: [Wicket-user] Re: call for i18n contributions

2006-04-20 Thread Eelco Hillenius
Cool, added it too. Eelco On 4/20/06, nato <[EMAIL PROTECTED]> wrote: > Here's a translation in Filipino/Tagalog (tl) > ___ > > RequiredValidator=Ang '${label}' ay kailangan. > TypeValidator=Ang '${input}' ay hindi isang ${type}. > > NumberValidator.range=Ang ${input} ay dapat na nasa

Re: [Wicket-user] Some concern about default Application.properties message

2006-04-20 Thread Johan Compagner
i think it is the other way aroundBy default when you don't have labels (because that is not required anyhow) the default messages would be useless because you get id's prompted to the output.What we should do then somehow is if a label IS specified we default to a label message if it is not specif

Re: [Wicket-user] Wicket 1.2-rc2 available for download

2006-04-20 Thread Zenrique Steckelberg
EqualPasswordInputValidator message in Brazilian Portuguese is ok! Just a small thing: all messages have ${input} field with ' around it, but NumberValidator.range message doesnt. Obrigado! :) -- View this message in context: http://www.nabble.com/Wicket-1.2-rc2-available-for-download-t1476856.

Re: [Wicket-user] Some concern about default Application.properties message

2006-04-20 Thread Igor Vaynberg
at least getting messages like:int1 must be greater then 10int2 must be less then 5is better then7 must be greater then 107 must be less then 5i guess the question is whether or not the default messages we provide depend on the ${label} attr. maybe we should have a vote and see what the users want.

Re: [Wicket-user] Bug: Message from EmailAddressPatternValidator not displayed correctly

2006-04-20 Thread Eelco Hillenius
It's always a good idea to file bug reports on the sourceforge site, so that we don't forget about them, and everyone else can track whether they are fixed or not. Sourceforge seems to be down now, but I'll add a report later. Eelco On 4/20/06, Rüdiger Schulz <[EMAIL PROTECTED]> wrote: > Still i

Re: [Wicket-user] Wicket 1.2-rc2 available for download

2006-04-20 Thread Eelco Hillenius
> 3: > FormInput_zh_CN.html is not completely translated to chinese. > and , I don't like the current style it used to present chinese: > 使用地点 > > generally, I write html file in utf8 encoding , then I can directly enter > chinese , and it seems more friendly. Agreed. We didn't do that as CVS only

[Wicket-user] RC2 - still have javascript errors

2006-04-20 Thread Vincent Jenks
Using Wicket 1.2RC2, I still get these javascript errors in both Firefox 1.5.0.2 and IE 6.0: deleteWicketCookie is not defined getWicketCookie is not defined --- Using Tomcat but need to do more? Need to support web services, security? Get stuf

Re: [Wicket-user] Some concern about default Application.properties message

2006-04-20 Thread Johan Compagner
but int1 can't be references by a user at anyhow.They can't link it to a field what field should be fixed?If you say 7 must be greater then 10 then you can see where you inputted 7.Also with labels you suddenly have to think about i18n them.. Do we have a nice model for this? johanOn 4/20/06, Igor

Re: [Wicket-user] RC2 - still have javascript errors

2006-04-20 Thread Johan Compagner
how is that possible?don't you have a script like: