JSF2/Richfaces 4 resource loading optimization
ref. article : http://rik-ansikter.blogspot.com/2012/02/optimizing-resource-loading-with.html http://stackoverflow.com/questions/7768109/jsf2-static-resource-management-combined-compressed
ref. article : http://rik-ansikter.blogspot.com/2012/02/optimizing-resource-loading-with.html http://stackoverflow.com/questions/7768109/jsf2-static-resource-management-combined-compressed
Spent three hours to investigate……shitty stuff Experienced in richfaces 4.0 final popup may not show up once the content is being re-render. This is client side issue, which richfaces does not clean out all the events bind to its component. Quick fix: Override and patch richfaces calendar.js step 1: copy the original calendar.js to src/main/webapp/resources/org.richfaces/calendar.js… Read More »