File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes preRenderView vs preRenderComponent Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "preRenderView vs preRenderComponent" Watch "preRenderView vs preRenderComponent" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: preRenderView vs preRenderComponent
 
Similar Threads
Bemused event question
JTable
duplicate call on preRenderView event
After logout in JSF relogin withtout credentials possible
firing an event when it has not been fired