it is harder now to specify converters on the session. (which we always had
as far as i remember)
because now you by pass that.

Dont know if people did use that (session specific converters)
This change did break my code (not to bad and they wheren't really session
converters so thats not a problem for me)

johan


On 6/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Author: ehillenius
Date: Sun Jun  3 17:13:59 2007
New Revision: 544015

URL: http://svn.apache.org/viewvc?view=rev&rev=544015
Log:
simplified converterlocators by removing
IConverterLocatorFactoryLocatorFactoryFactory. We really don't need that
much indirection. Application now has overridable method newConverterLocator
that is called during startup, and you can ask application to give the
converter locator. If, for some super crazy reason, that's not enough
indirection, it's easy for people to add a layer themselves.

Removed:
    incubator/wicket/trunk/jdk-1.4
/wicket/src/main/java/org/apache/wicket/util/convert/ConverterLocatorFactory.java
    incubator/wicket/trunk/jdk-1.4
/wicket/src/main/java/org/apache/wicket/util/convert/IConverterLocatorFactory.java
Modified:
    incubator/wicket/trunk/jdk-1.4
/wicket/src/main/java/org/apache/wicket/Application.java
    incubator/wicket/trunk/jdk-1.4
/wicket/src/main/java/org/apache/wicket/Component.java
    incubator/wicket/trunk/jdk-1.4
/wicket/src/main/java/org/apache/wicket/IConverterLocator.java
    incubator/wicket/trunk/jdk-1.4
/wicket/src/main/java/org/apache/wicket/Session.java
    incubator/wicket/trunk/jdk-1.4
/wicket/src/main/java/org/apache/wicket/markup/resolver/AutoComponentResolver.java
    incubator/wicket/trunk/jdk-1.4
/wicket/src/main/java/org/apache/wicket/model/AbstractPropertyModel.java
    incubator/wicket/trunk/jdk-1.4
/wicket/src/main/java/org/apache/wicket/settings/IApplicationSettings.java
    incubator/wicket/trunk/jdk-1.4
/wicket/src/main/java/org/apache/wicket/settings/Settings.java
    incubator/wicket/trunk/jdk-1.4
/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java
    incubator/wicket/trunk/jdk-1.5
/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettings.java
    incubator/wicket/trunk/jdk-1.5
/wicket-jmx/src/main/java/org/apache/wicket/jmx/ApplicationSettingsMBean.java



Reply via email to