tags:

views:

65

answers:

0

I am using ICEfaces 1.8.2 with Netbeans IDE 6.5.1.

Here is the issue:
In the popup I have 3 textfields, 2 labels and 1 combo. When I click the update button from the datatable it must put the values in the respective components. But 1 combo, 1 label and 1 textfield are not doing this.

When I look at the values with JOptionPane it will show me the new (updated) values.

I have already reset the components with comboid.resetValue();