Details for the Backing Bean Management of JSF

最新推荐文章于 2018-05-03 11:03:00 发布

BackingBean.java:
When the component tree for the form is built, the getComponent method of the backing bean is called, but it returns null. As a result, an output component is constructed and installed into the backing bean with a call to setComponent.
Backing beans have their uses, but they can also be abused. You should not use the user interface components as a repository for business data. If you use backing beans for your forms, you should still use beans for business objects.
I believe that it will help you above materials and need your help to continue.....