Displaying custom message if javaScript is disabled?

What is the equivalent to <noscript> tag in JSF which is used ti display message if JavaScript is disabled?Thanks.
[134 byte] By [MISS_DUKE] at [2007-11-26 9:04:14]
# 1
I don't think there is anything special in JSF. <NOSCRIPT> tag in the header element should work very similar in any other page.- Winston http://blogs.sun.com/winston
wjprakash at 2007-7-6 23:14:27 > top of Java-index,Development Tools,Java Tools...
# 2
It is a common practice to put the meta refresh tag inside the noscript tag in the header to load another page if Javascript is disabled. In a JSC project how can you put the noscript tag in the header? Thank you very much.
MISS_DUKE at 2007-7-6 23:14:27 > top of Java-index,Development Tools,Java Tools...