Hi

First thanks to Deadman for providing a tip to handle this challenge. I
eventually found a better solution.

The template tag will forward the request parameters through to the included
JSP pages. Hence there is no need to add any "passing of parameters" code in
the template page. I simply add the logic to look up the parameter in the
JSP page (SQLDisplayRowResult.jsp) rather than the (SQLResult.jsp which is
the template parent page).

It seems to work very well. I must congratulate Craig for providing an
excellent framework. I used the "offset" and "length" attribute of the
<logic:iterate> tag (to breakup and display large datasets in my TeaTimeJ
application) and it works like a charm.

We should vote for this framework in the Java Developers Journal Readers
Choice Awards!

Cheers

Michael Mok

Reply via email to