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

Linking BootsFaces BrandImg

I'm new to JSF and can't figure out how to add the link for my image in my Navbar for Bootsfaces.
Kyle Linden
  • 69
  • 1
  • 11
0
votes
1 answer

Jsp servlets not able to load bootsfaces

We are trying to run Bootsfaces on Jsf2.1/Jsp 1.3. We are working on migrating a legacy jsp application which has more than 1500 Jsp files(JSF1.2) to JSF2.1, migrating to Facelets will be lot of effort as we have to convert each .jsp file to…
0
votes
0 answers

Does bootsfaces work with jsp servlets?

I am trying to migrate a project which has been working of JSF1.2 to JSF2.1 and have succeeded in doing so ,now we want to use bootsfaces1.0.2 in the project to enhance look and feel of the application. Our codebase is pretty old and we want to…
0
votes
1 answer

css not working jsf app on glassfish (bootsfaces primefaces) behind apache

I'm trying to build a JSF app on a glassfish 4.1 server. I have a apache 2.4 in front of glassfish as a proxy server. The app is using the bootsfaces or the primefaces frameworks. The same happens to both of them. What's my problem. When I run the…
0
votes
1 answer

How to pass Json for display in Bootsfaces table

I have a json of below format - {"name":"abc","id":"101","age":"22"} I want to display this json in Bootsfaces Table with key as one column and values as other column. My approach is to convert this json to List (Keys in one list and Values in…
Spandana
  • 121
  • 1
  • 2
  • 13
0
votes
1 answer

Using a wizard with JQuery in JSF

I have a problem with a form wizard I'm using. It seems that everything is fine until I use JSF tags or more specifically, bootsfaces. Here is my wizards HTML code and JQuery code:
0
votes
1 answer

bootfaces with icefaces, display none b:tab, in b:tabview

About the using of b:tabView of Bootfaces 1.0.1, it works in the showcase but no in my template, when I click in a tab it dessapears. Thanks some help here. I am using also Icefaces 3.3.0
Fernando Pie
  • 895
  • 1
  • 12
  • 28
0
votes
1 answer

Uncaught TypeError: $(...).multiselect is not a function using bootfaces

I'm starting to use Bootsfaces, but i've encountered a problem using tag. Here is my xhtml page:
davide
  • 91
  • 7
0
votes
2 answers

bootsfaces selectMultiMenu don't show selected values

I want to pre-charge a selectMultiMenu with values I already have in the application. For example:
Onefra
  • 11
  • 5
0
votes
1 answer

Chart from Highfaces dosen't work

Why does the code above works and the line chart below dosen't? Both example are from the bootsfaces.net site. The Pie Chart is shown correctly but the line chart only the titel is shown.Both share the same bean propertys …
Captai-N
  • 1,124
  • 3
  • 15
  • 26
0
votes
1 answer

JSF checkbox calls bean method only on second click

Whatever I use (jsf ajax, bootsfaces, primefaces) the checkbox calls the bean method on second click. I have done many research , tried to use the fixviewstate from omnifaces, nothing works. The bean method is only triggered on second click, never…
Romf7890
  • 361
  • 3
  • 9
0
votes
1 answer

b:dataTable with expansion

I would like to implement the same behaviour that has the "Expansion" of PrimeFaces in BootsFaces DataTable component. We have tried in various ways but do not get this result. Can you implement the same component in…
danysion
  • 45
  • 9
0
votes
0 answers

p:dialog doesn't work as expected (freezes view or doesn't show required message)

After carrying on a project of a colleague of mine I'm facing some problems with a little dialogue. I was asked to copy a component and give it a new name. But there started the problem: I was able to build the dialogue and sending the component to…
Nairi
  • 68
  • 6
0
votes
1 answer

pe:ckEditor Within b:accordion / b:modal or similar structure

I'm trying to put the PF Extension CKEditor within some Structure like Accordion, which is hidden unless selected. Putting it into an accordion or modal doesn't work, because the editor is not rendered properly, but only renders a textarea without…
manban
  • 133
  • 1
  • 19
0
votes
2 answers

Bootsfaces commandButton not working in modal

When I try to invoke a backing bean method from a modal, it only calls the method when I click the second time. I tried to call the method with "action=''" and "onclick=''". The issue is, that 1) I have to click two times to call the method 2) When…
manban
  • 133
  • 1
  • 19