Cay Horstmann's recently published Core JavaServer Faces 3rd Edition
and describes using method expression parameters with JSF 2.0 on page
71 by adding the el-impl-2.2.jar and el-api-2.2.jar for Tomcat. I
tried doing this for Appengine without success.

The two described JSF 2.0 configurations by Wildstar Technologies in
the Will it play in Appengine using the mojarra implementation  and
the Apache MyFaces  2 described at 
http://myfaces.apache.org/core20/googleappenginesupport.html
both use el-impl-1.1.jar and el-api-1.1.jar. These implementations
support methods with no parameters.

I tried modifying both of these configurations by substituting el-
impl-2.2.jar and el-api-2.2.jar for their el 1.1 counterparts. These
changes are successfully accepted but neither will work when I try a
method with a parameter. They both continue to work for methods
without parameters.


Has anyone had success using JSF 2.0 on appengine using method
paramters?

Dave

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to