> One of the goals of JSP is to separate user interface development from
> business logic development/programming so whenever you don't need a GUI
> or your JSP page would get too complex or would end up too similar to a
> java program, I would still use servlets
Isn't this the whole reason/advantage for being able to forward an
instantiated business logic bean where most/all of it's properties are set
and then just use that bean in the JSP so that the HTML doesn't get filled
up with java syntax?
Mike
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".