[Wicket-user] how about the preformance of wicket?

2005-06-18 Thread
Does anybody compare it with tapestry?



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] how do i product a validation error manually?

2005-06-17 Thread
I need to validate my upload field in code, how to do it?



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: Re: [Wicket-user] how do i product a validation error manually?

2005-06-17 Thread
Phil Kulak,

thanks ;-)

=== 2005-06-18 09:11:21 :===

Component.error().

On 6/17/05,  [EMAIL PROTECTED] wrote:
 I need to validate my upload field in code, how to do it?
 
 
 
 ---
 SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
 from IBM. Find simple to follow Roadmaps, straightforward articles,
 informative Webcasts and more! Get everything you need to get up to
 speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

HS^?X??((+j?kj???^??Z0F??l?m~?j?+?b??j+xg?b?w??z?)y?j??lgr?i??e?^j)?rE?G???x%?V????~?zw??l??)?rG?

= = = = = = = = = = = = = = = = = = = =

 

[EMAIL PROTECTED]
2005-06-18



Re: Re: [Wicket-user] Does wicket-stuff Spring Integration project have anexample?

2005-06-16 Thread
Juergen Donnerstag,

3Q~~~

=== 2005-06-16 13:22:04 ===

see project wicket-stuff  module wicket-contrib-pring-exampes

Juergen

On 6/16/05,  [EMAIL PROTECTED] wrote:
 i can't find it
 
 
 
 ---
 SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
 from IBM. Find simple to follow Roadmaps, straightforward articles,
 informative Webcasts and more! Get everything you need to get up to
 speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user

HS^?X??((+j?kj???^??Z0F??l?m~?j?+?b??j+xg?b?w??z?)y?j??lgr?i??e?^j)?rE?G???x%?V????~?zw??l??)?rG?

= = = = = = = = = = = = = = = = = = = =




 
 

[EMAIL PROTECTED]
2005-06-16



[Wicket-user] Does wicket-stuff Spring Integration project have an example?

2005-06-15 Thread
i can't find it



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: Re: [Wicket-user] Can change the time format to H:mm?

2005-06-01 Thread
Eelco Hillenius,

:-) I mean when i compile wicket by maven, the junit test can not pass

=== 2005-06-01 20:19:37 :===

Use custom converters. Please take a look at the Wiki article:
http://wicket.sourceforge.net/wiki/index.php/Using_custom_converters

Eelco


 wrote:

 It's inconvenient to change locale frequently.



---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
  




---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =

 

[EMAIL PROTECTED]
2005-06-01



Re: Re: [Wicket-user] Can change the time format to H:mm?

2005-06-01 Thread
Martijn Dashorst,

yep, it's just my suggestion. :-)

=== 2005-06-01 22:34:25 :===

The maven parameter is:
maven -Dmaven.test.skip=true test:test

However, this is an issue that needs to be fixed. It is a stopgap not to 
run the tests just because someone has a different locale.

Apparently, our project is used with different locales, so we shouldn't 
make any assumptions on that, and base our tests on such a notion. The 
real solution could be: modify the test such that it isn't dependend on 
the locale, or set the locale to our expected value.

Martijn


Eelco Hillenius wrote:

 You could provide a parameter to skip tests when running Maven (don't 
 know off the top of my head what it is) or you could comment out the 
 unit test part in project.xml (somewhere at the botton of the file).

 Also, maybe we could fix the locale to e.g. the US for unit tests?

 Eelco



  wrote:

 Eelco Hillenius,

 :-) I mean when i compile wicket by maven, the junit test can not 
 pass

 === 2005-06-01 20:19:37 :===

  

 Use custom converters. Please take a look at the Wiki article:
 http://wicket.sourceforge.net/wiki/index.php/Using_custom_converters

 Eelco


  wrote:

   

 It's inconvenient to change locale frequently.



 ---
 This SF.Net email is sponsored by Yahoo.
 Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
 Search APIs Find out how you can build Yahoo! directly into your own
 Applications - visit 
 http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


 


 ---
 This SF.Net email is sponsored by Yahoo.
 Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
 Search APIs Find out how you can build Yahoo! directly into your own
 Applications - visit 
 http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user
   


 = = = = = = = = = = = = = = = = = = = =

  
 [EMAIL PROTECTED]
 2005-06-01

 N?S^?X??'???j({k?xj(Ir???([EMAIL PROTECTED] 
 ?!i?'?*'u?^????vz,?
 M9Z'$zz???X?h??????(~?zw?X??b???' 
 $zer==




 ---
 This SF.Net email is sponsored by Yahoo.
 Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
 Search APIs Find out how you can build Yahoo! directly into your own
 Applications - visit 
 http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user




---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =

 

[EMAIL PROTECTED]
2005-06-02



Re: [Wicket-user] 1.0 final scheduled for june 5

2005-05-29 Thread
Martijn Dashorst,

It's a nice job! waiting for it...

=== 2005-05-29 23:47:25 :===

All,

We are going to release the 1.0 final next sunday (this is sunday the 
5th of june). We were all hoping and expecting to solve all issues this 
weekend, but we take this week to try to solve the last open issues.

We hope you can wait just one more week and that you will download 1.0 
final en masse.

With regards,

Martijn Dashorst


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =

 

[EMAIL PROTECTED]
2005-05-30

N?S^?X?j({k?xj(Ir???[EMAIL PROTECTED],)??
nu??b?-??0?i??'?^??ë

[Wicket-user] Can i download the source code of wicket libr

2005-05-28 Thread
I'll try to study it :-)




---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: Re: [Wicket-user] Can i download the source code of wicket libr

2005-05-28 Thread
Eelco Hillenius,

:p

=== 2005-05-29 01:05:23 :===

Is that a question? I'm afraid I don't understand what you mean.

Regards,

Eelco


 wrote:

I'll try to study it :-)




---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
  




---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =

 

[EMAIL PROTECTED]
2005-05-29

N?S^?X?j({k?xj(Ir???[EMAIL PROTECTED],)??
nu??b?-??0?i??'?^??ë

[Wicket-user] [report a bug] The encoding of UploadForm

2005-05-26 Thread
The UploadForm class doesn't consider the encoding of request...  Can anybody 
fix it???

this is the code snippet form Tapestry:


public void decode(HttpServletRequest request)
{
Map partMap = new HashMap();

request.setAttribute(PART_MAP_ATTRIBUTE_NAME, partMap);

// The encoding that will be used to decode the string parameters
// It should NOT be null at this point, but it may be 
// if the older Servlet API 2.2 is used
String encoding = request.getCharacterEncoding();

// DiskFileUpload is not quite threadsafe, so we create a new instance
// for each request.

DiskFileUpload upload = new DiskFileUpload();

List parts = null;

try
{
 if (encoding != null)
upload.setHeaderEncoding(encoding);
parts = upload.parseRequest(request, _thresholdSize, _maxSize, 
_repositoryPath);
}
catch (FileUploadException ex)
{
throw new ApplicationRuntimeException(
Tapestry.format(DefaultMultipartDecoder.unable-to-decode, 
ex.getMessage()),
ex);
}

int count = Tapestry.size(parts);

for (int i = 0; i  count; i++)
{
FileItem uploadItem = (FileItem) parts.get(i);

if (uploadItem.isFormField())
{
try
{
String name = uploadItem.getFieldName();
String value;
if (encoding == null)
value = uploadItem.getString();
else
value = uploadItem.getString(encoding);

ValuePart valuePart = (ValuePart) partMap.get(name);
if (valuePart != null)
{
valuePart.add(value);
}
else
{
valuePart = new ValuePart(value);
partMap.put(name, valuePart);
}
}
catch (UnsupportedEncodingException ex)
{
throw new ApplicationRuntimeException(
Tapestry.format(illegal-encoding, encoding),
ex);
}
}
else
{
UploadPart uploadPart = new UploadPart(uploadItem);

partMap.put(uploadItem.getFieldName(), uploadPart);
}
}

}








[EMAIL PROTECTED]
2005-05-24
HS^?X??
y??ay?-?b??(%?b??'b?az?y?^?2?+_???lgr?i?

Re: Re: [Wicket-user] The output encoding of wicket

2005-05-23 Thread
Eelco Hillenius,

I clear my browser cache, but this issue still occurs...

=== 2005-05-23 14:13:57 :===

Sounds like a browser caching issue to me. Could you please retry after
clearing your browser cache?

Eelco


 wrote:

i replace the jar file with wicket-1.0.0-rc3.jar from wicket-1.0.0-rc2.jar, 
the output encoding of my page is error, a lot of ??? dispalyed. 

when i refresh it twice, the output is correct! 





---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
  




---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =

 

[EMAIL PROTECTED]
2005-05-23



Re: Re: [Wicket-user] The output encoding of wicket

2005-05-23 Thread
Juergen Donnerstag,

Yes, I add a character encoding filter to web.xml, then the problem is 
solved.

My browswer is Internet Explorer simplified chinese version.


=== 2005-05-23 15:16:27 :===

I remember you had some issues with (the chinese version of) firefox.
May be the problem is related to the ff version?

Juergen

On 5/23/05, Eelco Hillenius [EMAIL PROTECTED] wrote:
 Does this also occur with the examples? And what if you rollback to rc2,
 are your problems gone then?
 
 And could you give us a bit more details about what encoding you use and
 how?
 
 Regards,
 
 Eelco
 
 
 ---
 This SF.Net email is sponsored by Oracle Space Sweepstakes
 Want to be the first software developer in space?
 Enter now for the Oracle Space Sweepstakes!
 http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12alloc_id344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =

 

[EMAIL PROTECTED]
2005-05-23

N?S^?X??%y*Zqy???z?~*???zZ)z??I?+???y*Zqy??m???vw(??

[Wicket-user] maven jar:install-snapshot error

2005-05-23 Thread
java:jar-resources:

test:prepare-filesystem:

test:test-resources:

test:compile:

test:test:
[junit] Running wicket.ApplicationSettingsTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.453 sec
[junit] Running wicket.AttributeModifierComponentTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.516 sec
[junit] Running wicket.LocalizerTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.594 sec
[junit] Running wicket.markup.ComponentCreateTagTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.562 sec
[junit] Running wicket.markup.ComponentTagAttributeModifierTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.25 sec
[junit] Running wicket.markup.html.border.BoxBorderTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.5 sec
[junit] Running wicket.markup.html.debug.WicketComponentTreeTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.531 sec
[junit] Running wicket.markup.html.form.encryption.CryptTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.672 sec
[junit] Running wicket.markup.html.form.persistence.CookieValuePersisterTe

[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.593 sec
[junit] Running wicket.markup.html.form.validation.EmailValidatorTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.265 sec
[junit] Running wicket.markup.html.link.AutolinkTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.531 sec
[junit] Running wicket.markup.html.link.HrefTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.485 sec
[junit] Running wicket.markup.html.list.IncrementalTableNavigationTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.641 sec
[junit] Running wicket.markup.html.list.ListItemTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.453 sec
[junit] Running wicket.markup.html.list.ListViewTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.469 sec
[junit] Running wicket.markup.html.list.PagedTableNavigatorTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.625 sec
[junit] Running wicket.markup.html.list.PagedTableNavigatorWithMarginTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.656 sec
[junit] Running wicket.markup.html.list.PagedTableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.656 sec
[junit] Running wicket.markup.html.list.SimpleTableTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.594 sec
[junit] Running wicket.markup.html.list.TableTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.375 sec
[junit] Running wicket.markup.HtmlProblemFinderTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.375 sec
[junit] Running wicket.markup.MarkupInheritanceTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.531 sec
[junit] Running wicket.markup.MarkupParserTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.484 sec
[junit] Running wicket.markup.parser.XmlPullParserTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.406 sec
[junit] Running wicket.model.StringResourceModelTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.578 sec
[junit] Running wicket.PageFactoryTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.453 sec
[junit] Running wicket.protocol.http.MockWebApplicationTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.75 sec
[junit] Running wicket.protocol.http.WicketTagPanelTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.5 sec
[junit] Running wicket.resource.ApplicationStringResourceLoaderTest
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.5 sec
[junit] Running wicket.resource.BundleStringResourceLoaderTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.453 sec
[junit] Running wicket.resource.ComponentStringResourceLoaderTest
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.532 sec
[junit] Running wicket.resource.InvalidResourceSpecificationExceptionTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.266 sec
[junit] Running wicket.util.convert.converters.ConvertersTest
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 0.313 sec
[junit] Running wicket.util.parse.metapattern.MetaPatternTest
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.265 sec
[junit] Running wicket.util.resource.ResourceTest
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.454 sec
[junit] Running wicket.util.size.BytesTest
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.266 sec
[junit] Running 

Re: Re: [Wicket-user] maven jar:install-snapshot error

2005-05-23 Thread
Juergen Donnerstag,

I test the time format in wicket.util.time.Time:

System.out.println(new SimpleDateFormat(.MM.dd-h.mma).format(new 
java.util.Date()));
 
the output is 2005.05.23-8.33 




=== 2005-05-23 18:11:29 :===

Date and time-values are likely to cause problems with different
locales. Unfortunately my computer is not set up to support chinese
locale. Would it be possible for you to track down the problem on your
computer. In case of you are using eclipse it should be easy.

Juergen


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12alloc_id344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =

 

[EMAIL PROTECTED]
2005-05-23

N?S^?X??%y*Zqy???z?~*???zZ)z??I?+???y*Zqy??m???vw(??

Re: Re: Re: [Wicket-user] maven jar:install-snapshot error

2005-05-23 Thread
Juergen Donnerstag,

TimeMapTest:

java.text.ParseException: Unparseable date: 3.14pm
at java.text.DateFormat.parse(DateFormat.java:335)
at wicket.util.time.TimeOfDay.valueOf(TimeOfDay.java:216)
at wicket.util.time.TimeOfDay.valueOf(TimeOfDay.java:270)
at 
wicket.util.time.TimeMapTest.testSimpleStaticTimeFrame(TimeMapTest.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:421)
at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:305)
at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:186)


TimeTest:

java.text.ParseException: Unparseable date: 2000.01.01-12.00am
at java.text.DateFormat.parse(DateFormat.java:335)
at wicket.util.time.Time.valueOf(Time.java:124)
at wicket.util.time.Time.valueOf(Time.java:188)
at wicket.util.time.TimeTest.test(TimeTest.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:421)
at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:305)
at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:186)





=== 2005-05-23 20:57:56 :===

Would be please run junit test for TimeTest as well. Thanks.

Juergen

On 5/23/05, Juergen Donnerstag [EMAIL PROTECTED] wrote:
 Looks like in china you don't write 3.14pm. What is your way of
 writing 15:14 (with ascii character)?
 
 Juergen



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12alloc_id344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =

 

[EMAIL PROTECTED]
2005-05-23

N?S^?X??%y*Zqy???z?~*???zZ)z??I?+???y*Zqy??m???vw(??

Re: Re: [Wicket-user] [the output encoding of wicket] i found the bug

2005-05-23 Thread
Johan Compagner,

yes, the result of EDIRECT_TO_RENDER is the same as REDIRECT_TO_BUFFER

=== 2005-05-23 21:54:55 :===

that is puzzling!

What happens if you do REDIRECT_TO_RENDER ??

Then also it should go wrong. Because there is not really a difference...
Is then the redirect not sending the same encoding it wants then the
first time??

johan


 wrote:

When i change default render strategy from 
default(ApplicationSettings.REDIRECT_TO_BUFFER) to 
ApplicationSettings.ONE_PASS_RENDER

//getSettings().setRenderStrategy(ApplicationSettings.ONE_PASS_RENDER)

it seems ok, so can anyone fix this bug?



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

  



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12alloc_id344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =

 

[EMAIL PROTECTED]
2005-05-23



Re: Re: [Wicket-user] how to redirect to another page?

2005-05-21 Thread
Eelco Hillenius,

many thanks :)

=== 2005-05-21 17:33:48 ===

setResponsePage(new MyPage())

setResponsePage(... (e.g. use IPageFactory) )

and a special case is when you want to redirect directly to a non-wicket
address (e.g. the serverside):

setResponsePage(new RedirectPage(http://www.theserverside.com;));

Eelco


 wrote:

 :-p



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
  




---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =




 
 

[EMAIL PROTECTED]
2005-05-21



Re: Re: [Wicket-user] the order of feeback messages

2005-05-21 Thread
Eelco Hillenius,
  
   Adding a sort() method is flexible, but how to sort by the occurrence order 
of the form fields ? 




=== 2005-05-17 20:46:42 ===

I refactored FeedbackMessages, FeedbackPanel and
FormComponentFeedbackBorder so that it is easier to use and to extend.
One of the things I added is that you can now set a comparator on
FeedbackPanel for any sorting you want.

Good luck,

Eelco


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =




 
 

[EMAIL PROTECTED]
2005-05-21



Re: Re: [Wicket-user] the order of feeback messages

2005-05-21 Thread
Eelco Hillenius,

emm so can you add a member variable(e.g. order or something 
else) to Component class, thus i can set 
the order manually

=== 2005-05-21 19:28:37 ===

Well... I've discussed this with Johan offline, but that is very hard to 
do. Even if we had ordering in the child maps, that doesn't mean that 
that's the order you're going to use them in your markup. And even if 
you did, by using CSS, the order could be even different from what is in 
your markup.

So, I'm afraid you have to do any sorting this manually, which means 
that you have to keep track of the order as you want it somewhere.

Regards,

Eelco



 wrote:

Eelco Hillenius,
  
   Adding a sort() method is flexible, but how to sort by the occurrence 
 order of the form fields ? 
  



=== 2005-05-17 20:46:42 ===

  

I refactored FeedbackMessages, FeedbackPanel and
FormComponentFeedbackBorder so that it is easier to use and to extend.
One of the things I added is that you can now set a comparator on
FeedbackPanel for any sorting you want.

Good luck,

Eelco


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



= = = = = = = = = = = = = = = = = = = =
  



 
   

[EMAIL PROTECTED]
2005-05-21

N?S^?X??'%y*Zqy???z?~*???zZ)z??I?+???%y*Zqy??m,vw(??]?Z??8??'$Z'$zz???X?h??????(~?zw?X??b???'$zer==




---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =




 
 

[EMAIL PROTECTED]
2005-05-21



Re: Re: Re: [Wicket-user] the order of feeback messages

2005-05-21 Thread
,

or set the order when rendering


=== 2005-05-21 20:17:55 ===

Eelco Hillenius,

  the order of component can increase automatically when added, this 
 is the default behavior, and user can still set it manually:

  add(new RequiredTextField(id, Long.class).setOrder(1));
add(new RequiredTextField(domain).setOrder(2));
add(new RequiredTextField(name).setOrder(3));
add(new 
 TextArea(description).add(RequiredValidator.getInstance()).setOrder(4));
add(new RequiredTextField(email).add(new 
 EmailAddressPatternValidator()).setOrder(5));



=== 2005-05-21 19:28:37 ===

Well... I've discussed this with Johan offline, but that is very hard to 
do. Even if we had ordering in the child maps, that doesn't mean that 
that's the order you're going to use them in your markup. And even if 
you did, by using CSS, the order could be even different from what is in 
your markup.

So, I'm afraid you have to do any sorting this manually, which means 
that you have to keep track of the order as you want it somewhere.

Regards,

Eelco



 wrote:

Eelco Hillenius,
  
   Adding a sort() method is flexible, but how to sort by the occurrence 
 order of the form fields ? 
 



=== 2005-05-17 20:46:42 ===

  

I refactored FeedbackMessages, FeedbackPanel and
FormComponentFeedbackBorder so that it is easier to use and to extend.
One of the things I added is that you can now set a comparator on
FeedbackPanel for any sorting you want.

Good luck,

Eelco


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



= = = = = = = = = = = = = = = = = = = =
 



 
  

[EMAIL PROTECTED]
2005-05-21

N?S^?X??'%y*Zqy???z?~*???zZ)z??I?+???%y*Zqy??m,vw(??]?Z??8??'$Z'$zz???X?h??????(~?zw?X??b???'$zer==




---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =
   



 


[EMAIL PROTECTED]
2005-05-21

N?S^?X??%y*Zqy???z?~*???zZ)z??I?+???y*Zqy??m???vw(?Z?5?8??$Z'$zz???X?h??~?zw?X??b???$zz

= = = = = = = = = = = = = = = = = = = =




 
 

[EMAIL PROTECTED]
2005-05-21



Re: Re: [Wicket-user] the order of feeback messages

2005-05-21 Thread
Eelco Hillenius,

  the order of component can increase automatically when added, this is 
the default behavior, and user can still set it manually:

  add(new RequiredTextField(id, Long.class).setOrder(1));
add(new RequiredTextField(domain).setOrder(2));
add(new RequiredTextField(name).setOrder(3));
add(new 
TextArea(description).add(RequiredValidator.getInstance()).setOrder(4));
add(new RequiredTextField(email).add(new 
EmailAddressPatternValidator()).setOrder(5));



=== 2005-05-21 19:28:37 ===

Well... I've discussed this with Johan offline, but that is very hard to 
do. Even if we had ordering in the child maps, that doesn't mean that 
that's the order you're going to use them in your markup. And even if 
you did, by using CSS, the order could be even different from what is in 
your markup.

So, I'm afraid you have to do any sorting this manually, which means 
that you have to keep track of the order as you want it somewhere.

Regards,

Eelco



 wrote:

Eelco Hillenius,
  
   Adding a sort() method is flexible, but how to sort by the occurrence 
 order of the form fields ? 
  



=== 2005-05-17 20:46:42 ===

  

I refactored FeedbackMessages, FeedbackPanel and
FormComponentFeedbackBorder so that it is easier to use and to extend.
One of the things I added is that you can now set a comparator on
FeedbackPanel for any sorting you want.

Good luck,

Eelco


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



= = = = = = = = = = = = = = = = = = = =
  



 
   

[EMAIL PROTECTED]
2005-05-21

N?S^?X??'%y*Zqy???z?~*???zZ)z??I?+???%y*Zqy??m,vw(??]?Z??8??'$Z'$zz???X?h??????(~?zw?X??b???'$zer==




---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =




 
 

[EMAIL PROTECTED]
2005-05-21



[Wicket-user] page expired when i restart jetty

2005-05-20 Thread
When i restart jetty in eclipse, display this message:

Page Expired
The page you requested has expired.

Return to home page

why? and how to avoid it? thanks




---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] How to escape string? wicket.util.string.Strings.escapeMarkup

2005-05-17 Thread
 it seems that wicket.util.string.Strings.escapeMarkup method does not escape  
 and ', so when i input a  or ', the display is error.
 who can fix it? thanks.

  public static String escapeMarkup(final String s, final boolean escapeSpaces)
{
if (s == null)
{
return null;
}
else
{
final StringBuffer buffer = new StringBuffer();

for (int i = 0; i  s.length(); i++)
{
final char c = s.charAt(i);

switch (c)
{
case '\t' :
if (escapeSpaces)
{
// Assumption is four 
space tabs (sorry, but that's
// just
// how it is!)

buffer.append(nbsp;nbsp;nbsp;nbsp;);
}
else
{
buffer.append(c);
}
break;

case ' ' :
if (escapeSpaces)
{
buffer.append(nbsp;);
}
else
{
buffer.append(c);
}
break;

case '' :
buffer.append(lt;);
break;

case '' :
buffer.append(gt;);
break;

default :
buffer.append(c);
break;
}
}

return buffer.toString();
}
}



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] how can i contribute to wicket?

2005-05-17 Thread
i modify the code, and now it's ok.


public static String escapeMarkup(final String s, final boolean 
escapeSpaces)
{
if (s == null)
{
return null;
}
else
{
final StringBuffer buffer = new StringBuffer();

for (int i = 0; i  s.length(); i++)
{
final char c = s.charAt(i);

switch (c)
{
case '\t' :
if (escapeSpaces)
{
// Assumption is four 
space tabs (sorry, but that's
// just
// how it is!)

buffer.append(nbsp;nbsp;nbsp;nbsp;);
}
else
{
buffer.append(c);
}
break;

case ' ' :
if (escapeSpaces)
{
buffer.append(nbsp;);
}
else
{
buffer.append(c);
}
break;

case '' :
buffer.append(lt;);
break;

case '' :
buffer.append(gt;);
break;
case '':
buffer.append(amp;);
break;
case '':
buffer.append(quot;);
break;
case '\'':
buffer.append(#039;);
break;
default :
buffer.append(c);
break;
}
}

return buffer.toString();
}
}



=== 2005-05-17 14:17:55 ===

 how can i contribute to wicket? My english is poor...



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =




 
 

[EMAIL PROTECTED]
2005-05-17

N?S^?X??%y*Zqy???z?~*???zZ)z??I?+???y*Zqy??m???vw(??

[Wicket-user] Use List or Map for RadioChocie?

2005-05-17 Thread
  wicket implements RadioChoice by List, but the value and output of option is 
usually different...



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: Re: [Wicket-user] the order of feeback messages

2005-05-17 Thread
Eelco Hillenius,

thanks a lot, i'll try it :-)

=== 2005-05-17 20:46:42 ===

I refactored FeedbackMessages, FeedbackPanel and
FormComponentFeedbackBorder so that it is easier to use and to extend.
One of the things I added is that you can now set a comparator on
FeedbackPanel for any sorting you want.

Good luck,

Eelco


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

= = = = = = = = = = = = = = = = = = = =




 
 

[EMAIL PROTECTED]
2005-05-17

N?S^?X??%y*Zqy???z?~*???zZ)z??I?+???y*Zqy??m???vw(??

[Wicket-user] [report a bug] the double quotation mark problem!

2005-05-13 Thread
hi,
when i input a double quotation mark in the text field and submit the 
form, the display is error. e.g.

input: just a test
output: just a \

Does the text filed not escape the html special chars?


[EMAIL PROTECTED]
2005-05-13


Re: [Wicket-user] the order of feeback messages

2005-05-13 Thread
public abstract class MarkupContainer extends Component
{
private Map childForId = Collections.EMPTY_MAP;

 ...
}

Wicket use java.util.Map to store the child component, so the order of 
form compoent added to the form is unpredictable? 



=== 2005-05-13 13:54:33 ===

hi,
   i use FeebackPanel to display the validation result, and i find it 
 strange that the order of feeback messages is not the same as that of form 
 fields  


[EMAIL PROTECTED]
2005-05-13
N?S^?X??%y*Zqy???z?~*???zZ)z??I?+???y*Zqy??m???vw(Z?5?5??$Z'$zz???X?h??~?zw?X??b???$zz

= = = = = = = = = = = = = = = = = = = =




 
 

[EMAIL PROTECTED]
2005-05-13



Re: [Wicket-user] the order of feeback messages

2005-05-13 Thread
public abstract class MarkupContainer extends Component
{
private Map childForId = Collections.EMPTY_MAP;

 ...
}

Wicket use java.util.Map to store the child component, so the order of 
form compoent added to the form is unpredictable? 



=== 2005-05-13 13:54:33 ===

hi,
   i use FeebackPanel to display the validation result, and i find it 
 strange that the order of feeback messages is not the same as that of form 
 fields  


[EMAIL PROTECTED]
2005-05-13
N?S^?X??%y*Zqy???z?~*???zZ)z??I?+???y*Zqy??m???vw(Z?5?5??$Z'$zz???X?h??~?zw?X??b???$zz

= = = = = = = = = = = = = = = = = = = =




 
 

[EMAIL PROTECTED]
2005-05-13



[Wicket-user] When can wicket 1.0 be released?

2005-05-13 Thread
  waiting ...



---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393alloc_id=16281op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Does wicket support client validation?

2005-04-30 Thread
i can't find anything about it... :)

and how can i change the template of FeebackPanel?



---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] [a suggestion] Add a required property to all form validator

2005-04-30 Thread
Say that my form has a field for fax, it's not required, but when user input 
something, it must be a valid fax number.

what can i do? 




---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Is there an example for RadioChoice?

2005-04-30 Thread
I can't use it, thanks~



---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: Re: [Wicket-user] Re: Re: Re: Re: [bug report] character encoding goes wrong when a form is submited!

2005-04-27 Thread
My god! I test the cdapp example with chinese simplified version firefox, the 
problem exits all the same,

but when i uninstall the zh_CN version, and install en_US version firefox, it's 
ok!!!






=== 2005-04-27 18:19:14 ===

I've tested it with IE (_de locale only) and firefox (_de_DE, _de,
_en, en_US) and both work fine. Please correct me if I'm wrong but
these are preferences only. They are conveyed from the browser to the
server as part of the http header with an additional weight/priority.
How does that change the character encoding?

But IE and FF both allow to pre-select an encoding by view -
encodings - ... I might be wrong but my settings seem to take the
encoding to be used from the http header of the response we are
providing, ignoring the value I preset. But I can change it that way
once the page has been loaded. E.g. changing to Big5 the last entry
suddenly looks like chinese as well. Reloading the page however
changes back to the orginial encoding.

Juergen

On 4/27/05, Christopher Turner [EMAIL PROTECTED] wrote:
 
 
 Could this be related to character encodings and code pages set up for the
 application / app server? (just a guess) 
 
 If the browsers we are testing with are using the same character encoding as
 the receiving application then it should work fine. If the character
 encodings are different then we may not be forcing the correct encoding to
 occur. 
 
 To test, try changing the character encoding of your browser (Tools -
 Options - General - Languages on Firefox) and then try and submit the same
 data.
 
 
 
  
  
  Strange, it works for me too (I added your name as a cd)... 
  What browser do you use? And do you see your name (, 
  right?) in the list of cd's (that cd has value '1' in the 
  'year' field)? 
  
  Eelco 
  
  
   wrote: 
  
  So many thanks. I add an cd entry at contrib-example 
  http://www.wicket-library.com/wicket-contrib-examples.
 (the 
  entry id is 
  19) 
   
  But it is a pity that it's still abnormal. :-( 
   
   
   
   
  --- 
  SF.Net email is sponsored by: Tell us your software 
  development plans! 
  Take this survey and enter to win a one-year sub to SourceForge.net 
  Plus IDC's 2005 look-ahead and a copy of this survey Click here to 
  start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix 
  ___ 
  Wicket-user mailing list 
  Wicket-user@lists.sourceforge.net 
  https://lists.sourceforge.net/lists/listinfo/wicket-user

   
  
  
  
  --- 
  SF.Net email is sponsored by: Tell us your software 
  development plans! Take this survey and enter to win a 
  one-year sub to SourceForge.net Plus IDC's 2005 look-ahead 
  and a copy of this survey Click here to start!  
  http://www.idcswdc.com/cgi-bin/survey?id=105hix 
  
  ___ 
  Wicket-user mailing list 
  Wicket-user@lists.sourceforge.net 
  https://lists.sourceforge.net/lists/listinfo/wicket-
 user 
 
???X?M??~??^hG?+,z{^?0??y?hJ?q?
/M9?$?^iu????{ ??zZ?s?? 
'?a???%?V???l?.-(~?{?b??-?????

= = = = = = = = = = = = = = = = = = = =




 
 

[EMAIL PROTECTED]
2005-04-27



Re: Re: [Wicket-user] Re: Re: Re: Re: [bug report] character encoding goes wrong when a form is submited!

2005-04-27 Thread
My god! I test the cdapp example with chinese simplified version firefox, the 
problem exits all the same,

but when i uninstall the zh_CN version, and install en_US version firefox, it's 
ok!!!






=== 2005-04-27 18:19:14 ===

I've tested it with IE (_de locale only) and firefox (_de_DE, _de,
_en, en_US) and both work fine. Please correct me if I'm wrong but
these are preferences only. They are conveyed from the browser to the
server as part of the http header with an additional weight/priority.
How does that change the character encoding?

But IE and FF both allow to pre-select an encoding by view -
encodings - ... I might be wrong but my settings seem to take the
encoding to be used from the http header of the response we are
providing, ignoring the value I preset. But I can change it that way
once the page has been loaded. E.g. changing to Big5 the last entry
suddenly looks like chinese as well. Reloading the page however
changes back to the orginial encoding.

Juergen

On 4/27/05, Christopher Turner [EMAIL PROTECTED] wrote:
 
 
 Could this be related to character encodings and code pages set up for the
 application / app server? (just a guess) 
 
 If the browsers we are testing with are using the same character encoding as
 the receiving application then it should work fine. If the character
 encodings are different then we may not be forcing the correct encoding to
 occur. 
 
 To test, try changing the character encoding of your browser (Tools -
 Options - General - Languages on Firefox) and then try and submit the same
 data.
 
 
 
  
  
  Strange, it works for me too (I added your name as a cd)... 
  What browser do you use? And do you see your name (, 
  right?) in the list of cd's (that cd has value '1' in the 
  'year' field)? 
  
  Eelco 
  
  
   wrote: 
  
  So many thanks. I add an cd entry at contrib-example 
  http://www.wicket-library.com/wicket-contrib-examples.
 (the 
  entry id is 
  19) 
   
  But it is a pity that it's still abnormal. :-( 
   
   
   
   
  --- 
  SF.Net email is sponsored by: Tell us your software 
  development plans! 
  Take this survey and enter to win a one-year sub to SourceForge.net 
  Plus IDC's 2005 look-ahead and a copy of this survey Click here to 
  start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix 
  ___ 
  Wicket-user mailing list 
  Wicket-user@lists.sourceforge.net 
  https://lists.sourceforge.net/lists/listinfo/wicket-user

   
  
  
  
  --- 
  SF.Net email is sponsored by: Tell us your software 
  development plans! Take this survey and enter to win a 
  one-year sub to SourceForge.net Plus IDC's 2005 look-ahead 
  and a copy of this survey Click here to start!  
  http://www.idcswdc.com/cgi-bin/survey?id=105hix 
  
  ___ 
  Wicket-user mailing list 
  Wicket-user@lists.sourceforge.net 
  https://lists.sourceforge.net/lists/listinfo/wicket-
 user 
 
???X?M??~??^hG?+,z{^?0??y?hJ?q?
/M9?$?^iu????{ ??zZ?s?? 
'?a???%?V???l?.-(~?{?b??-?????

= = = = = = = = = = = = = = = = = = = =




 
 

[EMAIL PROTECTED]
2005-04-27



[Wicket-user] [bug report] character encoding goes wrong when a form is submited!

2005-04-26 Thread
hi,
When i input some chinese characters and then submit the form, the field 
text becomes badly encoded. thanks!



---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


[Wicket-user] Re: [bug report] character encoding goes wrong when a form is submited!

2005-04-26 Thread
Thanks for your reply :-)

My input: \u8c22\u8c22
The Output: 


[Wicket-user] Re: [bug report] character encoding goes wrong when a form is submited!

2005-04-26 Thread
Thanks for you reply :-)

My Input: \u8c22\u8c22
Output: