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

Using Bootsfaces Datatable- Not able to use dataTableColumn

I m using Bootsfaces0.9.1. When i try to use the bootsfaces datatable as suggested in showcase, i am not able to use b:dataTableColumn tag. It says that the "value" attribute is not defined in b:dataTableColumn tag.
rahul
  • 137
  • 3
  • 14
1
vote
1 answer

Using Bootsfaces DateTimePicker

I try to use Bootsfaces´ DateTimePicker but the popup for choosing the date and time is not working. I am using maven where i added the dependencie net.bootsfaces bootsfaces
NotMyFaultSir
  • 173
  • 11
1
vote
2 answers

primefaces datatable filter selectCheckboxMenu with bootsfaces

I am using the primefaces datatable with bootsfaces, and there is a CSS conflict that I would like to work around. Implementing the filter example from the primefaces showcase: http://www.primefaces.org/showcase/ui/data/datatable/filter.xhtml gives…
David
  • 41
  • 6
1
vote
1 answer

SPA approach not working if page contains b:carousel

Environment: I'm writing a SPA 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: My SPA has a navbar on the upper part and a specific menu based on the selection of the navbar on the…
mweber
  • 107
  • 1
  • 9
1
vote
2 answers

Why does a function call with jQuery components reload the xhtml page?

I am working with JSF, Primefaces and Bootsfaces. I am developing a navbar and I must create a dropmenu in navbar, however I had a problem with b:dropmenu implementation and I used another solution. My problem is when I on click in Nombre de…
1
vote
1 answer

How to transform a radio input form to radio input bootsfaces form?

Is it possible to transform the next code to bootsfaces labels?
1
vote
1 answer

Bootsfaces handle mousedown/mouseup on mobile

There is a way to handle touch events with bootsfaces ? For instance, does onmouseup or onmousedown or even onclick on mobile when the user touch the element ? Thanks
b.lopes
  • 435
  • 1
  • 7
  • 17
1
vote
1 answer

Format date in title of a panel

How can I format a date as title of a panel in BootsFaces? content Actually my date is displayed like: 2016-05-14 12:00:00.0. Can I achieve this without pre formatting the date via Java?
alexander
  • 1,191
  • 2
  • 20
  • 40
1
vote
1 answer

Bootsfaces FacesMessage always displays summary and detail

By doing this: FacesContext.getCurrentInstance().addMessage(null, new FacesMessage(FacesMessage.SEVERITY_INFO,msg.getMessageResourceWithParams("admini.client.search.save.ok", new…
b.lopes
  • 435
  • 1
  • 7
  • 17
1
vote
1 answer

bootsfaces iconAwesome on commandButton causes Uncaught TypeError: Cannot read property 'id'

I got this error each time I click on a b:commandButton that contains a iconAwesome bsf.js.xhtml?ln=bsf:7 Uncaught TypeError: Cannot read property 'id' of nullBsF.ajax.onevent @ bsf.js.xhtml?ln=bsf:7sendEvent @…
b.lopes
  • 435
  • 1
  • 7
  • 17
1
vote
1 answer

Integrating third party Bootstrap CSS themes with Bootsfaces

I seem to have reached a conundrum in integrating this third party Bootstrap theme within bootsfaces. Currently what I'm trying to do is include the css/js files within the xhtml files, but that doesn't seem to display any styling or show any…
landocalrissian
  • 163
  • 2
  • 11
1
vote
1 answer

Cannot find "css/theme.css" resource of "bsf" library

I have been trying to work with BootsFaces. I have ensured the following requirements are satisfied: Java EE 1.6 above Jsf-api and jsf-impl 2.2 above JAR file MyFaces api and impl 2.2 above JAR file BootsFaces 0.7.0 JAR file Also I've followed the…
Blessen George
  • 270
  • 3
  • 18
1
vote
2 answers

javax.faces.FacesException: Expression Error: Named Object: net.bootsfaces.layout.Well not found

I am trying to test a JSF 2.2 project with BootsFaces 0.7. The project is running like a charm on GlassFish 3 and PrimeFaces 5.2. But on the page where any tag is used from the BootsFaces libraray, like , I get the following exception:…
Hicham
  • 170
  • 2
  • 16
1
vote
1 answer

Bootsfaces modal not working inside

I am new to JSF and I am currently building a web-auction type of application, based on it. I have also used multiple elements from Bootsfaces. What I would like to do is have an inputText where bidders can type their bids and then press a button…
Rayan
  • 71
  • 1
  • 7