• R
    SPR-8976 Make flash attrs available to view controllers. · b0c735fe
    Rossen Stoyanchev 提交于
    Previously flash attributes were automatically merged into the
    model of annotated controllers only. This change extends the same
    benefit to ParameterizableView- and UrlFilenameViewController,
    both of which merely select a view without user controller logic
    and (the views) would otherwise  not have access to the flash
    attributes.
    b0c735fe
ParameterizableViewController.java 3.4 KB