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.
No Answer is Posted For this Question
Be the First to Post Answer
What are implicit objects in jsp?
How do you import the packages in the JSP?
14 Answers HCL, Hyderabad Central University,
What is the difference between servletcontext and pagecontext?
What is jsp and its uses?
How can multiple submits due to refresh button clicks be prevented?
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 request and response objects?
What is the use of Application Object and Session Object in JSP?
How can we prevent implicit session creation in jsp?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
What is cookie with example?
Can you disable jsp scripting?