how can I disable a button by checking a condition in my jsp? If true,then the button is enabled,if false,then the button is disabled. The condition would be checking the va
Or simply you could do it using el directly like this:
el
As an example: