java - myfaces.sourceforge.net/tld/myfaces_ext_0_9.tld -
i'm using myfaces.sourceforge.net/tld/myfaces_ext_0_9.tld in jsp jsf 1.1 version. want migrate jsf 1.1 jsf 2.0. , im using jsps frontend in application. when replace jsp in jsf2.0 im getting canot find tag library exception myfaces.sourceforge.net/tld/myfaces_ext_0_9.tld tag. kindly, me. replaced other taglib or there other taglib in jsf2.0?
jsf 2.0 supports xhtml page declaration language. use instead
<?xml version="1.0" encoding="iso-8859-1" ?> <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core">
Comments
Post a Comment