response « Component « JSF Q&A





1. JSF2 - Why does render response not rerender component setting?    stackoverflow.com

I am getting the following problem: After my view is restored, validation of field causes JSF to skip to Render response phase (because required field is empty). But even though the ...

2. Composite component re-created during RENDER_RESPONSE    stackoverflow.com

I am trying to write a composite component that can set focus to the first UIINput that failed validation. My problem is that RENDER_RESPONSE is recreating my composite component from it's xhtml, ...