View Chaining « Web « Spring Q&A





1. Weird ViewResolver Chaining Issue    forum.springsource.org

Sep 13th, 2005, 07:39 PM #1 allanyao View Profile View Forum Posts Private Message Junior Member Join Date Aug 2004 Location Bridgewater, NJ Posts 10 Weird ViewResolver Chaining Issue Hello, I'm ...

2. BeanNotOfRequiredTypeException when chaining views    forum.springsource.org

BeanNotOfRequiredTypeException when chaining views I was able to recreate this exception using the webapp-minimal in the included Spring samples directory. Here's what I did: 1) Chained the following ViewResolvers: InternalResourceViewResolver XmlViewResolver ...

3. Chaining views    forum.springsource.org

Chaining views I was wondering if its at all possible to chain views dynamically using some sort of mechanisim like LayoutVelocityView I have created something like this. Code: package no.dusken.aranea.view; import ...