I need to do something like this:
<a4j:support even="onclick" action="#{myBean.myProperty = null}"/>
I would like to know if this is possible and which would be the proper syntax if so.
|
feedback
|
|
If you're running an EL 2.2 capable container (Tomcat 7, Glassfish 3, JBoss AS 6, etc and newer, with a
An alternative is using
| |||
|
feedback
|
|
Bean setter methods are called on form submission but based on your example why not do something like:
And in your bean your resetMyProperty method would set the myProperty to null | |||
|
feedback
|