Results 1 to 2 of 2

Thread: updating tiles defination from spring

  1. #1

    Default updating tiles defination from spring

    hi,
    i am using tiles2 with spring2.5.Everything works fine for me.
    but i need to update tiles defination at runtime.
    is it possible to update tiles defination using spring?

    shoeb

  2. #2

    Default

    It is possible to do this.

    You can create a custom TilesDefinitionFactory which more or less re-creates your tile definitions. However all tile definitions are recreated each time, which does come with some overhead.

    In my situation though "recreation" was only for convenience of development.
    Trevor Ings

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •