Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0.0-beta-3
-
None
-
None
-
Java/Javascript resource rendering
Description
If a page has no h:head and contains a f:ajax we omit the jsf.js script resource
example:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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">
<h:body>
<h:form id="myForm">
<h:inputText id="myTest1" value="#
<f:ajax render="myTest2" />
</h:inputText>
<h:inputText value="#{myBean.test}
" id="myTest2" />
</h:form>
</h:body>
</html>
Attachments
Attachments
Issue Links
- duplicates
-
MYFACES-2687 Make sure jsf.js is included if client behaviors are rendered
- Closed