is it possible to use java script for jsp.

Hello generally we are using java script for HTML front end validation.if i want to use JSP in place of HTML, is possible to use java script for the jsp.please repply to rachapallimadhu@aol.comor directly.thanks in advance
[264 byte] By [rachapallimadhu@aol.coma] at [2007-11-26 13:00:13]
# 1
JSP is a server side language for generating dynamic content. You output dynamic HTML and you are free to output dynamic or static javascript. So you are not "using JSP in place of HTML" at all, the end result is still HTML.
gimbal2a at 2007-7-7 17:00:20 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Hi,Yes, you can mix & match JavaScript with JSP - as mentioned in the previous post. You can find lots of examples on the net that show you how to do it.Regards,Balaji SMessage was edited by: Balaji_Subramaniam
Balaji_Subramaniama at 2007-7-7 17:00:20 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...