What is h:inputtextarea tag in jsf (javaserver faces)?
Answer / Anshuman Shukla
The h:inputTextarea tag in JSF (JavaServer Faces) is a component that allows the user to input multiple lines of text. It can be used for entering longer amounts of data than what is possible with the h:inputText.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the minimum configuration required for a jsf application?
What is the difference between jsf-1 and jsf-2?
What standard jsf tag libraries do you know?
What are the benefits of jsf (javaserver faces)?
How do you compare jsf with spring framework?
What is h:inputext tag in jsf (javaserver faces)?
Explain the jsf architecture.
How are the name and eager attributes used in managed bean?
List the benefits of Expression Language?
What is the role of JSF converter tags?
Explain the configuration process of the managed bean in jsf.
List some ajax attributes.