Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Achieve next line in af:inputText

vijay dasariJul 31 2025

Hi All,

I am working with ADF input text components (af:inputText) and need to implement a multi-line text input feature where users can insert line breaks (like pressing Shift + Enter) to move to the next line. Currently, the component treats all input as a single line, even if the user tries to insert a line break.

Example Use Case:
A user types:

Hello World [Shift+Enter]
This should be on the next line.

Expected Output:

Hello World
This should be on the next line.

Studio Edition Version 12.2.1.4.0

Purpose: Desiging the NLP based screens in oracle adf

Comments
Post Details
Added on Jul 31 2025
6 comments
101 views