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. UseEnumSingleSelectBoxDisplay2
as 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. UseIntegerListSelectBoxDisplay2
as 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. UseSingleSelectBoxDisplay2
as 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
BrowserTabSession
instance 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 theBrowserTabSession
instance usingAbstractActionSupport.getBrowserTabSession()
and place session objects in that.