1> see the methods all have a pointer to where they are now
* @deprecated will be moved to [EMAIL PROTECTED] IApplicationSettings} in 2.0

2> maybe igor can make a property for this

3> Don't know what the current state is and what exactly the bug is now.
in my eyes a ajax request should never up the version of a page.
because the url of the browser doesn't change so if you do a refresh you get another one again.
I guess matej is looking into this?

johan


On 11/1/06, Ingram Chen <[EMAIL PROTECTED]> wrote:
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to