> Facelets (https://facelets.dev.java.net/) will also make building
> composite components a lot easier.
> 

You might also give Clay a look too.
http://struts.apache.org/shale/features.html#clay.

The "rolodex" usecase now features the three types of page composition.  Full 
HTML tapestry like views are now supported (after 7/17). 
http://cvs.apache.org/builds/struts/nightly/struts-shale/use-cases/struts-shale-usecases-20050717.zip

Gary


> On 7/20/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
> > On 7/20/05, Stephane Grenier <[EMAIL PROTECTED]> wrote:
> > > Let's say I have a table with it's own backend bean that I want to
> > > re-use at several places in our web application, basically add that
> > > table with other different components on several pages. Is the best
> > > method to just use jsp includes for the common jsp code (ie. the code
> > > generating the table)?
> > 
> > Probably.   I went the other route of building a custom composite
> > component and using that instead, but it's a lot of work that wouldn't
> > be required if you're using static component structures.
> > 
> > Take a look at using x:aliasBean as well with your includes.
> >


Reply via email to