Expose model object in RequestContext with public getter [SPR-5686] #10356
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Dave Syer opened SPR-5686 and commented
Expose model object in RequestContext. Background:
Trying to use Freemarker with Tiles, and I want to manipulate the model from an "enclosing" request and, while I can get hold of the RequestContext via the AbstractTemplateView.SPRING_MACRO_REQUEST_CONTEXT_ATTRIBUTE, but then I can only get the model by using Field.setAccessible(true), e.g.
Affects: 2.5.6
Referenced from: commits c230c18
The text was updated successfully, but these errors were encountered: