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 ?