I think I might have found the cause. I was using Sun's JSF implementation
with Tomahawk. When I replaced it with MyFaces implementation, the problem
went away. Does that make sense?



Leonardo Uribe wrote:
> 
> On Tue, Dec 2, 2008 at 10:26 PM, nxdp72 <[EMAIL PROTECTED]> wrote:
> 
>> 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):
>>
> 
> Hi
> 
> I don't think this is a problem related with datascroller (this javascript
> is not part of datascroller, is part of the javascript submit of myfaces
> core). It seem to be a problem with the encoding you are using (I tested a
> example with facelets and datascroller and everything is fine).
> 
> regards
> 
> Leonardo Uribe
> 
> 
>>
>> ------------------------------
>> View this message in context: DataScroller Not Working in Some
>> Browsers<http://www.nabble.com/DataScroller-Not-Working-in-Some-Browsers-tp20806028p20806028.html>
>> Sent from the MyFaces - Users mailing list
>> archive<http://www.nabble.com/MyFaces---Users-f181.html>at Nabble.com.
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/DataScroller-Not-Working-in-Some-Browsers-tp20806028p20828136.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to