Books???

1999-10-10 Thread Mark Juliano
Hi all... I'm new to JSP/Servlets so please bear with me... I'm reading a book on Servlets and it has a chapter on JSP's. The book makes a comment that JSP's are very good cause they help separate "presentation" from "business logic"... I've been thinking about this alot and just don't see ho

NewBie Question

1999-01-16 Thread Mark Juliano
To all... I understand that you can set the properties of a bean using the following: In every example I've seen in books, propertyValue has always been a string. Is it possible to pass another Java Object, like a Vector, to a bean via the tag Thanks in advance... -Mark ==

Default Tag Lib Property

2000-12-20 Thread Mark Juliano
To all... With regards to Tag Libraries. Is it possible to specify a default value for an attribute via the Tag Lib (.tld) file??? This way if a user does not use an optional property, it gets its value from this file??? If this is not possible, is there anyway to add information in the .tld t

Performance - To JSP Include or Not to JSP Include

2000-05-15 Thread Mark Juliano
I was wondering if any of you knew or had thoughts about the performance hit, if any, you take when you use a JSP Include rather than type HTML into your JSP file. I know that regardless, both the HTML and the JSP Include get compiled into a Servlet so I wasn't sure if in the end there was a dif