JavaServer Faces
JSF 1.2: Invoking a method binding programmatically in Java to add pre- post triggers
Monday, October 29th, 2007On his "Not Yet Documented" example page, Steve did provides tip 122 "Running Custom Backing Bean Code Before/After Default Table Selection Listener", which explained how to call a method binding such that you could add pre- and post- "trigger" codes. An example expression to use this for is the #{bindings.
.collectionModel.makeCurrent} call that by default is [...]
JSF: Hook into the JavaServer Faces page load
Thursday, August 9th, 2007"onPageLoad" is what many developers like to intercept to prepare model data for the loaded page. For handling onLoad events, the ADF framework - which is hooked into the JSF lifecycle - allows developers to customize the ADF page lifecycle. This customization can be done for all JavaServer Faces pages or individual pages. In the [...]
