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

Reset form values onload in bootsfaces

I need to reset the form fields and clear the form values onload. However I used - public void refresh() { FacesContext context = FacesContext.getCurrentInstance(); Application application = context.getApplication(); ViewHandler…
Spandana
  • 121
  • 1
  • 2
  • 13
1
vote
1 answer

Bootsfaces and Bootstrap affix plugin

Can you use the bootstrap Affix (affix.js) plugin with bootsfaces? I can't get it to work, so I'm curious if it's included? How can I include it if it's not? Will it work if I can include it? As a side note: how can I check if a plugin .js file is…
1
vote
1 answer

How to use bootsfaces custom custom css fields

I am trying to experiment bootsfaces custom themes capabilities. Here is what I put in my web.xml BootsFaces_THEME custom Now if I use a b:commandButton…
TonyDav
  • 25
  • 4
1
vote
1 answer

BootsFaces annotation throwing errors

I have just started with BootsFaces and copied a showcase from the web. I have added BootsFaces-OSP-1.0.2-dist.jar to my eclipse project with JSF 2.1 Problem I am facing is two annotations @Size and @NotEmpty is throwing error. I can guess its a…
Soham Banerjee
  • 117
  • 1
  • 13
1
vote
1 answer

OmniFaces ClassNotFoundException CombinedResourceHandler

I'm trying to get BootsFaces, OmniFaces and PrimeFaces running together with Tomcat 9: pom.xml:
jwi
  • 1,116
  • 1
  • 18
  • 38
1
vote
1 answer

Adding a single Bootsfaces Element on a pages distorts the webpage

I am trying out bootsfaces 1.0.1 (https://www.bootsfaces.net) in a primefaces 5.3 project. It works well but the problem is if i add even a single element in a page, the page gets distorted (squeezed) See original screen without a bootsfaces…
Tom Mwenda
  • 155
  • 3
  • 16
1
vote
1 answer

Get selected item in bootsfaces

Good afternoon, I am trying to get the selected row in the "dataTable" of bootsfaces. However I can not implement a property of type "onSelect" to retrieve the selected item. Can this property be implemented in any way? I would only need to be able…
danysion
  • 45
  • 9
1
vote
1 answer

Bootsfaces DropButton not working

i want to use a DropButton from Bootsfaces in my JSF application but the Button dosn´t work. I can't see the menu Items and the Button dosen't develop.
Captai-N
  • 1,124
  • 3
  • 15
  • 26
1
vote
1 answer

Populate DropDown with JSON in Java

private Map> data = new HashMap>(); private String type; private Map types; @PostConstruct public void init() { formSchema = new JSONObject(); types = new…
Keerthi
  • 11
  • 2
1
vote
1 answer

p:dataExporter in bootsfaces

Good morning, I need implement "p:dataExporter" of primefaces in bootfaces but i think that bootfaces cant implement this functionality. I only need export datas of my b:dataTables to Excels (CSV). Is it possible to perform this functionality? In…
danysion
  • 45
  • 9
1
vote
1 answer

Bootsfaces checkbox

In primefaces I am able to call bean method to perform action on click of checkbox with the above code. But I…
Spandana
  • 121
  • 1
  • 2
  • 13
1
vote
1 answer

Implement Autocomplete with b:inputText

I am trying to do an autocomplete input with bootsfaces but I can't create this component. How can I create this component and get the list from one method of my Bean? I tried with typeahead-values property but I can't get values.
danysion
  • 45
  • 9
1
vote
1 answer

b:dataTable select a single row (and only a single one)

Good morning. I have a problem with my code in bootsfaces. I need that my DataTable supports single row selection, but not multiple row selection. However, my table always uses only multiple selection. This is my code:
danysion
  • 45
  • 9
1
vote
1 answer

Bootsfaces modalbox filled with data from a dataTable column

I am working with JSF 2.0 and Bootsfaces 0.9.1. I have a dataTable based on user data from the database. Each column also contains of a couple of buttons to modify the data. When I click on the pencil (edit user), a modalbox is displayed, in which…
sascha_lamp
  • 179
  • 2
  • 12
1
vote
1 answer

Bootsfaces hardcoded font-awesome link

We have a webapp which uses Bootsfaces 0.9.1 for layout and Primefaces 6.0 for the components. I noticed that the load time for pages was quite slow (even a page that only has two p:buttons on it), so I used the browsers network monitor tool to work…
PDStat
  • 5,513
  • 10
  • 51
  • 86