|
Here’s a work around that may do the
trick: Essentially create a dummy component which
uses a backing bean attached to rendered option. The dummy component should go right after <f:view> <f:view> <h:panelGroup
id=”dummy” rendered=”#{mybean.onLoad}”> … <f:view> public Boolean getOnLoad() { // do your on load stuff here // always return false so dummy
component is not rendered return Boolean.FALSE; } Rodney From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi
all! Can
I find a similar component like the Oracle ADF body, especially the
"onload", component in Myfaces? Regards
|
Title: OnLoad in Myfaces -->something like in Oracle ADF?
- Re: OnLoad in Myfaces -->something like in Oracle ADF? Andrew Robinson
- RE: OnLoad in Myfaces -->something like in Oracle... Burke, Rodney
- Re: OnLoad in Myfaces -->something like in Oracle... Craig McClanahan

