javascript - h:outputscript source file not loaded in firefox -


i have facelet page consists of

<h:outputscript name="xyz.js" target="head"/>

in template.xhtml loads javascript data. strange thing function "xyz.js" file executed in ie , chrome , cannot executed in firefox.

the firefox not able find/load javascript file.

kindly help,


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -