hi all...
i have used combo box in my application where using the action class i have inserted the values into the database. the bean is giving the already stored value and fails to refresh when the combo is changed.
platform - JSF
OS - Windows
Version - 2000
Language J2EE
source code:
declaration in bean:
private String status;
private String reviewStatus;
...