Is it possible to have an EL expression in the autoSubmit attribute for an ADF input component? Something like:
autoSubmit="#{bindings.sampleAttribute.inputValue == null ? true : false}"
This doesn’t seem to work for me. It does work if I set the autoSubmit attribute to a litderal value and not an EL expression something like:
autoSubmit="true"
How can I get this to work?
Can you explain your use case? Autosubmit basically means that you are short-cutting the JSF lifecycle. I’m not sure when would you want this to be conditioned on something. http://docs.oracle.com/cd/E16162_01/web.1112/e16182/adf_lifecycle.htm#ADFFD22893