Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P05
-
Fix Version/s: EE-3.3.0.GA_P06
-
Component/s: ACE-Components, ICE-Components
-
Labels:None
-
Environment:ace ice
-
Support Case References:Support Case 14271:- https://icesoft.my.salesforce.com/5000g00001q7LYm?srPos=0&srKp=500
Description
see attached test case.
<ice:outputLink disabled="true"/> and
<context-param>
<param-name>org.icefaces.mandatoryResourceConfiguration</param-name>
<param-value>fileEntry</param-value>
</context-param>
in web.xml causes following warning in the server log:-
01-Feb-2018 15:05:16.578 WARNING [http-nio-8080-exec-2] org.icefaces.impl.context.DOMResponseWriter.logUnclosedNode Missing end-element for: span[id="f1:link2"] (path: #document -> html -> body -> form -> div -> span)
<ice:outputLink disabled="true"/> and
<context-param>
<param-name>org.icefaces.mandatoryResourceConfiguration</param-name>
<param-value>fileEntry</param-value>
</context-param>
in web.xml causes following warning in the server log:-
01-Feb-2018 15:05:16.578 WARNING [http-nio-8080-exec-2] org.icefaces.impl.context.DOMResponseWriter.logUnclosedNode Missing end-element for: span[id="f1:link2"] (path: #document -> html -> body -> form -> div -> span)
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
r52301: added closing tag for disabled ice:outputLink
The mandatory resource setting had nothing to do with this issue.