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

Multiple modals opening when clicking one button

I'm making a web application with JSF and recently I tried to add a modal that pops up when a certain button is pressed. My problem is that whenever I press the button, 3 modals pop up in front of each other, and I would like there to only be one…
Kaffemakarn
  • 119
  • 1
  • 6
2
votes
1 answer

How to mask non Western Latin characters in BootsFaces and PrimeFaces?

I'm in need to add input mask for some input fields using PrimeFaces p:inputMask and BootsFaces p:inputText. The required mask should only accept Arabic letters plus some numbers. my problem is: I do not know how to do that, any help will be…
Hasan
  • 33
  • 5
2
votes
1 answer

BootsFaces selectMultiMenu not rendering with ajax

i am using a selectMultiMenu from bootsFaces, the initial values are showed perfectly, but after rendered, with the new values the combo doesnt open, if I check the source code in my browser it shows that the bean loeaded the values correctly. It…
user3285427
  • 71
  • 2
  • 6
2
votes
1 answer

Use custom jquery.js with Bootfaces

I use Bootfaces version 1.1.3 and I try to provide a custom version of jquery as described here: CSS files, JS files and CDNs These are my first lines of my template:
Dominic
  • 129
  • 1
  • 10
2
votes
2 answers

Render child component when parent component rendered property is false?

I want to create a grid like this: Element1 Element2 Element3 Element4 Element5 Element6 I have the following code:
Red Wei
  • 854
  • 6
  • 22
2
votes
1 answer

Bootsfaces modalbox filled with wrong user data from a dataTable column when click edit button

This is my Table Lets say i have 10 user in the table and i click user id 2 to edit, the bootsfaces modal display the last user in the table into modal; which is user id 10.
2
votes
3 answers

How to add mask for component input text bootsfaces?

I would like to know how to add mask for component input text bootsfaces
wccmachado
  • 21
  • 1
2
votes
2 answers

How to export Bootsfaces datatable to Excel

I would like to export the data from my datatable to Excel. I am using a BootsFaces datatable (http://showcase.bootsfaces.net/forms/DataTable.jsf ), which looks as follows (I stripped it down for brevity):
2
votes
1 answer

Use ui:repeat with b:carousel?

Environment: I'm working with JSF2.2, Bootsfaces 0.9.1, Primefaces 6.0, JEE7 and Hibernate 5.2 in combination with MySQL 5.7 DB. What I have: I've got a model which has a set of images. The set contains instances of my custom Image class which holds…
mweber
  • 107
  • 1
  • 9
2
votes
1 answer

b:commandButton inside dataTable won't fire action method

I just started using BootsFaces because of client's demand, so bear with me. Here's my xhtml:
Eduardo Souza
  • 41
  • 1
  • 2
2
votes
1 answer

SpringBoot & Bootsfaces: Couldn't invoke method getOnblur

I want to process the value of an inputSecret using onblur functionality but I obtain the error Couldn't invoke method getOnblur
xc93hil
  • 105
  • 1
  • 9
2
votes
1 answer

b:inputText type "date" not working on IE 11 and Firefox 47.0

I'm currently working on a project which uses JSF 2.2, Bootsfaces 0.8.6 and Primefaces 5.3. While working on a registration page I mentioned a problem in displaying and the behaviour of a Bootsfaces with using type="date". Normally the input…
2
votes
3 answers

Unable to save dynamic action with clientId xx because the UIComponent cannot be found

I use PrimeFaces and BootsFaces. How do I fix this error? Feb 25, 2016 12:46:56 AM com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource WARNING: JSF1064: Unable to find or serve resource, css/default/icons.css, from…
NatGeo
  • 21
  • 2
2
votes
1 answer

Change the Locale and Language of the Bootfaces DataTable

I want to change the language of the elements of the BootsFaces b:dataTable. (ex: entries => entradas, next=>siguiente), Does anyone know how to do this?
goero_ag
  • 99
  • 1
  • 6
2
votes
1 answer

validation message is not shown up with

I have following code to work with a selectOneMenu provided by BootsFaces. It works totally fine, except that the error message (validation failed) is not shown up. With a , it also works. Also with a
alexander
  • 1,191
  • 2
  • 20
  • 40
1
2
3
11 12