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!

how to display a wellcome massage

Tony007May 11 2017 — edited May 28 2017

hi am in jdeveloper 11R2 how can i have a note in my wellcome message

this is my page

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

<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"

          xmlns:af="http://xmlns.oracle.com/adf/faces/rich"

          xmlns:f="http://java.sun.com/jsf/core"

          xmlns:dvt="http://xmlns.oracle.com/dss/adf/faces">

  <af:panelGroupLayout id="pgl1"

                       inlineStyle="width:1560px; height:676px; color:Gray; background-color:Gray;background-image:url(&amp;quot;images/Screen2_insert.jpg&amp;quot;);">

    <af:panelStretchLayout id="psl1"

                           inlineStyle="width:1534px; height:663px; color:Gray; background-color:Gray;"

                           topHeight="64px" endWidth="50px" startWidth="377px">

      <f:facet name="bottom"/>

      <f:facet name="center">

        <af:panelStretchLayout id="psl2" startWidth="1108px"

                               inlineStyle="background-image:url(&amp;quot;images/Screen2_insert.jpg&amp;quot;);">

          <f:facet name="bottom"/>

          <f:facet name="center">

            <af:deck id="d1">

              <f:facet name="center"/>

              <af:panelGroupLayout id="pgl5"/>

              <af:inputText value="#{bindings.Message.inputValue}" simple="true"

                            required="#{bindings.Message.hints.mandatory}"

                            columns="#{bindings.Message.hints.displayWidth}"

                            maximumLength="#{bindings.Message.hints.precision}"

                            shortDesc="#{bindings.Message.hints.tooltip}"

                            id="it2">

                <f:validator binding="#{bindings.Message.validator}"/>

              </af:inputText>

            </af:deck>

          </f:facet>

          <f:facet name="start">

            <af:panelGroupLayout layout="scroll"

                                 xmlns:af="http://xmlns.oracle.com/adf/faces/rich"

                                 id="pgl4"/>

          </f:facet>

          <f:facet name="end">

            <af:panelGroupLayout layout="scroll"

                                 xmlns:af="http://xmlns.oracle.com/adf/faces/rich"

                                 id="pgl3">

              <af:outputText value="#{bindings.LogInTime.inputValue}" id="ot1"/>

            </af:panelGroupLayout>

          </f:facet>

          <f:facet name="top">

            <af:panelGroupLayout layout="scroll"

                                 xmlns:af="http://xmlns.oracle.com/adf/faces/rich"

                                 id="pgl2">

              <af:panelBorderLayout id="pbl1">

                <f:facet name="start"/>

                <f:facet name="bottom"/>

                <f:facet name="end"/>

                <f:facet name="top">

                  <af:group id="g1">

                    <af:outputLabel value="CalWelc" id="ol1"

                                    inlineStyle="background-color:Black;"/>

                    <af:inputText value="#{bindings.Message.inputValue}"

                                  simple="true"

                                  required="#{bindings.Message.hints.mandatory}"

                                  columns="#{bindings.Message.hints.displayWidth}"

                                  maximumLength="#{bindings.Message.hints.precision}"

                                  shortDesc="#{bindings.Message.hints.tooltip}"

                                  id="it1">

                      <f:validator binding="#{bindings.Message.validator}"/>

                    </af:inputText>

                  </af:group>

                </f:facet>

              </af:panelBorderLayout>

              <af:gridRow id="gr1"/>

            </af:panelGroupLayout>

          </f:facet>

        </af:panelStretchLayout>

      </f:facet>

      <f:facet name="start"/>

      <f:facet name="end"/>

      <f:facet name="top">

        <af:toolbox id="t1"/>

      </f:facet>

    </af:panelStretchLayout>

  </af:panelGroupLayout>

</jsp:root>

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 25 2017
Added on May 11 2017
11 comments
422 views