]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Tue, 28 Apr 2020 21:03:01 +0000 (23:03 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 28 Apr 2020 21:03:01 +0000 (23:03 +0200)
- added javax.faces.FACELETS_SKIP_COMMENTS to let JSF +2.1 (2.3 is used anyway)
  engines ignore commented out JSF tags (and the EL code inside it). With this
  option, the developer has what he needs, IMO as this allowws temporary
  removing JSF tags from the component tree as the developer desires. Okay,
  ui:remove is also around ...

Signed-off-by: Roland Häder <roland@mxchange.org>
web/WEB-INF/web.xml

index 0c57d37c8a17b8781ab8a1627f0217b4b6d4d4db..07e266c5ac431b56ede22b9a0e6471c66cef886f 100644 (file)
                <param-name>receipt_barcode_type</param-name>
                <param-value>codabar</param-value>
        </context-param>
+       <context-param>
+               <description>Ignore menu items with only comments in it.</description>
+               <param-name>javax.faces.FACELETS_SKIP_COMMENTS</param-name>
+               <param-value>true</param-value>
+       </context-param>
        <servlet>
                <servlet-name>Faces Servlet</servlet-name>
                <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>