tong123123 schrieb:
>
>
>     Caused by: java.lang.NoSuchMethodError: 
> org.apache.myfaces.taglib.html.HtmlPanelGridTag.setColumns(Ljava/lang/String;)V
>       at 
> org.apache.jsp.helloWorld_jsp._jspx_meth_h_005fpanelGrid_005f0(helloWorld_jsp.java:176)
>       at 
> org.apache.jsp.helloWorld_jsp._jspx_meth_h_005fform_005f0(helloWorld_jsp.java:152)
>       at 
> org.apache.jsp.helloWorld_jsp._jspx_meth_f_005fview_005f0(helloWorld_jsp.java:118)
>       at org.apache.jsp.helloWorld_jsp._jspService(helloWorld_jsp.java:83)
>       ... 33 more
>
>     ------------------------------------------------------------------------
>
>
>
>
> I just download MyFaces Tomahawk 1.1.7 Examples
> http://www.apache.org/dyn/closer.cgi/myfaces/binaries/tomahawk-examples-1.1.7-bin.zip
> then downlaod MyFaces-core 1.2.5
> http://www.apache.org/dyn/closer.cgi/myfaces/source/myfaces-core-1.2.5-src.zip
> then download MyFaces Tomahawk 1.1.7 for JSF 1.2
> http://www.apache.org/dyn/closer.cgi/myfaces/binaries/tomahawk12-1.1.7-bin.zip
> then unzip myfaces-example-blank-1.1.7, unzip MyFaces-core 1.2.5 and
> place the .jar file in myfaces-example-blank-1.1.7 lib folder, then
> unzip tomahawk12-1.1.7-bin.zip and place the .jar file in
> myfaces-example-blank-1.1.7 lib folder, then placed the file in tomcat
> 6.0.18 and deploy, the exception as stated above is shown!!
>
> I really want to use jsf 1.2!!
>
Please don't send email in "html" form. Your email is almost unreadable
for me...

Have you cleaned out your servlet-engine's working directory? Servlet
engines cache compiled JSPs; if you then change libraries then the old
cached files can cause problems like this..

Cheers, Simon

-- 
-- Emails in "mixed" posting style will be ignored
-- (http://en.wikipedia.org/wiki/Posting_style)

Reply via email to