Hi,
I deleted this topic not knowing somebody replied to it. I am posting it again now hoping to get that reply again.
I have a common sublayout on the right side of all pages. It is, as is done in Tiles, in its separate (
jsp) file.
I have dynamic data in that sublayout, i.e., sort of an advertisement which changes every page refresh (e.g. tips on how to use the application, which changes every page refresh). Lets say, this data is called Tip.
My question is on the form. I am new to Tiles.
Since all pages use this sublayout, Tip must be in all form classes, is that correct?
And if that is so, it will be great to make a superclass form, with Tip as one of its fields, is that correct? And all forms will extend this superclass?