Jason
I cant find very much on the subject but attempted to convert my facelet app
to jsftemplating
as I couldnt get the ajax woodstock components to function correctly.
I converted over, and the first thing that happens is that I get
Could not find type conversion for type "class javax.faces.el.MethodBinding"
(value = "callothercode" )
within my jsf files. Any actions I put in place ( which are just strings
which control the navigation
within the faces config ) cause this error and I have no idea why.
I cant place
action=
or
actionExpression=
bot cause the same error. Obviously Im missing something within my
deployment.
Jason Lee wrote:
>
> The JSFTemplating <https://jsftemplating.dev.java.net> team is proud to
> announce that a new, Facelets-compatible format has been added to
> JSFTemplating and has reached the beta stage. Not all of the Facelets
> components are currently supported; those that are currently supported are
> ui:component, ui:decorate, ui:include, ui:define, and ui:remove, with the
> addition of a new ui:event, which brings the power of JSFTemplating's
> events
> to this new Facelets format. In addition other JSFTemplating features are
> also available to Facelets pages, such as "pageSession" (i.e. #{
> pageSession.variable}) and ability to reference relative information like
> $this{componentId}.
>
> Please remember that this is beta software, but should be stable enough to
> support the basic Facelets functionality (note that we do not yet have
> support for Facelets tag handlers, etc). Should you find a bug in this
> new
> format, please file an issue against it on the issue
> tracker<https://jsftemplating.dev.java.net/issues/enter_bug.cgi?issue_type=DEFECT&subcomponent=Facelets+Format>
> .
>
> If you would like to see a demo of the functionality, we have deployed an
> application <http://www.jsftemplating.org/FaceletsDemo/> that shows the
> exact same templates as processed by Facelets itself as well as
> JSFTemplating, thus showing how well the implementations match up. As the
> implementation matures, this application will be updated to show the
> current
> state.
>
> If you have questions or comments, please join the discussion on the dev
> mailing list. You might also be able to catch one of the developers on
> irc.freenode.net in #jsftemplating.
>
> --
> Jason Lee, SCJP
> Software Architect -- Objectstream, Inc.
> JSF RI Dev Team
> http://blogs.steeplesoft.com
>
>
--
View this message in context: http://www.nabble.com/JSFTemplating%3A-Announcing-beta-support-for-Facelets-templates-tf3885905.html#a14027433
Sent from the javaserverfaces users mailing list archive at Nabble.com.