xml - Whats the difference between # and $ in ELs in ADF -


have basic question on difference between # , $ while evaluating els. ex.

<c:if test="#{bindings.value == true}"> 

and

<c:if test="${bindings.value == true}"> 

the $ called immediate evaluation syntax, while # called deferred evaluation syntax check out reference http://docs.oracle.com/javaee/5/tutorial/doc/bnahq.html#bnahr


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -