Hi All
Not sure if this a known issue or not. but when I use XHTML, JSF in IE9 I am getting the below error.
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<script type="text/javascript"
src="a.rapidspellweb?t=r&n=RapidSpell-DIALOG.js"></script>
<body> <textarea rows="" cols=""> </textarea></body>
</html>
Executing this page gives the below error
SCRIPT1014: Invalid character
a.rapidspellweb?t=r&n=RapidSpell-DIALOG.js, line 368 character 1
The same page works fine in IE8 Standards mode
Seems to be a parsing issue only in IE9
I did solve this issue by adding the
Tag to the JS in the JAR file and patched this file.
This works fine, not sure what is the root cause and permanent solution.
Balaji
Balaji