Hi All!
What a strange error occurred to me when I tried to run a simple web
app (MyFaces version 1.1.5 - available at
http://myfaces.apache.org/download.html) on Apache Tomcat 6.0.14:
Unable to convert string "JavaServer Faces" to class "javax.el.ValueExpression"
The web page that triggered this error is generated automatically by
Netbeans and looks like this:
<f:view>
<h1><h:outputText value="JavaServer Faces" /></h1>
</f:view>
that's strange... the very simple example of outputText...
any ideas what is going on?
best regards
Łukasz