Hello all,
I`m having some difficult when trying to handle exceptions.
in my case I have a form with a field with the type int.
how can I handle the exception throw when the user type a non-int value such as a string in this field.
Thanks..PHP Code:price: <form:errors path="price" cssClass="error"></form:errors><br/>
<form:input path="price" /><br/>


Reply With Quote
