| Author |
Javascript with JSF(.xhtml)
|
David Lidz
Greenhorn
Joined: Mar 30, 2011
Posts: 14
|
|
Ive been trying to create javascript for xhtml pages but I just cant. The scripts work perfectly on html pages but I cant get them to work on xhtml pages.
Is there soemthing im missing? I presume that javascript has to be declared differently on xhtml pages.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14572
|
|
|
What you actually mean is that you're having problems with Facelets. Your best bet is to embed the JavaScript in "verbatim" tags. Or even better, put the JavaScript in its own file and have the xhtml view do an "include" of that file.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Brendan Healey
Ranch Hand
Joined: May 12, 2009
Posts: 218
|
|
|
Even better, actually post up what doesn't work.
|
 |
Tuna Töre
Ranch Hand
Joined: Aug 17, 2008
Posts: 219
|
|
Try the code below for your JavaScript codes inside .xhtml pages
Tuna TÖRE
|
blog: http://tunatore.wordpress.com
SCJP 6.0 + SCWCD 1.5
|
 |
 |
|
|
subject: Javascript with JSF(.xhtml)
|
|
|