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 |
Explain JSF architecture?
What is jsf life cycle and its phases?
Explain immediate and rendered attributes?
What are facelet jsf tags?
What do you understand by java server faces (jsf)?
Explain the life cycle of JSF?
what does JSF-Managed Bean?
Can we have more than one faces-config.xml files in jsf?
what is JSF or Java Server Faces?
How does execution phase work in jsf (javaserver faces) lifecyle?
What is f:validaterequired tag in jsf (javaserver faces)?
What is h: output text tag in jsf?