You can specify an action to be executed upon page load throught the *page.xml
| <ui:include src="/layout/ui/ui-component.xhtml">
| ...
| </ui:include>
|
| |
| | However I need to load an action upon the inclusion of a subpage.
| | i.e. the ui-component.xhtml is more of a component that is loaded many times on
the same page and each time is computing an algorithm based on the parameters that are
passed. Now calling an action from within the ui-components.page.xml will not work because
it's an included page.
| |
| | What would be an alternative to invoke an action upon ui:include?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115883#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...