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

JSF couldn't pass data to bootsrtap modal

hello everyone i have a bootsfaces dataTabble, each row has an edit end delete action, i want to show a modal that contains selected row data to edit that object. i successfully get the selected row i pass data to the managedBean, i assign data to…
Badr At
  • 658
  • 7
  • 22
0
votes
1 answer

ManagedBean method is changing dataTable object

I have a that lists "System Parameters" of a web page I'm working. One of that parameters is a mail server password, and it is encoded in Base64 in the DB. In the last column of the datatable, I have a button to edit that parameters,…
Julian David
  • 311
  • 1
  • 12
0
votes
1 answer

Strange behavior of b:dataTable

I use the component b: dataTable with responsive = "true", when I change the size of the browser on the PC and reduce the window width, it works perfectly, BUT, when I test the same page on a real 5" phone, the data table loses all its…
Joaquín
  • 11
  • 3
0
votes
1 answer

Cannot find fully qualified class: org.omnifaces.resourcehandler.CombinedResourceHandler

I am making a web project using Bootsfaces v1.1.1 and JSF components on Eclipse. After not being able to use the components like panels and accordions fully as they are shown on the website, I did decide to check if I was missing anything on setup…
KontrCode
  • 89
  • 11
0
votes
1 answer

Bootsfaces, ajax, jsf and beans

I am working on a school project where I have a front-end-project and a back-end-project. In my front-end-project I am using Bootsfaces version 1.2.0 and jsf. Back-end I have a webservice and a postgres database. I am trying to add objects (in this…
Elola
  • 21
  • 7
0
votes
0 answers

Bootsfaces specific row color (bug?)

Using Java JDK 8, Mojjara 2.2.9 and Bootsfaces 1.1.3. Hello. I am creating a simple data table using bootsfaces in a simple java project:
Mr.Gigi
  • 25
  • 8
0
votes
1 answer

Special characters(á,é..ñ) in Bootsfaces not working

I'm working in a jsf project using primefaces and we decided to integrate it with Bootsfaces due to their beautiful components, but when we try to type in a something like 'José', it will look correct initially, but after sending it to the database…
Valkie
  • 41
  • 4
0
votes
0 answers

Object as itemValue in

I am beginner of java programmer and using Netbeans to generate the CRUD jsf from ERD and using bootsfaces to display my web UI but I don't know why it only show the value = "1" as below Generated HTML as below, you can see the value is "1" & "2",…
0
votes
1 answer

Unable to update bootstrap modal with onclick

Currently I'm trying to open a modal dialog that contains a form filled with the values from a backing a bean. The bean is loaded (or should be loaded, as at the moment isn't working) with an object provided in the button as each button is linked…
SkPr0
  • 15
  • 4
0
votes
1 answer

Bootsfaces scrollUp and Gliphicon

I'm working with a JSF project that uses BootsFaces 1.1.3 I've tried with the following without luck How can I set a glyphicon icon using the b:scrollUp?
Gavi
  • 1,300
  • 1
  • 19
  • 39
0
votes
2 answers

Change styling of p:selectOneMenu

I have implemented the above selectOneMenu in Bootsfaces and the below selectOneMenu in primefaces. I need the implementation in primefaces but styling as in bootsfaces. How can I change the styling of the second selectonemenu as the above…
Isha
  • 62
  • 1
  • 8
0
votes
0 answers

BootsFaces CommandButton does not fire action in BackingBean

I'm currently working on a project that i want to use bootsfaces in. The application is in a functioning state. I'm just rebuilding it for the looks. Before, there was a richFaces navigationBar that was working just fine and i replaced it with…
0
votes
1 answer

Undefined component type Bootsfaces Navbar

I have the following problem with running web application based on bootsfaces on server hosted by university. Application code is correct, i use same libraries and tomEE to develop it on my pc and it runs correctly, but on server it doesn't want to…
w0jt1
  • 1
  • 1
0
votes
2 answers

Row Details for Datatable by Bootsfaces

Is there a way to expand Rows in Datatable by Bootsfaces? I'm sure I already saw this example in the show-cases, but I can't find it now anymore: https://datatables.net/examples/api/row_details.html
Abu Lot
  • 15
  • 5
0
votes
1 answer

JSF Bootsfaces b:selectOneMenu itemValue = null displaying the label value instead

I am using Bootsfaces 1.0.2. The code below, of course, is inside a form. Notice the first selectItem has an itemValue=#{null}. When the page loads, the inputText field with id='test' shows as blank. I then change the dropdown to any other value and…
Erick
  • 823
  • 16
  • 37