designhoogl.blogg.se

Jsp icefaces
Jsp icefaces










jsp icefaces

I am a Software Developer having over 9+ years of experience in IT with a strong background in Java/J2EE. I am happy to share my knowledge through the blogs. This blog contains the posts on Java related technologies and programming languages. This is Mallikarjun Gunda, I am working as a software professional. You have to place it after the declaration of f:view tag.Ĭlick here To Read more about fixing the browser compatibility issues. Specifying the DTD on JSF page which developed using ICE faces might not accept as you specify on the normal HTML page. There are different DTDs for the HTML page as specified below: The doctype declaration should be the very first thing in an HTML document, before the tag. The DTD specifies the rules for the markup language, so that the browsers render the content correctly. The doctype declaration refers to a Document Type Definition (DTD).

jsp icefaces

Icefaces is a JSF component library that provides many components that would be useful to our development. The doctype declaration is not an HTML tag it is an instruction to the web browser about what version of the markup language the page is written in. Implicitly this involves no longer using JSP.

jsp icefaces

Specifying the doctype for the page will decrease the most of the browser compatibility issues.Ī doctype declaration refers to the rules for the markup language, so that the browsers render the content correctly. But, it is not possible to implement the browser specific code for all the pages of the application in all the scenarios and it is not required if we specify the DOCTYPE. Most of the times developer tries to write the browser specific code. Resolving the browser compatibility issues while developing the web applications is a bit complex.












Jsp icefaces