jsfri

Using myfaces extension components(dataList) with JSF RI 1.2

Hi, Our app uses JSF RI 1.2 that ships with GlassfishV2. There was a fileupload component implemented successfully earlier using the myfaces extension. We had a requirement to do away with html table on a page which was being generated by h:dataTable component. I tried using the x:dataList component to replace the h:dataTable, but it ...

MyFaces to JSF RI migration issue

I'm migration from MyFaces 1.2.6 to JSF RI 1.2. My application also use Facelets, Tomahawk and Richfaces. Using MyFaces 1.2.6, it works without problemas. Using JSF RI 1.2, I got some problems. It keeps printing this error: This page contains the following errors: error on line 141 at column 36: xmlParseEntityRef: no name Below is a ...

WebSphere 7, JSF 2.0 and classloaders

Hi, On a WAS 7, I deployed my EAR with a single WAR in it. The EAR classloading mode is set to PARENT_LAST, and the WAR classloading mode is also set to PARENT_LAST. The WAR's WEB-INF/lib has the Mojarra JSF 2 RI, and the Unified EL 2.1 jars. Despite all this, when the application starts, it tries to load some MyFaces stuff, from the i...

How can i reduce code with primfaces and JSF ?

Now i work with JSF and Primefaces, how can i reduce code when i use panel to show list member edit , delete, add and i have 10 panel in 1 page because i want create application the same desktop (ubuntu desktop, windows desktop, mac desktop) if have 10 panel in one page i must have 10 code create 10 panel and handle it. how can i reduce ...