jsp - Scriptlet Inside EL Expression -


I have an EL expression in my JSP and inside that EL should be a Scriptlet

The syntax given below is not working

   

error

  javax.el.ELException: failed to parse expression [$ {$ {& lt;% = budgetActionForm% & gt; .readOnly == True  


Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -