I am wondering about f:event location and sub tags; I googled a lot but couldn't find f:event
to be used with its body subtags something like this (see code snippet) :
<f:event type="postAddToView"...>
<c:set var="myVar" value="#{aBean.aProperty}">
</f:event>
...so to call bean after DOM loaded or similar? I mean how to use f:event
exactly to init c:set
after DOM is loaded? And is it possible to catch the event with JSF?
Thanks