Provide a TilesView for partial rendering [SPR-8408] #13055
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Rossen Stoyanchev opened SPR-8408 and commented
Modify the TilesView or provide a variant that can render a Tiles definition with or without its layout. The decision can be based on the presence of a request parameter, a request attribute, or another configurable approach.
Background: when using Tiles it is common for each page to have a layout. When the controller returns a view name, it is interpreted as a Tiles definition name and the page is rendered with its layout. Sometimes however it is helpful to render the same Tiles definition without the layout, for example during an Ajax request.
A few scenarios this simple approach can serve:
Affects: 3.0.5
Issue Links:
3 votes, 3 watchers
The text was updated successfully, but these errors were encountered: