Skip to content

Instantly share code, notes, and snippets.

@mucar
Last active December 15, 2015 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mucar/5284883 to your computer and use it in GitHub Desktop.
Save mucar/5284883 to your computer and use it in GitHub Desktop.
RSA8.5 DOCTYPE declaration bug (this file is fixed version of "rsa_doctype_bug_before.xhtml" file. DOCTYPE declaration placed above pagecode declaration)
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<!-- jsf:pagecode language="java" location="/src/pagecode/Test.java" -->
<!-- /jsf:pagecode -->
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment