Hi everyone,
Thanks for all the great feedback. Based on all the emails I received, I
believe I'll go with an includes solution. It seems the most light
weight and effective answer for what we need today.
Regards,
Stephane
Werner Punz wrote:
check out x:aliasBean.. as long as you do not pass different controllers
you probably are set with that one...
Stephane Grenier wrote:
Hi everyone,
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)?
Regards,
Stephane