Questions tagged [butterfaces]

ButterFaces is a lightweight JSF framework that combines the advantages from Bootstrap, jQuery and HTML 5 to develop fast, easy and modern web applications using JSF 2.

ButterFaces is a lightweight JSF framework that combines the advantages from Bootstrap, jQuery and HTML 5 to develop fast, easy and modern web applications using JSF 2.

http://www.butterfaces.org/

https://github.com/ButterFaces/ButterFaces

3 questions
1
vote
1 answer

Understanding JSFs options.params in jsf.ajax.request

We migrated our JSF 2.2 based application to JSF 2.3, Except of some smaller issues we were able to get everything up and running. For one view we use Butterfaces JSF component, especially the tree component. With JSF 2.3 it was not possible to…
jheider
  • 111
  • 8
1
vote
2 answers

Selectively disable JSF resource dependencies

If I use both bootsfaces and butterfaces in a single page, both libraries import their bundled jquery and bootstrap stylesheet as belows:
Ken Chan
  • 84,777
  • 26
  • 143
  • 172
0
votes
1 answer

Nested b:repeat - second repeat always the same

I want to render a nested 2-level navigation using a model file. The Navigation can change. There is a Simple Bean NavigationItem which contains the title, target, icon and a list of possible sub items. The Navigation is created very…
Jukkales
  • 117
  • 2
  • 11