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

Using multiple AJAX calls on the same element Bootsfaces

Can I do something like this: Like that doesn't work, is there any way to make it work ? Thanks
b.lopes
  • 435
  • 1
  • 7
  • 17
0
votes
1 answer

b:commandButton in tagfile invokes methods twice with action listener is added to action

I try to write an jsf tag libary. So i have created a libary which provides a facelet: AbButton.xhtml
ScreamingTree
  • 302
  • 1
  • 13
0
votes
1 answer

why update of works in IE but not in chrome

I am trying to include ".xhtml" in other; and it works perfectly in "Internet Explorer" but not in "Chrome" My principale view which include two views one of them is menu.xhtml :
user3693890
  • 203
  • 1
  • 6
  • 15
0
votes
1 answer

bootsfaces inputTest using f:ajax unexpected calling bean method from f:viewAction

I have two managed beans NavigationState and ClientManagerboth are viewScope. NavigationStatehas the getContentPage() method that is referenced on the viewAction:
b.lopes
  • 435
  • 1
  • 7
  • 17
0
votes
1 answer

BootsFaces tag auto completion shows duplicate properties style-class and styleClass

Check the below screeshot, why is there for instance style-class and styleClass? I am using bootsfaces 0.9.0-SNAPSHOT
b.lopes
  • 435
  • 1
  • 7
  • 17
0
votes
1 answer

BootsFaces ajax events on inputtext not calling server bean

When this event (onkeyup) is triggered, the method searchingClients is not called on the adminiEvent bean.
b.lopes
  • 435
  • 1
  • 7
  • 17
0
votes
1 answer

Can Bootsfaces be used with Richfaces?

I have a web application with the following: JSF 2.2.6 Java 1.7 Tomcat 8 Richfaces 4.5.7 Omnifaces 2.2 I would like to enhance the look and feel of the web app to use Bootsfaces. I have added Bootsfaces jar to my project (via .ivy) and…
user1746582
  • 579
  • 1
  • 9
  • 20
0
votes
1 answer

Problems when deploying JSF+BootsFaces to OpenShift

I'm trying to deploy a JSF app that uses BootsFaces to OpenShift. When I run it on localhost everything works fine, but when I run it on OpenShift it looks like all BootsFaces resources are missing even though I have all the libraries set up. Here's…
0
votes
0 answers

Placeholder doesn't appear in b:inputSecret field, instead one asterisk appears

My app has a log in screen which looks as follows: When I run my app in field password there is one value as you can see on attached image. I am guessing this is coming form userController.password. My question is what I have to do to get rid of…
John Doe
  • 13
  • 3
0
votes
1 answer

bootsfaces dataTable change default values

How to change the value of the labels on the following cases: Show N entries Search Showing 0 to 0 of 0 entries Previous Next These fields are generated just by using the I would like to give them different names, even for…
b.lopes
  • 435
  • 1
  • 7
  • 17
0
votes
0 answers

primefaces scheduler in bootsfaces tabview

Hi friends of programming, I have a problem showing a primefaces schedule inside a bootsfaces tabview. The scheduler is not rendered and I do not know why. I know that I have to activate lazyloading in the primefaces tabview, but it will be added…
Marcel
  • 21
  • 3
0
votes
2 answers

BootsFaces for JSF Application

I'm trying to develop a jsf web application using BootsFaces in netbeans. My problem is BootsFaces works only on the index.xhtml file but not on other pages. I've read a lot of the tutorial already but I can't seem to find an answer. Here is my…
Jpabs
  • 61
  • 1
  • 4
0
votes
0 answers

JSF/PrimeFaces Extensions - page forward causing issues with bootsfaces burger menu

I have a page 'report1.xhtml'and 'report2.xhtml'both of which is using the same template 'template.xhtml'. Here's 'template.xhtml':
kdm06
  • 189
  • 9
0
votes
1 answer

How does BootsFaces support textarea and radio buttons?

I am working on a JSF application which has recently required the use of BootsFaces. I'm new to BootsFaces (and Bootstrap as well). After reviewing the BootsFaces website, it seems that some pretty common components seem to be missing: textarea…
BeauGust
  • 1
  • 2
0
votes
1 answer

Undefined component type net.bootsfaces.layout.***

I am trying to setup bootsfaces in my JSF application, I am seeing below error, can someone please help? org.apache.myfaces.application.ApplicationImpl Undefined component type net.bootsfaces.layout.Row at…
1 2 3
11
12