Hello, AFAICT there's a chance that you have to use .setText instead of .setInnerText.
That said, can i ask you what is the purpose of modifying the script content of a script tag ? Regards, Alberto On Fri, Apr 14, 2017 at 7:27 AM David <[email protected]> wrote: > I use GWT to process <script/>, change its contents and set new content > through ScriptElement.setInnerText() method. But new change doesn't take > effect. I don't know why. Please help me out. > > Thanks, > > David. > > -- > You received this message because you are subscribed to the Google Groups > "GWT Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/google-web-toolkit. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
