Hi Ranchers!
I'd like to add a custom UI component in my
JSF based design. The following is the data flow:
JSP page <-- custom UI component <-- manamged bean
Managed bean got visual model and is going to set visual model in custom UI component, while Cusom UI component in turn is going to render the visual model in jsp pages.
I wonder if my the data flow mentioned above is correct.
Ranchers please give your comments!