Questions tagged [combinedresourcehandler]
13 questions
3
votes
1 answer
OmniFaces CombinedResourceHandler takes long time to load
I use OmniFaces 2.2 togehter with PrimeFaces 5.3 and BootsFaces 0.8.1. Since it is recomended to use CombinedResourceHandler with BootsFaces I tried to use first as per BootsFaces instructions:…

ScreamingTree
- 302
- 1
- 13
3
votes
2 answers
pe:ckEditor doesn't work anymore after adding CombinedResourceHandler
I added OmniFaces to use the CombinedResourceHandler.
But now the PrimeFaces Extensions doesn´t work anymore.
Is there any workaround for this issue?

internet
- 385
- 1
- 8
- 27
3
votes
1 answer
Omnifaces CombinedResourceHandler -- Is there a way to suppress certain resources?
I'm using Omnifaces 1.0 in conjunction with Richfaces 4.0. Typically, I suppress some of the css/js included by Richfaces as it's unnecessary and unwieldy. I do this by definiing a custom renderer for the renderer-type javax.faces.resource.Script or…

Dave Maple
- 8,102
- 4
- 45
- 64
2
votes
2 answers
OmniFaces CombinedResourceHandler does not combine JavaScript resources
I would like to use the OmniFaces CombinedResourceHandler to stream resources in one go.
I registered it in faces-config.xml without any additional configuration parameters as described in CombinedResourceHandler documentation.
While it works fine…

Steve
- 384
- 1
- 7
- 17
2
votes
1 answer
CombinedResourceHandler excluded resources doesn't recognize resources with query string
I have a couple of CSS files that I don't want to combine, but I also want to bust cache for those resources, so I declared them with:
It was working fine until I added the…

cocorossello
- 1,289
- 1
- 17
- 30
1
vote
0 answers
Autoplay of carousel stops working when PrimeFaces JS are deferred
The carousel is showing up but is not autoplaying, here is the code
When I switch…

codyLine
- 509
- 2
- 8
- 26
1
vote
0 answers
org.omnifaces.resourcehandler.CombinedResourceHandler causes a JavaScript error to be issued, when a pe:ckEditor is used
Using org.omnifaces.resourcehandler.CombinedResourceHandler with,
OmniFaces 2.2 final
PrimeFaces 5.3 final
PrimeFaces Extensions 4.0.0
There is a being used at one place in an application.
Simply trying to load the editor like the…

Tiny
- 27,221
- 105
- 339
- 599
1
vote
1 answer
Using Richfaces and Omnifaces CombinedResourceHandler results in h:dataTable value method getting called despite rendered="false"
I'm running a Tomcat 7, JSF 2.2, OpenWebBeans 1.6, Omnifaces 1.8 and Richfaces 3. I recently added the Omnifaces CombinedResourceHandler, and noticed that it causes a datatable's value method to be called despite the method being in an unrendered…

Robin
- 63
- 6
1
vote
1 answer
CombinedResourceHandler doesnt work with PrimeFaces or PF Extensions
I will begin with an example, if I have 2 panels like this:
…

wsaca
- 55
- 11
1
vote
1 answer
Exclude RichFaces JS files in CombinedResourceHandler
Is it possible for the CombinedResourceHandler to ignore RichFaces JS files?
When I let omnifaces combine all JS files, including RichFaces with Richfaces optimisation off
…

Stevanicus
- 7,561
- 9
- 49
- 70
1
vote
2 answers
Omnifaces: Using CombinedResourceHandler with Richfaces
when using CombinedResourceHandler in a Richfaces application only stylesheets and user defiend scripts are combined. The standard JavaScript resource and all Richfaces specific resources remain as seperated resources.
The Omnifaces documentation…

tasel
- 629
- 5
- 15
0
votes
0 answers
how to insert a variable for different sentences using vba?
i am trying to make a verbiage generator for my friend.
as i see. i am having difficulties in placing an information in between sentences..
example:
the choice of sentences in dropdown are:
1. i bought (A1) from (A2) last (A3).
2. i got a (A1) from…
0
votes
0 answers
Omnifaces CombinedResourceHandler — Is there a way to exclude certain pages?
I'm using the CombinedResourceHandler of Omnifaces for many years now. For the first time I need to exclude some pages from combining resources.
Is this even possible? I found only a way to exclude resources from combining or get suppressed and…

codyLine
- 509
- 2
- 8
- 26