Hello everyone,

Thank you for your interest. In a couple of days I'll
draw a diagram to show how it's working (it will be
on the same site). Briefly, there is one interface
containing all necessary methods to depict a table,
so-called data-container implementing that interface,
a host of custom tags to show column info, navigate
bar, info status which are all aware of that interface;
one generic action that serves every table, does all dirty job and passes
clear information to subsequent actions. All design
logic of a table is incorporated in a tile (template).
In your JSP pages you don't bother yourself with these
issues, you just dump raw data that is picked up by the tile
and is formatted properly regardless of number of columns
each table may have.

Best of luck,
Yuriy Zubarev


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to