On Thu, Oct 7, 2010 at 9:29 PM, Jeremy Boynes <jboy...@apache.org> wrote:
> Now that we require 1.5, I refactored Resources to use varargs rather than 
> having multiple methods taking combinations of parameters. However, now that 
> it is greatly simplified, i was wondering whether we should replace the 
> single resource bundle containing messages for all implementations with 
> smaller ones associated with each tag or tag library.

When you say, "we require 1.5", are you talking about code
specifically for a JSTL 1.2 impl? If it's code that's targeted at a
JSTL 1.1 impl, then it should really run on something as crusty as
Java 1.3 (minimum for a JSP 2.0 standalone container).

> For example, moving the messages for core to 
> o.a.t.s.tag.common.core.Resources.properties or for <c:import> to 
> o.a.t.s.tag.common.core.importSupport.properties
>
> Thoughts?
> Jeremy

-- 
Kris Schneider

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to