tell me more icon Adding ADF Components to the JSF JSP File

The JSF JSP file you created earlier provides only a skeleton for your to work on. You will now need to add the user interface components to make it usable.

For this Hello World example, you will need to provide an input field, a command button to submit the input value and an output field to display the result.

You will need to add ADF Faces Core components to the form component that is present in the .jspx file.