hi.
I'm looking for a way to use tiles as a pluggability framework.
this is what we need:
we need a mechanism for dynamically including content in web pages. the
position of every segment is predefined. if there are "some" components to
be added to the page, we know "they" will be added [here!] for example.
we need the components be in the form of files. also we need hot
pluggability, server restart is really hated.
another thing we need is a light solution without a steep learning curve.
and the last is of course we are trying to avoid reinventing the wheel.
I checked tiles quickstart and FAQ. it seems tiles 2 is a nice structured
framework. but when i tested the sample, it seems you can't be doing hot
pluggability. i removed a jsp page, and it failed. so every component
specified must exist. (or not?). also the more important thing is that we
want to be able to place a kinda bunch of jsps to a single component holder.
for example for a placeholder there is no file to include at first. later
1.jsp and 2.jsp may be added, and both must be added in that placeholder.
over time we may add some other jsps. is it possible to include a bunch of
jsps to a single placeholder? and how?
--
View this message in context:
http://www.nabble.com/is-it-possible-to-include-a-bunch-of-jsps-to-a-single-placeholder--tp19303435p19303435.html
Sent from the tiles users mailing list archive at Nabble.com.