Setting the values for Fragment UIComponents onload() event
693228May 14 2009 — edited May 18 2009Hi,
I want to set the values to Fragment (JSFF) (i.e. inputText, inputDate etc...) at the time fragment loads.
backingBean of fragment implements RegionController - refreshRegion() method.
Implementation of refreshRegion() retrieves the values to be set on Fragment.
But none of the RegionBinding phase gives me handle to UIComponents for rendering the values.
Please let me know if there is any other way to initialize the Fragment onLoad event.
Help appreciated.