dynamic view « Web « Spring Q&A





1. Creating dynamic views    forum.springsource.org

Creating dynamic views So far, so good w/ the Rich Client, but I'm a bit stuck; I populate a table w/ data that I would like to chart. When I select ...

2. Create View dynamically?    forum.springsource.org

Create View dynamically? Can we create different instance of 'View' in runtime and fire it up on the page? The following code doesn't work properly, it will give me null pointer ...

3. More questions on dynamic views    forum.springsource.org

Our project requirements call for us to add additinal views to the application at runtime. This seems to be straightforward, however I cannot get the ShowViewMenu (or a subclass which listen ...

4. Dynamic View Selection    forum.springsource.org

Dynamic View Selection I've been investigating the implementation of dynamically rendering a new XSLT view after servlet startup. I have a situation where I'd like to be able to add new ...

5. Building view from dynamic components    forum.springsource.org

Building view from dynamic components Hi, I was looking in Spring and Tiles documentation but was not able to find answer or solution for what I'm trying to do. Idea is ...