Charles P. Killmer wrote:
Does anyone know of a creative solution to this?  Or some way to achieve
what I am after?

Not to rain on your parade :-) but one of the main reasons for using JSP (IMHO) is to *separate* markup and code.

Something like this wouldn't even be considered "best practice"
in /markup/, by current standards:

>return "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";

Just "<table>" would do it, leave the other stuff to CSS...

(If you feel you really *must* return markup from a function, you
 could put it into a custom taglib, though, which would be a whole
 lot cleaner all the way around...)

FWIW!
--
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



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



Reply via email to