File tree Expand file tree Collapse file tree
impl/src/main/java/jakarta/faces/context Expand file tree Collapse file tree Original file line number Diff line number Diff line change 116116 * <pre>
117117 * <code>
118118<html xmlns="http://www.w3.org/1999/xhtml"
119- xmlns:h="jakarta.faces/ html">
119+ xmlns:h="jakarta.faces. html">
120120<!-- extra code removed -->
121121 <h:outputText value="#{flash.foo}" /> will be "fooValue"
122122 without the quotes.
157157 * <pre>
158158 * <code>
159159<html xmlns="http://www.w3.org/1999/xhtml"
160- xmlns:f="jakarta.faces/ core"
161- xmlns:h="jakarta.faces/ html">
160+ xmlns:f="jakarta.faces. core"
161+ xmlns:h="jakarta.faces. html">
162162<f:metadata>
163163 <f:viewParam name="foo" id="foo" value="#{flash.now.foo}" />
164164</f:metadata>
@@ -231,7 +231,7 @@ public abstract class Flash implements Map<String, Object> {
231231 * <pre>
232232 * <code>
233233 <html xmlns="http://www.w3.org/1999/xhtml"
234- xmlns:h="jakarta.faces/ html">
234+ xmlns:h="jakarta.faces. html">
235235 <!-- extra code removed -->
236236 <h:messages /> Any messages present on the first page must be displayed on
237237 this page.
You can’t perform that action at this time.
0 commit comments