An alternative tag population strategy that will normally prefer the value from the ActionBean over values from the request - even when the ActionBean returns null! Only if the ActionBean is not present, or does not define an attribute with the name supplied to the tag will other population sources be examined. When that happens, the strategy will check the value specified on the page next, and finally the value(s) in the request.
If the field represented by the tag is determined to be in error (i.e. the ActionBean is present and has validation errors for the matching field) then the repopulation behaviour will revert to the default behaviour of preferring the request parameters.
@author Tim Fennell @since Stripes 1.4
|
|