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
5
votes
1 answer

JSF Bootsfaces components not showing

Today I was working on our application for a school project. We had no problems with the our Bootsfaces but suddenly I can't seem to get the components to show (see image). I don't know what's causing this unexpected behaviour because it worked…
Guido
  • 1,161
  • 3
  • 12
  • 33
3
votes
0 answers

JSF Order of operations, should converters be applied before validators?

Are JSF converters supposed to be applied before validators? We have a situation where it seems it's being applied before the converter.
Jonathan S. Fisher
  • 8,189
  • 6
  • 46
  • 84
3
votes
2 answers

How to remove dropMenu caret in Bootsfaces?

I am using BootsFaces for my responsive UI rendering in JSF project. Everything looks cool that comes up with BootsFaces. UI design is much easier with this. But at the same time I find there might be not enough flexibility to customize the UI for…
Shafin Mahmud
  • 3,831
  • 1
  • 23
  • 35
3
votes
1 answer

How to show Images in Bootsfaces Datatable columns

I need to show images dynamically in a data table column, I have the images in a local folder, how can I do that in Bootsfaces data table? Thanks for any help!
Osvaldo D.
  • 43
  • 2
3
votes
1 answer

How to execute a Javascript function before calling a function from Bean?

I'm working on a huge JSF project and for this question I've shortened the most important part so I can be understood. Thing is, the user must fill a registration form, which in this case requests its identification (identificacion) and to click on…
3
votes
1 answer

Bootsfaces inputText loses focus caused by using ajax and updating value in bean

I found a problem while using the bootsfaces inputText with ajax. I'm using JSF 2.2, Bootsfaces 0.8.1 and Primefaces 5.3. I'm trying to enter a date value into the inputText field. As soon as I enter the last value for the date the inputText should…
mweber
  • 107
  • 1
  • 9
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:…
2
votes
1 answer

Print / Export selected columns in bootstable datatable

I am using Bootsfaces Datatable in a project to display a list of objects.
2
votes
1 answer

How to build a dynamic grid and only show three columns in a row (JSF 2.2 and BootsFaces)

I am trying to layout a page with Bootsfaces and JSF 2.2. I like to show only three column in a row and then start new row but don't know, how to implement this.
Mr. Learner
  • 351
  • 1
  • 2
  • 12
2
votes
1 answer

How to validate whether my form is valid from an oncomplete function in a b:commandButton?

I'm using bootsfaces 1.3.0 from maven repository and I'm trying to use this commandButton example that is in the docs (https://showcase.bootsfaces.net/forms/commandButton.jsf):
Nick2324
  • 45
  • 1
  • 6
2
votes
2 answers

BootsFaces TypeError: minDate() Could not parse date parameter

I'm using a dateTimePicker with BootsFaces. Here I want to restrict the selection to upcomming days (so no days in the past) I use bootsfaces version 1.3.0 and omnifaces version 1.7 Here is what I did:
TheSilent
  • 43
  • 1
  • 7
2
votes
1 answer

Bootsfaces vs Bootstrap

I have used Bootstrap while development of Web Application. Now I have started learning of BootsFaces. While learning very first question pop up in my mind is What is Exactly difference between Bootstrap and BootsFaces? and what are their pros…
2
votes
1 answer

How to make inputText type-ahead values clickable as like a button in jsf/bootsfaces?

I have an inputText with type-ahead where user can type a job class and a drop-down shows, and then they click on select - it populates the data. But, what I want to do is instead of the "Select" button I want to put a onclick or something on my…
user9302411
2
votes
1 answer

Make horizontal scroll for bootsfaces modal

I'm working with PrimeFaces and BootsFaces libraries. I have a little form inside bootsfaces modal. The form is used to change system parameters, and for one specific parameter has a to change its value. My problem is that in…
Julian David
  • 311
  • 1
  • 12
2
votes
2 answers

Execute two AJAX calls in commandButton onclick bootsfaces jsf

I have a modal with a form, and what I want is first to close the modal from bean (method "cerrarModal") and after execute the AJAX that makes the insert in database (method "crearUsuario"). I saw this question but it didn't work for me. this is my…
Julian David
  • 311
  • 1
  • 12
1
2 3
11 12