I have a page that goes something like this:
What is the if statement syntax? I only want to display the bottom half of the page if the validator did not find any errors to display at the top of the page.Code:<form:form> <form:errors path="*" cssClass="error" /> Top half of page, including submit button If statement to check for form errors Bottom half of page, to be displayed only if no form errors </form:form>
Thanks for your help,
Erica


Reply With Quote