问题标签 [bootsfaces]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - JSF 应用程序的 BootsFaces
我正在尝试在 netbeans 中使用 BootsFaces 开发一个 jsf Web 应用程序。
我的问题是 BootsFaces 仅适用于index.xhtml
文件,但不适用于其他页面。
我已经阅读了很多教程,但似乎找不到答案。
这是我的 index.xhtml 代码:
这是我的 product.xhtml 页面
实际上,两个页面上的代码都是一样的,但问题是 b:navbar 在 product.xhtml 页面上不起作用。
我希望有人能在这方面帮助我。
提前致谢!
问候,
Jpabs
jsf - 更改 Bootfaces 数据表的区域设置和语言
我想更改 BootsFaces b:dataTable 元素的语言。
(例如:条目 => entradas,下一个 => siguiente),
有谁知道如何做到这一点?
jsf - bootsfaces tabview 中的 primefaces 调度程序
各位编程的朋友,
我在 bootsfaces tabview 中显示 primefaces 时间表时遇到问题。调度程序未呈现,我不知道为什么。
我知道我必须在 primefaces tabview 中激活延迟加载,但它会在 Bootsfaces 1.0.0 中添加。
我的问题有解决方法吗?
从技术上讲,使用 primefaces tabview 对我来说没有问题,但是我对 courseViewOptions 也有同样的问题,它是 noch 渲染的。
课程视图.xhtml:
CourseViewCalendar.xhtml
CourseViewOptions.xhtml
感谢您的帮助和愉快的编码。马塞尔
编辑:Firebug 向我展示了以下内容:
schedule_container 是空的。我不知道为什么。
jsf - bootsfaces dataTable 更改默认值
在以下情况下如何更改标签的值:
- 显示 N 个条目
- 搜索
- 显示 0 到 0 个条目,共 0 个条目
- 前面一个后面一个
这些字段仅通过使用 <b:dataTable>
我想给他们不同的名字,即使国际化使用不同的语言。
通过查看http://www.bootsfaces.net/forms/DataTable.jsf我看不到任何解释如何做到这一点。
谢谢!
css - 无法使用 clientId xx 保存动态操作,因为找不到 UIComponent
我使用 PrimeFaces 和 BootsFaces。
如何修复此错误?
2016 年 2 月 25 日上午 12:46:56 com.sun.faces.application.resource.ResourceHandlerImpl logMissingResource 警告:JSF1064:无法从库 bsf 中找到或提供资源 css/default/icons.css
jsf - OmniFaces CombinedResourceHandler 需要很长时间才能加载
我将 OmniFaces 2.2 与 PrimeFaces 5.3 和 BootsFaces 0.8.1 一起使用。由于建议CombinedResourceHandler
与 BootsFaces 一起使用,我尝试按照 BootsFaces 说明首先使用:http ://showcase.bootsfaces.net/integration/OmniFaces.jsf
在我的应用程序中,我使用我自己的 JS 库并在<h:head>
我的布局/模板 XHTML 中拥有自己的 CSS 内容。
是在CombinedResourceHandler
内部启用的faces-config
。该应用程序处于Production
模式,并且在每个页面上的每次重新加载时,页面加载都需要花费大量时间来下载组合的 css 和 js 文件,如您在附图中所见:
所以整个页面加载量比没有CombinedResourceHandler
. 我唯一能想象的是我完全错误地使用它。但我的失败在哪里?
jsf - 占位符未出现在 b:inputSecret 字段中,而是出现一个星号
我的应用程序有一个登录屏幕,如下所示:
当我在字段密码中运行我的应用程序时,您可以在附加图像上看到一个值。我猜这是来自userController.password。
我的问题是我必须做些什么才能摆脱这个值,所以当我运行我的应用程序时,我会看到以下结果。
我正在使用 bootsfaces,此登录表单的代码如下:
jsf - 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 rebuilt.
Before even updating the first web page to use Bootsfaces in the project I wanted to see if there were any conflicts after adding the Bootsfaces jar. It seems there is. I am getting the following errors shown in Firebug:
- ReferenceError: jsf is not defined
- TypeError: RichFaces.ui is undefined
Does anyone know whether Bootsfaces works with Richfaces and if so could they kindly provide a link with migration steps to follow?