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
If you use Spring's form tag library, you could also write:
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> ... Name of button