Explain the difference between the attributes immediate and rendered?
Answer / Faeem Ahmad
The immediate attribute is used to indicate that the component's lifecycle should not be processed during the same phase as its parent, while the rendered attribute is used to conditionally render a component based on certain criteria.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the required and requiredmessage attribute of the <h:inputtext> tag?
Explain the differences between a managed bean and backing bean in jsf?
What is f:convertdatetime tag in jsf (javaserver faces)?
What components are used to display data in a table form?
How to refer bean method in jsf (javaserver faces)?
Explain the jsf architecture.
Explain JSF architecture?
What is f:validatedoublerange tag in jsf (javaserver faces)?
Explain the purpose of the selectone menu tag in jsf.
What are the benefits of using the jsf framework?
What is a backing bean?
What are the differences between a Backing Bean and Managed Bean?