Monthly Archives: March 2014

FileUploadListner is not working with PrimeFaces 4.0

I tried using fileUploadListener with <p:fileUpload> ( PrimeFaces 4.0 ), but had no luck with get it working. The solution I found is to use <rich:fileUpload  fileUploadListener > . . For this you need to include xmlns:rich=”http://richfaces.org/rich&#8221; xmlns:a4j=”http://richfaces.org/a4j&#8221; and update … Continue reading

Posted in Uncategorized | Leave a comment

Common JSF , Hibernate issues

1. Autowire doesnt work inside a converter     I’ve looked  for a solution and found a workaround , and make converter to a service and use the converter as below ,  <h:selectOneMenu id=”cityMenu” value=”#{bean.cityList[0]}” converter=”#{cityConverter}”> <f:selectItems value=”#{referenceData.cityList}” var=”city” itemValue=”#{city.id}” … Continue reading

Posted in Uncategorized | Leave a comment

Installation of KVM , one step is missing

All clearly explained in the link below , https://help.ubuntu.com/community/KVM/Installation However one step is missing , to enable virtualisation from BIOS.    

Posted in Uncategorized | Leave a comment