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.