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!

af:inputtext with simple attribute shows accessibility error

Kani-OracleJul 20 2021 — edited Jul 20 2021

I have an input text field for which label should not be displayed.So,i am using 'simple' property.Following is the code snippet.
<af:inputText id="itExpressionText" rows="30" readOnly="true" simple="true"/>
Functionally this works fine.
But when i run OATB to fix the accessibility issues,'Label/Form' section throws 'Error: Ensures every form element has a label' error.How should this be handled ?

Comments
Post Details
Added on Jul 20 2021
4 comments
143 views