I played with this a bit. In the AppModule it is also possible using
/contributeRequestHandler/-method(see below)

  public static void
contributeRequestHandler(OrderedConfiguration<RequestFilter> config,
                    final RequestGlobals requestGlobals){

        RequestFilter filter = new RequestFilter()
         {
                @Override
                public boolean service(Request request, Response
response, RequestHandler handler) throws IOException
                {
                        ....

                       
request.setAttribute(TapestryConstants.DISABLE_JAVASCRIPT_MINIMIZATION,
Boolean.TRUE);
                }

        }
 }

I want to add it into the config, but which /contributing module's id/
shall I use? Do anybody have an idea? Thanks and regards.

Reply via email to