-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
p:calendar doesn't show button with BootsFaces 0.8.0 and PrimeFaces 5.3 #324
Comments
I didn't manage to reproduce your error. What precisely does not work? I've tried both BootsFaces 0.8.0 and 0.8.2-SNAPSHOT. When I click on the icon, the calendar shows as expected. <p:outputLabel for="issue327" value="Issue 327" />
<p:calendar value="#{calendarView.date3}" mode="popup" size="8" showOn="button" id="issue327"/ |
When I start the app , I get this warning perhaps it may be a conflict with libraries , I use the library in pom.xml Bootstrap 3.0.2 , plus bootstraps of PrimeFaces and bootfaces . Total 3 libraries bootstraps I'll fix itentar surely be my problem , thank you, and if I mention I was solved. EDIT: I found the .CSS that hide button: |
While exploring the PrimeFaces 6.0 issues I just found primefaces/primefaces#1256. Maybe that's the one solving your problem. 6.0RC1 is now available. |
Hi! I have included the new version of PrimeFaces , there is a problem and I do not load the file primefaces.css . Surely I have a problem with any filter settings . |
Could you mention, which problem actually? This may be a PrimeFaces issue then. |
I created the project with AppFuse , including JSF and Primefaces , Bootfaces , Omnifaces , Spring and multiples filters (prettyFilter, rewriteFilter, securityFilter, wroFilter )... I tried to solve errors in the footsteps of its web , with resourcehandler of omnifaces , but still does not load the .css As I start the app , indicating RESNOTFOUND.xhtml navigation fails , the inability to load some .css etc .. |
With the current information it's quite hard to near impossible to diagnose the problem.
|
Hello, I tested with version 0.8.2 - snapshop , this version does not generate any error loading .CSS or anything. But still does not show the calendar button. This is the code that makes the button is not shown: It is the file that hides the button, is bootfaces css : http://localhost:8080/JSF/javax.faces.resource/css/default/bsf.css.xhtml?ln=bsf It seems that overrides the CSS of PrimeFaces class .ui -button: Example Code:
|
Did you try PrimeFaces 6.0.RC2 as well? As for as I know, bsf.css should be rendered before primefaces.css, therefore primefaces should override some of its settings. |
With de Primefaces 6.0.RC2 and Bootfaces 0.8.2-SNAPSHOP Show the following error: |
I had this error as well, turned out, that I included Edit: Although I'm not sure about this anymore, because the guide only mentions |
Yes, I have PFE 4.0.0 included |
hello looking at the web boortfaces , I have seen the failure calendar button not shown . http://showcase.bootsfaces.net/integration/PrimeFaces.jsf I enclose a screenshot so you see today what is happening . regards |
Oops, you are right. Thanks for pointing this out! As a fast workaround, you can add this css style: <style>
.ui-calendar > .ui-datepicker-trigger {
display:inline;
}
</style> |
I've fixed this bug in BootsFaces 0.9.0. This version is due very soon - either this weekend or the next weekend. |
When I use BootsFaces 0.8.0 and PrimeFaces 5.3 the component p:calendar does not show the button with option showOn button.
Example:
With BootsFaces 0.7.0 it works correctly. Higher versions fails.
The text was updated successfully, but these errors were encountered: