controller « Page « JSF Q&A





1. page/front controller    coderanch.com

4. Multiple controllers during page load    coderanch.com

I have a very specific best practice question on JSF. This is quite urgent so I am hoping someone could answer the question. Since JSF 2.0 allows componentized the page, I wonder if I could have multiple components on the same page invoke its own controller simultaneously during the PAGE LOAD. I understand that we could have different controllers for ...