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:richTextEditor not showing anything in the UI

vijay dasariJul 22 2025

<?xml version='1.0' encoding='UTF-8'?>

<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:f="http://java.sun.com/jsf/core"
xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
<jsp:directive.page contentType="text/html;charset=UTF-8"/>
<f:view>
<af:document title="untitled1" id="d1">
<af:form id="f1">
<af:panelGroupLayout id="pgl1" layout="vertical">
<af:richTextEditor label="Label 1" id="rte1">
<f:facet name="footer"/>
</af:richTextEditor>
</af:panelGroupLayout>
</af:form>
</af:document>
</f:view>
</jsp:root>

not sure why it is not showing anything in the UI
Jdev: Studio Edition Version 12.2.1.4.0

Comments
Post Details
Added on Jul 22 2025
3 comments
114 views