Project

General

Profile

« Previous | Next » 

Revision 4544

Added by daigle about 16 years ago

Use validation for form submiTtal. This validates that all fields are populated.

View differences:

ldap-configuration.jsp
46 46

  
47 47

  
48 48
<form method="POST" name="configuration_form" action="<%= request.getContextPath() %>/admin" 
49
                                        onsubmit="return submitForm(this);">
49
                                        onsubmit="return validateAndSubmitForm(this);">
50 50
<% 
51 51
	// metadata holds all group and properties metadata
52 52
    PropertiesMetaData metadata = (PropertiesMetaData)request.getAttribute("metadata");

Also available in: Unified diff