How to disable or just hide button conditionaly depending of some controller logic?
Use the <if> tags,
<g:if test="${showButton}"> <input type="submit" value="Submit" /> </g:if>