BootsFaces-OSP icon indicating copy to clipboard operation
BootsFaces-OSP copied to clipboard

BootsFaces - Open Source Project

Results 108 BootsFaces-OSP issues
Sort by recently updated
recently updated
newest added

Hello everyone. This code generates multiple records of *"Unable to save dynamic action with clientId xx because the UIComponent cannot be found"* in the app log after some b:poll calls....

verifying issue

Brainstorming on a v2.0.0 Release based on Bootstrap 4.0 (actually leaving Alpha status).

meta
under consideration

The fixedHeader attribute activates the fixed header plugin of the dataTable, but when Sticky NavBar at the top, fixedHeader is not visible. The dataTable fixed header is behind the NavBar....

bug
enhancement
confirmed
dataTable

Hi, Is it possible to set the value of the Search field in the DataTable manually? Maybe with a with a variable in the view controller?

feature
under consideration
dataTable

When creating a datatable which does not fit into screen it is just drawn out f the container. By adding scroll-x="true" the table is scrollable when the browser window is...

dataTable

When using horizontal forms, a responsive class must be specified to prevent margin to be lost. Defaulting to colXs="12" fixes the problem reducing boilerplate. This would only work when no...

enhancement
potentially breaking change

While working on the documentation, I had the impression that the required message it not shown on . I need to verify it but I write down here to not...

bug
verifying issue

currently if i add a `b:navbar fixed="top"` then i need to add to the body declaration (taken from the examples page) ``` ``` in order for the `b:navBar` to clear...

verifying issue

document that when using the patternfly theme , the context-parameter net.bootsfaces.get_fontawesome_from_cdn must be set to true in web.xml.

documentation

Hi guys, I'm using the b:tree component with links enabled on my web page, with the following code: ``` ``` Unfortunately, when I click on an element of the tree...

enhancement