2007/12/26, Ninad Tambe <[EMAIL PROTECTED]>: > > I was looking into using APIs to create and manipulate > the Tiles definitons, templates. However, > http://tiles.apache.org/tutorial/advanced/runtime.html > seems to indicate that this will only be "valid" > during runtime. In other words, they cannot be > persisted. Is this true?
Yes, it is true. If it is, is any way to do it? I suppose that you can do it, but it is not supported by Tiles out of the box. Tiles definitions files are read-only, runtime-created definitions are valid only during the request. Antonio
