Hi I am having some problems with a datascroller I am using on a page. The scroller seems to work on Firefox on Mac and IE on Windows. However, it doesn't work on Safari on Mac and it doesn't work on Firefox on Windows.
On Safari on Mac, I get this error:
This page contains the following errors:
error on line 151 at column 1853: xmlParseEntityRef: no name
On Firefox on Windows, I get the following error:
XML Parsing Error: not well-formed
Location ...
Line Number 121, Column 47:
if(typeof form.elements[name] != 'undefined' &&
form.elements[name].nodeName = 'INPUT')
In both cases, the error seems to point to the "&&" in the above line of
JavaScript inside the scroller.
It looks like it's related to the encoding of &. However, I cannot see why.
I am very new to JSF and Facelet. I must be missing something since I don't
see anyone else posting the same problem. I am using Tomahawk 1.1.8.
Your help will be greatly appreciated.
Here is my code (it's a facelet):
<?xml version="1.0" encoding="UTF-8" ?>
#{request.contextPath}/pages/label.jsf?productId=#{prod.productId }
--
View this message in context:
http://www.nabble.com/DataScroller-Not-Working-in-Some-Browsers-tp20806028p20806028.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

