Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: EJBCA 7.0.1
-
Component/s: Legacy External RA, RA UI
-
Labels:
-
Environment:JEE7 / JSF 2.2
-
Provenance:Internal Delivery
-
Epic Link:
-
Sprint:EJBCA Team Alice - 2019 w6
Description
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:component="http://java.sun.com/jsf/composite/component" xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:fn="http://java.sun.com/jsp/jstl/functions" xmlns:t="http://myfaces.apache.org/tomahawk" >
→
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://xmlns.jcp.org/jsf/core" xmlns:h="http://xmlns.jcp.org/jsf/html" xmlns:ui="http://xmlns.jcp.org/jsf/facelets" xmlns:component="http://xmlns.jcp.org/jsf/composite/component" xmlns:c="http://xmlns.jcp.org/jsp/jstl/core" xmlns:fn="http://xmlns.jcp.org/jsp/jstl/functions" xmlns:p="http://xmlns.jcp.org/jsf/passthrough" xmlns:t="http://myfaces.apache.org/tomahawk" >
Note the new passthrough tag-lib that we should use to forward HTLM5 attributes like placeholder with
<h:inputText id="something" value="#{someMBean.something}" placeholder="Enter something like..."/>
The tomahawk tag will not be needed once ECA-3658 is resolved.
We might want to select a less common prefix for passthrough than p: like pt:, since p: might be easily confused with what is commonly used for PrimeFaces.