aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes JSF xhtml pages not working with Safari Browser Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "JSF xhtml pages not working with Safari Browser" Watch "JSF xhtml pages not working with Safari Browser" New topic
Author

JSF xhtml pages not working with Safari Browser

chiranjeevi gunturu
Ranch Hand

Joined: Mar 02, 2007
Posts: 56
Hi,
I am using Safari 5.0.4 browser to run my application. One of my xhtml pages (actually a dialog page) is not working.
I have three fields (two text fields and one dropdown) along with Save button on this page. When i entered values and click on Save button it should carry the data to Services class. I am using a Ajax function to call the service class method and then to pass the values entered on the screen.

I could not see any error on browser like a Java script error on IE.
It is working when i tested the application in IE, FireFox and Chrome and values can be see at backend database also.


This ajax function is called by java script on the same page and this java script function is called onClick of Save Button on the dialog page.


Can anyone Please advice me on this. Thanks in advance.
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16487
    
    2

This question is about Javascript, isn't it? The fact that the Javascript was generated by JSF is irrelevant. So let's move the post to a forum which is about Javascript.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56532
    
  14

Except of course that showing JSF markup in this forum is completely useless.

Please show the raw JavaScript that is causing the problems.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
chiranjeevi gunturu
Ranch Hand

Joined: Mar 02, 2007
Posts: 56
This issue is not related to JAVA Script. The same script and the same XHTML file is working fine with IE, Chrome and FireFox. But not with Safari Browser.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JSF xhtml pages not working with Safari Browser
 
Similar Threads
Ajax Hello World example using Servlet
JSF1.2 Core+AJAX+Portlets getting problematic while constructing the url
JQuery.UI Dialog & $().load() & JavaScript
JSF Chrome
Back button disable not working