What are some ways to declare a class a managed jsf bean?
Answer / Prabhat Kumar Singh
To declare a class as a managed JSF bean, you can use the @ManagedBean annotation or the <managed-bean> XML declaration in your faces-config.xml file.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is javaserver faces technology?
What are two ways to bind jsf supported?
Explain the purpose of the <h: form> tag.
Give a list of facelet tags.
How does execution phase work in jsf (javaserver faces) lifecyle?
What is h:commandlink tag in jsf (javaserver faces)?
How to refer bean method in jsf (javaserver faces)?
Give the system requirements for the jsf use.
What is javaserver faces ui component?
List out the converter tags used in JSF?
What is javaserver faces event and listener model?
what Ajax is and how JSF is useful for making AJAX call?