m*****u 发帖数: 1342 | 1 Encountered a similar problem recently. I have two components: one drop down
box, and one text field, was using JSF RichFaces (a4j support) for
implementation. When the user select certain value (ValueChangeListener), I
want to make the text field visible and input value there. The show/no show
part works ok, the problem was the input value was never updated. After we
use this "saveState" thing to save the flag for show/no show, it worked.
It seems the problem was due to the request scope, "Save... 阅读全帖 |
|