Search your topic in Java2share
Home
>
FAQs
SCJP
SCJP
Syllabus
Exam Pattern
Question Bank
Tutorials
SCJP Communities
SCWCD
SCWCD
Syllabus
Exam Pattern
Question Bank
Tutorials
Mock Exam
SCWCD Communities
SCBCD
SCBCD
Syllabus
Exam Pattern
Question Bank
Tutorials
Mock Exams
SCBCD Communities
SCJA
SCJA
Syllabus
Exam Pattern
Tutorials
Mock Exams
SCJA Communities
SCJD
SCJD
Syllabus
Exam Pattern
Tutorials
SCJD Communities
Java FAQs
Java FAQs
CoreJava
Exceptions
Threads
Collections
JDBC
Servlets
JSP
EJB
Struts
Hibernate
Spring
Inner Classes
Weblogic
JSF
Project Round
Sample Programs
Sample Programs
Core Java
JDBC
Servlets
JSP
EJB
Struts
Hibernate
Spring
IEEE Projects
IEEE Projects
Data Mining
Networking
Mobile Computing
Network Security
Software Engineering
Java Projects
Java Projects
Core Java
Servlets & JSP
Struts
EJB
J2ME
Sample Resumes
Fresher Jobs
JSF FAQs
Q1.
What is JSF?
Q2.
What is required for JSF to get started?
Q3.
What is JSF architecture?
Q4.
How JSF different from conventional JSP / Servlet
Model?
Q5.
How the components of JSF are rendered? An Example
Q6.
How to declare the Navigation Rules for JSF?
Q7.
How do I configure the configuration file?
Q8.
What is JSF framework?
Q9.
How does JSF depict the MVC (a.k.a Model View
Controller) model?
Q10.
What does it mean by rendering of page in JSF?
Q11.
What is JavaServer Faces?
Q12.
How to pass a parameter to the JSF application using
the URL string?
Q13.
How to add context path to URL for outputLink?
Q14.
How to get current page URL from backing bean?
Q15.
How to access web.xml init parameters from java
code?
Q16.
How to access web.xml init parameters from jsp page?
Q17.
How to terminate the session?
Q18.
How to implement "Please, Wait..." page?
Q19.
How to reload the page after ValueChangeListener is
invoked?
Q20.
How to download PDF file with JSF?
Q21.
How to show Confirmation Dialog when user Click the
Command Link?
Q22.
What is the different between getRequestParameterMap() and getRequestParameterValuesMap()
Q23.
Is it possible to have more than one Faces Configuration file?
Q24.
How to mask actual URL to the JSF page?
Q25.
How to print out html markup with h:outputText?
Q26.
h:inputSecret field becomes empty when page is
reloaded. How to fix this?