Log in to follow, share, and participate in this community.
Thread ContextMenu and macrosubstituion
ContextMenu and macrosubstituionHello all, We have an initial implementation of the rich:contextMenu -- RF-10197, currently in the feature/contextMenu branch on github. However it does not currently have the "macrosubstitution" support...
Thread RichFaces cache classes - are they needed ?
RichFaces cache classes - are they needed ?With trying to resolve RF-13475, I started to wondering: Why there are those cache configuration classes in RichFaces core ? Afaik, there are no tests (except the unit tests), ensuring that this caching wo...
ScheduleHello! It's time to start schedule development. I suggest using jquery.fullcalendar.js. I've tried it and it is really well written. It allows eager and lazy loading (pagination). To do lazy loading of calendar even...
RichFaces 4 module distribution for JBoss 7Lukas recently has asked a request at JIRA to include RichFaces 4 as a module for JBoss 7, which i think that it is a cool feature, JBoss AS 7 shipped with CDI(Weld),JPA 2(hibernate), JSF 2 and RichFaces 4 (and of cou...
Tooltip migration to RichFaces 4OverviewThis document will describe the migration of tooltip component. information from 3.3.x: references: http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/rich_tooltip.html tld: htt...
MultiSelect DropDown Custom Componenthi, I have developed a MultiSelectDropDown custom component using Richfaces CDK version 3.3.1. The custom component template is based on the jquery library widget. When i use the component alon...
RichFaces 5.0 documentation user storiesIn moving from RichFaces 3 to RichFaces 4, the documentation of the porjected fragmented, as we aimed to improve the accessibility of the docs, as well as turning towards more automated documentation generation. ...
Select box ideas and discussionThis page has some great idea/discussion about single/multi slect design and behaviour: http://harvesthq.github.com/chosen/ I particulalry like the multi-select implementation, the way selected items appear a...
jQueryPlugin componentHello Community! I've just created a new component that helps you load jQuery plugins and avoid conflicts with RF built-in jQuery. Current implementation is for RF 3.3.4-SNAPSHOT. Soon I will migrate it to 4.0...
Thread Roadmap and Planning for RichFaces 4.3 and beyond
Roadmap and Planning for RichFaces 4.3 and beyondWith our 4.1.0.Final release at hand, it’s time to discuss what we want to do with RichFaces 4.2, and beyond. 4.1 addressed rounding out the 4.0 effort of migrating the 3.x component set to JSF 2 (and also...
rich CSS classes naming conventionOne of the points we agreed during f-2-f skinning discussion in 4.x was to use shortened names for our rich classes as this could reduce HTML page code and increase performance espesially for cases with Iteration comp...
FocusManager propositionHello, I haven't found any component in Richfaces that would put focus on some element on page load. Here is my proposition. Let's make rich:focus tag with "priority" attribute. Default priority would be position of...
Thread Summary of JSF and RichFaces Testing Efforts
Summary of JSF and RichFaces Testing EffortsIn the RichFaces team, we are strong believers in testing approaches, which can be seen with our test suite written using jsf-test framework and with our outstanding functional tests suite written in Ajocado/Selenium....
Generalize LESS supportIn order to allow WAR projects to reuse LESS development time instant reload (RFSBOX-39), we need to generalize LESS resource redirection to ResourceServlet (RFSBOX-42). We have discussed the Why? with...
Bootstrap plugin architectureHi guys, I would like to discuss the plugin architecture for new component suites. We have started prototyping JavaScript Event Bridge (https://issues.jboss.org/browse/RFSBOX-9), but it would be nice t...
Kick-off discussion: CDK Wish ListOn the last meeting [1], we have discussed how the CDK should be improved and agreed to create CDK Wish List wiki page. Everyone involed have now chance to express what are the priorities he fee...
CDK Wish-ListThe list of ideas for improving CDK: (The forum thread to discuss such improvements: https://community.jboss.org/message/727478#727478) Bug fixes c:foreach in a cast component will result ...
RichFaces 4 Component Development ProcessIntroduction
Migrating Components From RichFaces 3.3.X
Getting Started
Before You Begin
Play with the CDK
Creating Your Sandbox Component
Considerations during development
Introduction So y...
Simplifying RichFaces Push configurationFrom the responses on forums, it seems RichFaces Push is hard to start up with, despite it's quite simple concept to use. Following post covers whole situation and offers solution. Current sources for ...