All,

    after upgrade to 1.2.3 (from 1.2.2), some question raised:

(1) I see IExceptionSettings is deprecated, but it seems there is no equivalent setting
in 1.2 branch.... Do I just missing something ?

(2) SpringBeanLocator.lookupSpringBean() now force check all injected bean:

        if (beans.size() == 0)
            throw new IllegalStateException("bean of type [" + clazz.getName()
                    + "] not found");

     This check is good for production. But in test environment, it would be better that
we can turn off this check somewhere since test case does not always
prepare non-tested bean. This change breaks our many test cases....

(3) The issues related to AjaxTabbedPanel + refresh still not fixed.
If this won't be fixed in 1.2 branch, could we have a guideline how to deal with
ajax component like: Always make page version=false ? or no version for all ajax component ?

--
Ingram Chen
Java [EMAIL PROTECTED]
Institue of BioMedical Sciences Academia Sinica Taiwan
blog: http://www.javaworld.com.tw/roller/page/ingramchen
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to