I'm making progress on it. One major problem: there are lots of helpful examples on
this site:
http://www.irian.at/myfaces/home.jsf
The problem is that all these examples render their html head compoennt by including a
file called inc/head.inc . D'ohh! The example does no good if critical work is being
performed in a file which is not shown anywhere. And indeed, inc/head.inc is performing
critical work. It sets up the JavaScript include elements. So I need to somehow figure
out what's going on in that file. The other thing they don't tell you is that
there is probably a Tomahawk servlet somewhere that is serving up the necessary JS
function files. This is not mentioned anywhere but obviously none of it will work without
that!
It would have taken someone about 3 minutes to say, "Hey this is what is in
head.inc" or "you need to put this line in web.xml so the servlet will
start" but it's not there.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967710#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...