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
2 answers

BootsFaces CSS is not working

I want to use Bootsfaces for JSF, I was checking their website and I follow the steps to start working with it but when I run my app the CSS it´s not loading. My project is on Maven also. I download the JAR from their website. I load that JAR to…
kennechu
  • 1,412
  • 9
  • 25
  • 37
1
vote
0 answers

How to prevent primefaces commandbutton from closing the modal

I have a modal that displays a table with some fields. In two columns, I added a feedback button that alters that registers the user's feedback about something in the business. However, when the user clicks the button, the modal is closed, which is…
Matt
  • 144
  • 15
1
vote
0 answers

Content Security Policy default Setup of Primefaces restricts Bootsfaces scripts

I've a project using Primefaces & Bootsfases, when I enabled, I encountered many issues in Ajax calls primefaces.CSP true I've tried to customize the…
1
vote
1 answer

Bootsfaces - Accordion: Change arrows to glyphicons and add Subtitle

A normal Bootstrap Accordion would look like this: Code: Content 1 Content 2 Content…
J.Doe
  • 586
  • 2
  • 8
  • 30
1
vote
0 answers

JSF: malformedXML: During update: javax.faces.Resource not found

I am using the bootsFaces library for my JSF web project. When I use page redirection with ajax I get a message: "JSF: malformedXML: During update: javax.faces.Resource not found" The strange thing here is that the pages without the tag: can still…
1
vote
0 answers

Why is raising exception?

I have set up a very simple example to check out the BootsFaces JSF library. The b:commandButton from BootsFaces is raising an exception while h:commandButton from the native JSF component does not. I have no clue why. This is the xhtml that I am…
trane
  • 27
  • 1
  • 8
1
vote
1 answer

Implement autocomplete (typeahead with inputText) with BootsFaces

I develop a web application in Java EE, in this one there is an inputText allowing to search for a student according to his name. However, I am faced with a problem that I cannot find the solution to. I use an inputText with a typeahead…
Biscotto
  • 33
  • 4
1
vote
1 answer

BootsFaces DateTimePicker AJAX not working

In BootStrap calling a backend bean via AJAX does not seem to work for the DateTimePicker component. If I am wrong with my code, could anybody please help? To my surprise also the DateTimePicker reference page of BootStrap does not work with AJAX.…
Frank
  • 11
  • 2
1
vote
1 answer

@SessionScoped beans CDI using Bootsfaces/Primefaces

I am currently working on a Maeven Project. Problem 1: The user can log in easily, and the menu of the page changes accordingly. But as soon as a menu item is clicked on, the user is logged out. Problem 2: The login bean returns null values ​​when I…
1
vote
1 answer

How can I get SelectOneMenu value in Bootsfaces with javascript or jquery?

I am new to JSF and I want to get the SelectOneMenu value with javascript or jquery to do form validation. I tried getting it the usual way like this: function apasa() { var a = $("#j_idt68Inner").val(); alert(a); } But it returns null. This…
S C
  • 73
  • 7
1
vote
2 answers

Problem with CSS loading in BootsFaces offline

I have a problem with a JSF Web Java project using Bootsfaces: the default library loads three files from the internet while I disconnected form internet datatables.min.css font-awesome.min.css datatables.min.js When the project is offline, it…
1
vote
1 answer

BootsFaces does not render area from ajax

I am trying to render a data table using ajax (BootsFaces) according to the values provided in the form. Unfortunately, desired part does not render. I can see the ajax request is going in the network tab, but it does not do anything (Area does not…
Jayanga Kaushalya
  • 2,674
  • 5
  • 38
  • 58
1
vote
1 answer

Validation of a b:modal form is not working

I am trying to validate a modal form ( JSF/Bootsfaces ) and prevent it from being saved if the inputtext is not correct. For some reason I ignore it is not working, here is the JSF code:
Ayoub Rossi
  • 410
  • 5
  • 18
1
vote
1 answer

Getting a null value passed to a Java function via BootsFaces datatable

I am trying to create a modal to send user-selected requests to an email address; however, I am having trouble getting the user-selected requests. I keep getting the null value passed through fooBean.setSelected(id). Versions: BootsFaces:…
Sometowngeek
  • 597
  • 1
  • 6
  • 27
1
vote
1 answer

Dynamically set itemValue of selectOneMenu in BootsFaces not working

I am Developing such application in which there is Hibernate Many to One Relationship between Employee and Designation. While Inserting New Employee, I am Creating Dynamic Options(which comes from Designation Table present in Database) of Select…
1 2
3
11 12