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

null value on DateTimePicker

I have this JSF (bootsfaces) page:
0
votes
0 answers

How to check for validation errors in onsuccess of BootsFaces commandButton?

I'm using Bootsfaces, and I've a component defined like: What I want is that myaction()…
rui
  • 79
  • 2
  • 7
0
votes
1 answer

How can I add to different values in BootsFaces b:selectOneMenu component from backing bean

Hello I have a component selectOneMenu from JSF Bootsfaces and I would like to fill it with values from backing bean. This is what I have tried and it hasn`t worked: This is the xhtml:
Doseda
  • 39
  • 1
  • 6
0
votes
0 answers

Download pdf file from Java web app made in JSF

Hello I have a Java web app made in JSF...when you press a button it should write a string in a pdf file and download it. Here is the code: String cont = "DATA CREARE: " + data_creare3 + "\n" + "CIF: " + cif3 + "\n" + "ID SOLICITARE: " +…
SECI
  • 103
  • 2
  • 10
0
votes
1 answer

Failed validation should prevent closing of modal dialog

I am using Bootsfaces for displaying a modal dialog. Inside the modal dialog there is a field (actually it's b:inputTextarea) and a command button which uses Ajax to submit the data. I want to make sure that the user has entered something to the…
trane
  • 27
  • 1
  • 8
0
votes
1 answer

Bootsfaces command button raises "The subexpression 0 doesn't exist, or it can't be resolved" exception

I am using JSF 2.3 and Bootsfaces 3.3 in a small web application. I stumbled upon a scenario where Bootsfaces' raises an exception while + does not. Looking at the exception that gets raised…
trane
  • 27
  • 1
  • 8
0
votes
1 answer

How to build Bootfaces dynamically

My application is based on JSF 2.2 and Primefaces 6.2. I need to create a menubar where submenus would be displayed in a "drop-up", instead of a drop-down. I couldn't achieve this drop-up effect in Primefaces and had to go for Bootsfaces's…
Tatha
  • 131
  • 1
  • 13
0
votes
0 answers

SelectOneMenu with PrimeFaces or BootsFaces not working

I would like to use SelectOneMenu with PrimeFaces or BootsFaces and fill it with JPA. My problem is: when I update the data, SelectOneMenu does not have the correct item selected. But if I use normal JSF (h:selectonemenu) it works. It's my first…
0
votes
1 answer

Jsf Datatable jQuery selected indexes return Object as value

i am currently trying to get the value of a cell in my datatable but i always get an Object object as value and i cant understand why. Maybe someone can explain me what is going on. onselect="console.log($.isArray(indexes) + ' ' + $.type(indexes));…
Gen0v
  • 41
  • 7
0
votes
0 answers

Named Object: net.bootsfaces.component.container.Container not found

when I try to run BootsFaces-OSP-1.4.1 in weblogic 12.3.2 I am getting the following error.
JEBA J
  • 1
0
votes
0 answers

Why does my BootsFaces not render anything?

I am fairly new to Coding with Frameworks. I want to build a Website using JSF and found BootsFaces as a Framework. So I downloaded BootsFaces and followed https://www.bootsfaces.net/quick-start.jsf to get everything going. I added the .jar into the…
0
votes
0 answers

How can we add footer to bootsfaces datatable?

I am trying to add a footer to my bootsfaces datatable in my web application.
rahul
  • 137
  • 3
  • 14
0
votes
0 answers

Java JSF Website built using BootsFaces pages direct incorrectly

I'm a beginner who's studying Java and builds a website by JSF using the BootFaces. I'm now doing a project about a Travel Site so there are 2 types of users: Admin and Users. I encountered a problem when doing the project that after logging in…
L.O
  • 9
  • 1
0
votes
1 answer

JSF with use of BootsFaces. BootsFaces Not working

I have such code as follow in my input.xhtml file which takes input from user. But this BootsFaces code is not working, Please Someone help me to solve this problem if any one faced it Before.
Nishral
  • 25
  • 5
0
votes
1 answer

How to use b:growl

I'm trying to show a specific b:growl element loaded from a bean, basically I'm try to replicate the example from the BootsFaces showcase…
Joaquín
  • 11
  • 3