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

f:validateRegex for not required inputText it's possible?

I have the following code:
arxzel
  • 111
  • 1
  • 6
1
vote
1 answer

How to integrate bootsfaces and jsf on glassfish server?

The boots faces won't show when i run the xhtml page. I just added the jars from the website to libraries, am I missing something? Should I change some XML file or something. I know it works on Tomee but i have to use Glassfish for this.
mmll94
  • 11
  • 1
1
vote
1 answer

How to check a form in modal without making it un-closeable

I want to check a form in a modal if its inputText is correct and update the form when it's not, but my solution makes my modal un-close-able. Has anyone a workaround that works with BootsFaces and the Java classes only?
Sydebrix
  • 13
  • 2
1
vote
1 answer

Tag Library supports namespace: http://bootsfaces.net/ui, but no tag was defined for name: form

I am writing a code using JSF + Bootsfaces + Xhtml. When I try to include in my code, I get the following error: javax.faces.view.facelets.TagException: /Internal_Pages/GoogleSearch.xhtml @43,21 Tag Library supports…
KontrCode
  • 89
  • 11
1
vote
1 answer

Open subitems of Flyoutmenu to the bottom

I created a navBar with a Flyoutmenu inside and inside of that is a dropMenu with two subitems, so that I'm able to see the subitems when I'm just moving the mouse over it. The tricky thing is that the subitems are opened to the right side and…
Bughunter
  • 9
  • 3
1
vote
2 answers

Bootsfaces update when "onSelect" dataTableColumn

I'm making a JSF website (bootsfaces, xhtml, netbeans). I have a searchbox to search for birds species (it already works) but when I click on a result (displayed in a dataTable) I want to update a DIV that contains the detailled infos about that…
MBek
  • 155
  • 10
1
vote
1 answer

ServletException while trying to login again after logout in JSF

I'm struggling with a problem I have trying to perform a logout from a navbar. Everytime I logout from a Session and try to login again, after performing the login procedure the system just crashes with a ServletException error, with very little…
SkPr0
  • 15
  • 4
1
vote
0 answers

BootsFaces tabview inside form

I'm using BootsFaces and I would like to place tabView with different inputs in one form and later submit all inputs with one button. It's problematic because inputs inside tabs are not catched, is there any way to do this?
Jason Bourne
  • 95
  • 1
  • 5
1
vote
1 answer

How to use Bootsfaces DataTable without loading Sources from CDN

I want to use the Bootsfaces Datatable, but unfortunately it loads two resources from https://cdn.datatables.net, and I am not allowed to include such references in our web application. I did not find a way to load these files from my own webserver…
andi17
  • 127
  • 9
1
vote
1 answer

How to set minimum length of characters in inputText for bootsfaces?

I'm trying to use boots-faces for the first time and was looking for some validations at the client side like minimum length, maximum length or exact length. I was able to find maxLength but I'm struggling to find how to do other length validations.…
rahul
  • 137
  • 3
  • 14
1
vote
1 answer

Adding Primefaces Schedule and Schedule events dynamically on ajax update

I have a commandbutton that takes in the required data in a form and then creates a DefaultScheduleModel along with any DefaultScheduleEvents. The commandbutton should then update another form containing TabView by dynamically creating a new tab and…
landocalrissian
  • 163
  • 2
  • 11
1
vote
1 answer

How to filter dataTable items?

Problem When creating a dataTable using Bootfaces, I can bring all items of my DB but I need to bring just the ones which field equals a specific number. ¿How can I do that? Example Evento (Id, nombre, categoria) Id Nombre Categoria 1 aaaa 1 2 …
1
vote
1 answer

How to achieve complex header in Bootsfaces datatable

I am using Bootsfaces datatable to display my data. However, I want to achieve complex header as shown here: https://datatables.net/examples/basic_init/complex_header.html I tried to add and directly under header facet in…
Chao Qian
  • 11
  • 1
1
vote
1 answer

Bootsfaces button, how to perform actionListener

I need use the button to call a method of a Managed Bean but it doen't have any ActionListener. I have something like this: I can't use the commandButton. Is there any way? Thanks!
1
vote
1 answer

Bootsfaces navbar open brand URL in a new tab

I am using Bootsfaces 1.0.2 and JSF 2.2. If I wanted for the brandHref on the navBar component to open on a new tab, how could I accomplish this? In HTML I can use target=_blank but how would I be able to do the same with the navBar component in…
Erick
  • 823
  • 16
  • 37