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

2006-04-23 Thread Ingram Chen
Here is FormInput example for zh_TW locale, please see attachement.And as zh_CN do, FormInputApplication.init() should add below code for font:protected void init(){//...//for zh_TW locale (Tranditional Chinese, Taiwan) Font fontTW = new Font(MingLiu, Font.BOLD, 16);DefaultButtonImageResource

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 correct

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

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

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] 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:

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: #20351;#29992;#22320;#28857; generally, I write html file in utf8 encoding , then I can directly enter chinese , and it seems more friendly. Agreed. We didn't

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

2006-04-19 Thread Martijn Dashorst
All,To keep our release cycle moving, I have created and uploaded a new RC release of 1.2, with several bugs fixed, and some additional localized messages as defaults. Keep them coming! Please submit your language file using the Java unicode format as used in the finnish and hungarian examples. We

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

2006-04-19 Thread lu dongping
Hi, Martijn here is the simple chinese version for Application.properties ! Regards, outersky On 4/20/06, Martijn Dashorst [EMAIL PROTECTED] wrote: All, To keep our release cycle moving, I have created and uploaded a new RC release of 1.2, with several bugs fixed, and some additional

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

2006-04-19 Thread Eelco Hillenius
I added it. Xie xie! Eelco On 4/19/06, lu dongping [EMAIL PROTECTED] wrote: Hi, Martijn here is the simple chinese version for Application.properties ! Regards, outersky On 4/20/06, Martijn Dashorst [EMAIL PROTECTED] wrote: All, To keep our release cycle moving, I have created and

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

2006-04-19 Thread lu dongping
haha, you know chinese ? bu xie ! outersky On 4/20/06, Eelco Hillenius [EMAIL PROTECTED] wrote: I added it. Xie xie! Eelco On 4/19/06, lu dongping [EMAIL PROTECTED] wrote: Hi, Martijn here is the simple chinese version for Application.properties ! Regards, outersky On

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

2006-04-19 Thread Eelco Hillenius
Little bit. I've worked in China for a few months (not IT). Kind of got stuck at the speaking part :) Is our forminput example still up-to-date btw? Thanks, Eelco On 4/19/06, lu dongping [EMAIL PROTECTED] wrote: haha, you know chinese ? bu xie ! outersky On 4/20/06, Eelco Hillenius

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

2006-04-19 Thread Igor Vaynberg
show offOn 4/19/06, Eelco Hillenius [EMAIL PROTECTED] wrote: Little bit. I've worked in China for a few months (not IT). Kind ofgot stuck at the speaking part :)Is our forminput example still up-to-date btw?Thanks,EelcoOn 4/19/06, lu dongping [EMAIL PROTECTED] wrote: haha, you know chinese ? bu

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

2006-04-19 Thread lu dongping
I'll check it this night. On 4/20/06, Eelco Hillenius [EMAIL PROTECTED] wrote: Little bit. I've worked in China for a few months (not IT). Kind of got stuck at the speaking part :) Is our forminput example still up-to-date btw? Thanks, Eelco On 4/19/06, lu dongping [EMAIL PROTECTED]

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

2006-04-19 Thread Eelco Hillenius
On 4/19/06, Igor Vaynberg [EMAIL PROTECTED] wrote: show off more? --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM