Questions tagged [bootsfaces]

Next gen JSF Framework that takes the best from Bootstrap 3 and jQuery UI to let you develop Front-end Enterprise Applications fast and easy.

Next gen JSF Framework that takes the best from Bootstrap 3 and jQuery UI to let you develop Front-end Enterprise Applications fast and easy.

BootsFaces is targeted at Java EE 6/7 and requires a Java 1.6 or later VM.

JSF 2.0, 2.1 and 2.2 are supported.

Oracle Mojarra 2.2+ or Apache MyFaces 2.2+

http://www.bootsfaces.net/

https://github.com/TheCoder4eu/BootsFaces-OSP

176 questions
1
vote
1 answer

How to add a carousel to a BootsFaces page?

I'm on BootsFaces 0.7.0 and trying to add a carousel to a page. Based on the answer on my question "BootsFaces selectMultiMenu does not render correctly", I guessed I could just add the resources by hand:
Jasper de Vries
  • 19,370
  • 6
  • 64
  • 102
1
vote
2 answers

How to change themes in bootsfaces

I've create webapp application with BootsFaces. Now I want change the themes used currently. I've cloned the git repository and tried to change themes by downloading a theme from bootswatch as per the documentation provided…
Karthik Prasad
  • 9,662
  • 10
  • 64
  • 112
1
vote
1 answer

Navbar toggle button not working BootsFaces

I'm trying to explore BootsFaces, however I'm Stuck in Navbar as NavBar is not expanding in small screens. Here is my index.xhtml
Karthik Prasad
  • 9,662
  • 10
  • 64
  • 112
1
vote
1 answer

(Re-)Align Elements with Bootstrap

I've written a little web app, that shows an image and a welcome message to the user. Depending on the device, the text should be side by side with the image or the image should be centered in one line and the text should be centered in another…
VWeber
  • 1,261
  • 2
  • 12
  • 34
1
vote
0 answers

How can I change the style of validation messages produced by ?

Please see this question (and answer) for the detailed idea. Here is a basic one (Please run this example, if it is possible to you. You can simple click on the label and start a (invalid!) file upload): I got a to invoke an…
alexander
  • 1,191
  • 2
  • 20
  • 40
1
vote
1 answer

How can I display a instead of a ?

I'd like to know, if there is any way to replace the default button of with a . However, it does work with a , perfectly.
alexander
  • 1,191
  • 2
  • 20
  • 40
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
1
vote
1 answer

bootsfaces b:commandButton in ui:repeat not updating h:graphicImage

I'm using the 0.7 version of bootsfaces to create a simple page, which has something like the following:
Nim
  • 33,299
  • 2
  • 62
  • 101
1
vote
1 answer

BootsFaces selectMultiMenu does not render correctly

I'm on Mojarra 2.2.7, PrimeFaces 5.2, BootsFaces 0.7.0. I'm creating my first BootsFaces page. I've got it configured, resources are loaded and I was able to create a container with a panel with a b:inputText and a b:selectOneMenu. Now I would like…
Jasper de Vries
  • 19,370
  • 6
  • 64
  • 102
1
vote
1 answer

JSF Bootsfaces style not reflecting in the pages

I am creating webapplication, which i used bootfaces framework, for this i put BootsFaces-OSP-dist-0.6.6.jar file in WEB-INF\lib folder. while run my project the webpages displayed without any style. My project code is,
PS Kumar
  • 2,096
  • 6
  • 30
  • 45
1
vote
1 answer

Problems with JSF datatable and Bootsfaces modal windows

I am using JSF for my webapp (combined with EJB) and Bootsfaces as JavaScript addition to show modal windows. I am having a list of items that are being shown through a dataTable. And by clicking on a command button inside my list I am opening a…
Arquillian
  • 125
  • 2
  • 16
0
votes
0 answers

JSF Ajax Command Button throws Illegal state exception

I am using Payara server-5.2022.3. I have a verify facelet page that shows verification details, so the verifier is expected to input the search document plan number, though the backend document is retrieved with the request parameters irrespective…
Lusandee
  • 1
  • 2
0
votes
1 answer

How to ensure is placed in first place inside element?

I'm trying to solve the following: When I access my application in IE, it automatically opens in IE7 Document Mode, instead of opening in IE9. After some research I found some info like in this site: https://code.i-harness.com/en/q/f10390, from…
rui
  • 79
  • 2
  • 7
0
votes
1 answer

Display data in JSF dataTableColumn by a condition

I'm using bootsFaces in JSF and I want to display in a column things like: if type value = 0 -> pending if type value = 1 -> accepted if type value = 2 -> rejected if type value = 3 -> completed Each result (pending, accepted, rejected, completed)…
andreiw
  • 11
  • 1
0
votes
0 answers

BootsFaces DataTable onSelect(var,typeOfSelection,indexes) works but generates javascript network errors

xhtml ===========================================+=====================
Jeff Crump
  • 131
  • 7