I'm still trying to figure out if WebLogic 9.2.2 supports JSP 2.1 and Servlet 2.5. Assuming it doesn't, how do I convert my application to use Facelets instead of JSPs? Is this a substantial amount of re-coding or can I switch out some JAR files?
- Dave ps - Google was surprisingly unhelpful when I typed in "converting to Facelets" Richard Yee-3 wrote: > > Check the requirements for MyFaces 1.2.x. It requires an appserver > that has JSP 2.1 and Servlet 2.5. Otherwise, you can use Facelets > instead of .jsp files. > > -RIchard > > > On Thu, Nov 13, 2008 at 7:57 AM, laredotornado <[EMAIL PROTECTED]> > wrote: >> >> Hi, >> >> I'm trying to upgrade my app from MyFaces 1.1.5 to 1.2.4 on Weblogic >> 9.2.2, >> but I'm having problems. I must have forgotten to upgrade a library, but >> I >> can't figure out which one. Now when I load my page, I get compilation >> errors >> >> Error - Failed to compile JSP /jsp/login.jsp >> login.jsp:66:34: No match was found for method setValue(java.lang.String) >> in >> type org.apache.myfaces.taglib.html.HtmlCommandButtonTag. >> <h:commandButton value="Submit" >> styleClass="npsButton" >> ^------^ >> login.jsp:66:54: No match was found for method >> setStyleClass(java.lang.String) in type >> org.apache.myfaces.taglib.html.HtmlCommandButtonTag. >> <h:commandButton value="Submit" >> styleClass="npsButton" >> >> ^---------^ >> login.jsp:67:27: No match was found for method >> setOnmouseover(java.lang.String) in type >> org.apache.myfaces.taglib.html.HtmlCommandButtonTag. >> >> onmouseover="hoverGridButton(this)" >> >> ^---------------------^ >> login.jsp:68:18: No match was found for method >> setOnmouseout(java.lang.String) in type >> org.apache.myfaces.taglib.html.HtmlCommandButtonTag. >> >> onmouseout="unhoverGridButton(this)" /> >> >> ^-----------------------^ >> >> Here's what I have in my WEB-INF/lib directory: >> >> NPSConfigDelegate.jar >> commons-digester-1.8.jar >> commons-lang-2.4.jar >> jstl-1.2.jar >> tomahawk-1.1.7.jar >> appUtil.jar >> commons-discovery-0.4.jar >> commons-logging-1.1.1.jar >> log4j-1.2.8.jar >> xmlParserAPIs-2.0.2.jar >> appproperties.jar >> commons-el-1.0.jar >> commons-pool-1.3.jar >> myfaces-api-1.2.4.jar >> commons-beanutils-1.7.0.jar >> commons-fileupload-1.0.jar >> commons-validator-1.3.1.jar >> myfaces-impl-1.2.4.jar >> commons-codec-1.3.jar >> commons-fileupload-1.2.1.jar >> el-api.jar >> npsimplugin.jar >> commons-collections-3.2.jar >> commons-io-1.3.2.jar >> jdbc.jar >> standard-1.1.2.jar >> >> >> Any ideas what I'm missing? It worked fine before. - Dave >> >> -- >> View this message in context: >> http://www.nabble.com/Trouble-upgrading-MyFaces-tp20481678p20481678.html >> Sent from the MyFaces - Users mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/Trouble-upgrading-MyFaces-tp20481678p20485198.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

