Skip to main content

Posts

Showing posts from August, 2013

JSF View Parameter And Java EE 7 XML namespaces

After spending several hours trying to figure out why my old sample codes won't run on Glassfish 4.0 and Java EE 7, I found out that the problem was actually with the new XML schemas for Java. You can find more information about the new XML schemas for Java EE deployment descriptors on Oracle's websit e. You can also find more information about GlassFish Server Documentation on GitHub Pages . I figured out that the problem was actually with the XML Schemas below which I had to update back to the old version. xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html"  xmlns:ui="http://xmlns.jcp.org/jsf/facelets"  xmlns:f="http://xmlns.jcp.org/jsf/core" Working Version xmlns="http://www.w3.org/1999/xhtml"  xmlns:h="http://java.sun.com/jsf/html" xmlns:p="http://primefaces.org/ui"  xmlns:f="http://java.sun.com/jsf/core" I receive a response from this  site , which answered why t

Work Around for HP Pavilion DV7 Volume and Wireless Touchpad Not Working

Got an HP Pavilion DV7 which wireless and volume touchpad suddenly stop responding ? The trick below works for me and it is quite simple. Unplug the Laptop from power. Unplug any attached device that is attached to the Laptop Remove the battery. Power on the laptop with the battery removed and no power source attached. Hold the power button down for at least 30 second. Place the battery back to the laptop. Power back the laptop. Its claimed that the problem is caused by   static buildup.  I hope this works for other similar devices with touch-pad problem This trick works perfectly for me as it saves my day. Special credit to this forum .