| Author |
preRenderView vs preRenderComponent
|
Ryan Slominski
Ranch Hand
Joined: Nov 05, 2010
Posts: 33
|
|
I'm not able to get preRenderView to work, but I can get preRenderComponent to work. I'm using Mojarra 2.0.2 on GlassFish 3.0.1 with Netbeans 6.9. The suggestion feature of the IDE tells me that the "type" attribute of the f:event tag can only be one of:
preValidate
PostValidate
preRenderComponent
postAddToView
This related post suggest that preRenderView should be available: duplicate-call-preRenderView-event
|
 |
Ryan Slominski
Ranch Hand
Joined: Nov 05, 2010
Posts: 33
|
|
OK, I got preRenderView to work. It appears that the preRenderView f:event can only be placed as a direct child element of f:view. Don't put it in h:head, h:body, or f:metadata.
I guess Netbeans IDE "type" attribute suggestions are just not up to date.
|
 |
 |
|
|
subject: preRenderView vs preRenderComponent
|
|
|