I assume you're referring specifically to the AJAX option outlined on that
page... in that case, I have to admit I've never dealt with that scenario
so I'm not certain... but, wouldn't just escaping quotes in the response
on the server-side do the trick?  That would ensure the JavaScript doesn't
break, which I think is the only real consideration because I'd expect the
browser to handle the content regardless of what what charset it uses once
it's opened in the new window.

I may be very wrong of course :)

-- 
Frank W. Zammetti
Author of "Practical Ext JS Projects with Gears" (coming soon)
  and "Practical Dojo Projects"
  and "Practical DWR 2 Projects"
  and "Practical JavaScript, DOM Scripting and Ajax Projects"
  and "Practical Ajax Projects with Java Technology"
  (For info: apress.com/book/search?searchterm=zammetti&act=search)
All you could possibly want is here: zammetti.com

On Thu, June 11, 2009 10:58 am, Martin Gainty wrote:
>
> yes that works for UTF-8 with text/html
> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
> http://www.dojotoolkit.com/book/dojo-book-0-9/part-3-programmatic-dijit-and-dojo/i18n/encoding-considerations
>
> how would you accomodate a different charset such as GB18030
> http://en.wikipedia.org/wiki/Chinese_character_encoding
> ?
> Martin Gainty
> ______________________________________________
> Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
>
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte
> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht
> dient lediglich dem Austausch von Informationen und entfaltet keine
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le
> destinataire prévu, nous te demandons avec bonté que pour satisfaire
> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la
> copie de ceci est interdite. Ce message sert à l'information seulement et
> n'aura pas n'importe quel effet légalement obligatoire. Étant donné que
> les email peuvent facilement être sujets à la manipulation, nous ne
> pouvons accepter aucune responsabilité pour le contenu fourni.
>
>
>
>
>> Date: Thu, 11 Jun 2009 10:07:20 -0400
>> Subject: Re: opening a popup window from Action Class
>> From: fzli...@omnytex.com
>> To: user@struts.apache.org
>>
>> This is a question asked so frequently that someone should create an FAQ
>> entry or something.
>>
>> Oh, wait...
>>
>> http://wiki.apache.org/struts/OpenWindowFromAction
>>
>> :)
>>
>> Frank
>>
>> --
>> Frank W. Zammetti
>> Author of "Practical Ext JS Projects with Gears" (coming soon)
>>   and "Practical Dojo Projects"
>>   and "Practical DWR 2 Projects"
>>   and "Practical JavaScript, DOM Scripting and Ajax Projects"
>>   and "Practical Ajax Projects with Java Technology"
>>   (For info: apress.com/book/search?searchterm=zammetti&act=search)
>> All you could possibly want is here: zammetti.com
>>
>> On Thu, June 11, 2009 2:03 am, abhishek reddy wrote:
>> > hi every one,
>> >
>> > How to open a popup window from Struts Action Class?
>> >
>> > thanks in advance
>> > --
>> > Abhishek
>> >
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>
> _________________________________________________________________
> Insert movie times and more without leaving Hotmail®.
> http://windowslive.com/Tutorial/Hotmail/QuickAdd?ocid=TXT_TAGLM_WL_HM_Tutorial_QuickAdd_062009



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to