Johan Compagner,

        I test it under IE. when i first enter the page, the encoding is 
iso-8859-1, but i set the content type in my template:

                        <meta http-equiv="Content-Type" content="text/html; 
charset=utf-8" />

        so when i refresh it,  the display result is ok.

    I think maybe the buffered response can not set the response eoncoding to 
the browser automatically

======= 2005-05-27 22:53:20 :=======

>Hi,
>
>We (eelco and i) are trying to reproduce/test it.
>But we can't get it currently to go wrong.
>
>Can you test some more for us?
>
>for example do you have it under IE and under FireFox?
>
>In firefox you can see the in the View->Character Encoding what the
>encoding he uses for the page
>Also with Page Info (Context Menu onthe page itself) you can see what
>firefox sees that page in.
>
>Are those values correct?
>
>
>Also if you can change and build wicket jar yourself
>can you change the WicketServlet and put these 2 lines:
>
>System.err.println("request encoding: "+
>servletRequest.getCharacterEncoding());
>System.err.println("response encoding: "+
>servletResponse.getCharacterEncoding());
>
>in the doGet method?
>
>So that we can see the char encoding it uses (request encoding is at my
>place always null)
>
>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=7412&alloc_id=16344&op=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 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

Reply via email to