I have a html mockup with lots of css images refs etc. and need to convert it to a jsf 2.0 app.
I know of the facelets attributes jsfc, but as i see it this does not work for jsf tags that need an attribute itself. Say you have a simple login form that needs to be converted. within there is a submit button. does not work, my action will not be called.
jsfc="h:button" action="#{auth.authenticate}"
I am having a hard time to believe that the interaction between developers and designers still is an unsolved problem, after all those iterations in JEE. Designers do their stuff in html, css, maybe js but no jsf tags or el code. So there must be an efficient way how we can annotate html where the only difference between rendered from the filesysem and rendered from a jsf container is that the later has dynamic functionality.
anyone?