https://bz.apache.org/bugzilla/show_bug.cgi?id=58075
Bug ID: 58075
Summary: f:ajax render custom composite component does not
render correctly
Product: Tomcat 8
Version: 8.0.22
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: EL
Assignee: [email protected]
Reporter: [email protected]
I use myFaces 2.2.8 and tomee-plus-2.0-snapshot and i cant find a solution to
get work this situation.
The Ajax Tag does not render the custom Component correctly.
<f:ajax render"myid" ..>
..
..
<myComp:example id="myid" ..>
..
The Component ( myComp ):
...
<div id="#{cc.clientId}">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<h:form>
THIS FORM does not render. Same issue if i move the
#{cc.clientId} to the h:form Tag.
The Browser show me id="myid:myid"
</h:form>
</div>
</div>
</div>
</div>
http://stackoverflow.com/questions/30952630/how-to-handle-bootstrap-modal-in-java-server-faces
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]