Hi
I have the following lines in struts pages and it works fine.
<script src="xde/SpellCheckNoApplet.js">
</script>
When I put the same lines in a verbatim tag in jsf pages, the browser cannot
find the .js file. Is there a special way of including javascript for jsf files
?
Another thing I observed is... When I looked at the formatted source using
FireFox's plug-in, with struts pages I can see the source with no problems, but
for the source of jsf pages (with the above script ), I get a File Not Found
(404) error in the formatted source.
TIA
-Srikanth Madarapu