| |||||||
| FRAMES NO FRAMES | |||||||
ValueChangeNotifier
Like valueChangeListener, but will send valueChange events after the UPDATE_MODEL phase.| Tag Information | |
| Tag Class | org.apache.myfaces.custom.valueChangeNotifier.ValueChangeNotifierTag |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| method | true | false | javax.el.ValueExpression
(must evaluate to java.lang.Object)
| The bean.method name of your valueChange method Currently only methods listeners are supported. e.g. myBean.myListenerMethod |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||