On Fri, 15 Mar 2002, John Baker wrote: > Stupid question. What is the difference between c.tld and c-rt.tld ? Or in > general, what does -rt dictate?
The 'rt' versions of each tag library support rtexprvalues instead of the expression language. We included them primarily as a way of facilitating integration of JSTL into older applications and methodologies. The 'rt' versions won't be necessary once JSP itself supports the expression language. Section 1.3 of the JSTL Public Draft describes the situation more completely. -- Shawn Bayern Author, "JSP Standard Tag Library" http://www.jstlbook.com (coming this summer from Manning Publications) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
