> The very best thing to do with JSPs is never put any Java code into
> them. If you can avoid that, and always use taglibs or other JSP
> directives, etc. then you'll be much better off.

I second the use of tag libraries. Also, with a decent IDE (such as Eclipse)
you can refactor the code in your tab libraries without breaking your JSPs.

Harry Mantheakis
London



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

Reply via email to