> This posed a big problem because major content > rendering logic could be and > should be implemented in B.java.
Check out the pull model. In this approach you pull all the data into each template therefore eliminating the need to put any content rendering logic in a screen. my turbine app uses the pul model and the only code in any screens is for security purposes. Push vs. Pull: http://jakarta.apache.org/turbine/turbine-2.2.1/pullmodel.html Pull HowTo: http://jakarta.apache.org/turbine/turbine-2.2.1/howto/pullmodel-howto.html -Lou __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
