Deprecated API
Contents
-
Deprecated Interfaces
-
Deprecated ClassesClassDescriptionOnly recognises form fields in formatted/unformatted pairs (pair conversion mode). Use
AnnotationValidationInterceptor2, which recognises this and other modes.Designed for forms using formatted/unformatted field pairs (pair conversion mode) and less useful for form fields set using auto conversion or default conversion mode. UseEnumSingleSelectBoxDisplay2as the base template andEnumSingleSelectBoxDisplay2.setSelectedFormattedValue(java.lang.String)to set the selected item from the formatted half of a formatted/unformatted field pair.Designed for forms using formatted/unformatted field pairs (pair conversion mode) and less useful for form fields set using auto conversion or default conversion mode. UseIntegerListSelectBoxDisplay2as the base template andSingleSelectBoxDisplay2.setSelectedFormattedValue(java.lang.String)to set the selected item from the formatted half of a formatted/unformatted field pair.Designed for forms using formatted/unformatted field pairs (pair conversion mode) and less useful for form fields set using auto conversion or default conversion mode. UseSingleSelectBoxDisplay2as the base template andSingleSelectBoxDisplay2.setSelectedFormattedValue(java.lang.String)to set the selected item from the formatted half of a formatted/unformatted field pair.
-
Deprecated MethodsMethodDescriptionSuffers from a design flaw of not handling when a user opens a link in a new tab. Obtain the
BrowserTabSessioninstance usingAbstractActionSupport.getBrowserTabSession()and place session objects in that.Suffers from a design flaw of not handling when a user opens a link in a new tab. Obtain theBrowserTabSessioninstance usingAbstractActionSupport.getBrowserTabSession()and place session objects in that.