10/17/2002 7:23:27 AM, Cedric Dumoulin <[EMAIL PROTECTED]> wrote: > Of course, we can conciliate both, but this require some thinking: > > * A tiles configuration file requires some references to common > URLs and to common definitions. > o How to distinguish between an URL from the module namespace > and an URL from another namespace (common, root or other > module), without overloading too much the configuration file ? > o The same for definitions > * We can think of a module containing all commons files (tiles, > layouts, definitions). How to reference these entities from other > modules ? > * Each modules will certainly share a set of common tiles > configurations. How to do that without replications ? > > So what we need now is to specify what could be the Tiles syntax and >how it will be used in the context of modules. After that it will be >possible to make tiles modules compliant.
I believe all we really need to do is to add a contextRelative property to the put and insert elements/tags and the corresponding object. This way we could specify "contextRelative=true" for the tiles that are being shared between modules. -Ted. -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>