Marco Monacelli
TIps of the day: NetBeans 6.1 where is my jsf component? 
Saturday, July 26, 2008, 02:20 PM
Posted by Administrator
SO: Java
Type: Tips
Language: Java
Title: NetBeans 6.1 where is my jsf component?

Yesterday i have upgraded some project from NetBeans 6 to NetBeans 6.1.

Question:
When i insert a new component in a jsf page with the visual web plugin the new component is not automatically declared in the page bean. Where is my jsf component?

Solution:
With NetBeans 6.1 the "automatic" binding of component with page bean is not really automatic. This improves the performances of the page and allows the programmer to create bindings only if they are necessary for the business logic. It is also possible to click on the component with the rigth button and automatically enable\disable the binding attribute for the component.
add comment   |  permalink   |   ( 3.2 / 592 )

<Back | 1 | 2 | 3 | Next> Last>>