I am using JSF 1.2 without tomahawk and other libraries. The JSF Applicatin works fine in IE7 but there are problems – input controls not enabled (for Firefox 3.0.3) and rendered and disabled attributes of commandButtons do not work in IE8. I am using simple javascript and css to do some validations and conditional displays at the client side. Are there any known issues while writing JSF Applications for different browsers? Any advice you could provide for these issues? Appreciate your help.
I am using JSF 1.2 without tomahawk and other libraries. The JSF Applicatin works
Share
The Problem was , I was using a DIV tag with position:absolute css attribute and that has made the firefox browsers (3.0 to 3.6) frozen. This was not due to the JSF Implementation.When i fixed those issues, It was all fine.