[
https://issues.apache.org/jira/browse/TREQ-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13433042#comment-13433042
]
Mck SembWever commented on TREQ-12:
-----------------------------------
These changes applied and included in the pull request.
I'd like to add back SpringApplicationContext since it simplifies the spring
xml from
{code}
<bean id="servletContext"
class="org.springframework.web.context.support.ServletContextFactoryBean"/>
<bean
class="org.apache.tiles.request.servlet.wildcard.WildcardServletApplicationContext">
<constructor-arg ref="servletContext"/>
</bean>{code}to{code}<bean
class="org.springframework.web.servlet.view.tiles3.SpringApplicationContext"/>{code}
> Spring integration
> ------------------
>
> Key: TREQ-12
> URL: https://issues.apache.org/jira/browse/TREQ-12
> Project: Tiles Request
> Issue Type: Improvement
> Reporter: Nicolas Le Bas
> Attachments: 0002-Fixes-and-optimizations.patch
>
>
> Spring provides an integration with tiles-2. We need one for tiles-3, i.e.
> integration with the Request API.
> Tentative implementation here:
> https://github.com/nlebas/tiles-request/tree/tiles-spring
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira