It's it translating the single quote as the start of a string? Would escaping it, or using two in a row make a difference?
-Mark -----Original Message----- From: krishna4960 [mailto:murali.kris...@happiestminds.com] Sent: Monday, February 10, 2014 6:07 AM To: dev@flex.apache.org Subject: Flex Alert box not showing text after single inverted comma Hi friends, I am launching a flex app (swf) from a JSP page. i am sending a value using flashvars like below. flashvars.message = '<c:out value="${requestScope.message}"/>'; This message consists a single inverted comma in between...ex:- L'impression des pages But when i want to show this message using alert box in flex like Alert.show(message);, it just shows 'L'. i mean it is not showing complete message. the text after inverted comma is missing.... it will be great if anyone can help me here... Thanks, Krish -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/Flex-Alert-box-not-showing-text-after-single-inverted-comma-tp34523.html Sent from the Apache Flex Development mailing list archive at Nabble.com.