Hi,

See what Emond suggested.
Otherwise the problem is known:
https://issues.apache.org/jira/browse/WICKET-4762

P.S. Is wicket-portlet:6.0.0 coming ? :-)

On Tue, Sep 25, 2012 at 8:15 PM, pasto <peter.pastr...@gmail.com> wrote:
> Hi,
>
> Is there an easy way to use ConcatResourceBundleReference to merge
> compressed JavaScriptResourceReferences? From the source code it seems, that
> ConcatResourceBundle merges streams obtained by
> 'getCacheableResourceStream', but those are not compressed, as compression
> is done in 'processResponse', that is called from 'newResourceResponse' in
> the PackageResource.
> Wouldn't it be better just wrap the resource stream and override the
> getInputStream in case of js/css compression?
> Most probably I'm missing something, but I can't figure out, how to bundle
> compressed package resource references without building my own
> ConcatResourceBundle.
>
> Thank you,
> Peter.
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Compressed-ConcatResourceBundleReference-tp4652338.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to