Re: WOLips.framework

From: Mike Schrag (mschra..dimension.com)
Date: Thu Jan 31 2008 - 11:34:45 EST

  • Next message: Zak Burke: "Eclipse "Unhandled event loop exception""

    > API slightly modified:
    ... and again:

    ..verride
            public void appendToResponse(WOResponse response, WOContext context) {
                    ...
                    boolean clickToOpenEnabled = ...;
                    ERXClickToOpenSupport.preProcessResponse(response, context,
    clickToOpenEnabled);
                    super.appendToResponse(response, context);
                    ERXClickToOpenSupport.postProcessResponse(getClass(), response,
    context, clickToOpenEnabled);
                    ...
            }

    This fixes a bug caused by code that injects things into the <head>,
    which would mess up the click-to-open support for the component that
    performed the injection the first time. It also makes the API easier,
    and it's faster, so ... that's nice :)

    ms



    This archive was generated by hypermail 2.0.0 : Thu Jan 31 2008 - 11:36:19 EST