Results 1 to 2 of 2

Thread: Is Tiles still the way to go for this?

  1. #1
    Join Date
    Jun 2012
    Posts
    6

    Default 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.

  2. #2
    Join Date
    Mar 2007
    Posts
    561

    Default

    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
  •