then firefox is looking for that met tag?
And then sees it as utf even if we send it as iso xxx?
Because that is what firefox is send to us.
if you remove that meta tag what happens then?

what does fire fox say in the page info when it goes wrong??

johan


叶卫国 wrote:
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

N?S^甸?X??'???j("{k≯?xj(I娅r藿?リ??([EMAIL PROTECTED]'?*'缠????u朕?^?&、?拂??墁vz,?
钝M9Z'$z郜z???X?h??标????玷?????⺋??(悍~?zw?X?襄?b???'$z郜er==

Reply via email to