I am using a JSF page in a portal environment. If I use a valueChangeListener
, the method is not called in the backing bean unless I use onclick="submit()"
. This submits my page which I don't want. Same is the case with actionListner
.
Also, if I use ajaxRefreshSubmit
, my whole page is submitted rather than submitting the specified part on which the ajaxRefreshSubmit
is used.
Why this behaviour? Is it because we are using it in a portal environment, or did we miss something in the configuration files?