-
Jun 29th, 2012, 08:37 PM
#1
Is Tiles still the way to go for this?
If I would like to break up my templates into partial views or sub views, is Tiles still the best way to do that - or is JSF a better way to go these days? And if JSF, does that play nice with Spring MVC?
I'm trying to dynamically add chunks of a view if certain conditions are met, and I'd like to keep it organized rather than having one view with conditions. (e.g. the controller retrieves an array of objects from the service, for each object appends the view for that object to the main output. Or something like that.)
Last edited by especht; Jun 29th, 2012 at 08:46 PM.
-
Jun 30th, 2012, 03:58 AM
#2
Tiles fits perfectly for your requirements.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules