how can i update the marque in jsp without changing the
sourse code
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What are scripting elements?
What is the difference between a scrollbar and a scrollpane in jsp?
Mention some important jsp action tags.
What are the implicit, internal objects and methods on the jsp page?
What is declaration statement?
mention the three important tags used in the development of jsp bean.
Is jsp server side scripting language?
How to delete a cookie in a jsp?
What is the jspinit() method?
What are jsp declarations?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.