Internationalization options

2001-02-23 Thread Shane Witbeck
I am currently working on the internationalization portion of a large project. I am planning on storing resources and resource bundles in a database as opposed to using *.properties files. What are the respective advantages of using properties files or a database to store locale information. The

Re: Using a jsp:include action (JSP 1.1) within a BodyTag taglib tag

2001-01-30 Thread Shane Witbeck
Im completely new to JSP (within the last week) but have you tried using a directive include instead of an action include. i.e.: <%@ include file="filename" %> (which is done at compilation time instead of request processing time.) instead of (which is done at request processing time) Just read