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!

ADF popup show issue

Jack IssacNov 27 2014 — edited Dec 2 2014

Hi everyone,

I'm using JDev 11.1.1.7

I have problem about popup. I have a region on my jspx page and I added a popup. Also I added a show popup behavior component to a command button.

When I pressed button to show popup, it's opening; but aligning behind of region. I can't seeing full view.

For example, I loaded a image, you can see, how is it

Capture.PNG

How can I fix it ?

Thanks.

This post has been answered by Jack Issac on Dec 2 2014
Jump to Answer

Comments

amishra

Make sure that your align/ align id values for popup behavior have right values, if they are set. Also, are you using dialog or panel window inside your popup, as these components by default cause popup to ope in the middle of the browser window?

Jack Issac

Unfortunately, it didn't work. I tried all align values and no align values. Also default, popup can't show in front of region, same problem. is it can be about region?

amishra

It should not be the region issue. Could you share your jspx code, could be something with your page structure ?

Jack Issac

This is my jspx page code,

<?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:h="http://java.sun.com/jsf/html"

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

  <jsp:directive.page contentType="text/html;charset=UTF-8"/>

  <f:view>

    <af:document id="d1">

      <af:messages id="m1"/>

      <af:pageTemplate viewId="/indexTemp.jspx" id="pt1">

        <f:facet name="bottom">

          <af:group id="g1">

            <af:form id="f2">

              <af:panelGroupLayout id="pgl1" layout="scroll">

                <af:region value="#{bindings.personelTaskFlow1.regionModel}"

                           id="r1"/>

                <div class="bottomInfoDiv">

                  <img src="image/index/companyLogo.png" alt="CompanyLogo"/>

                  <p style="float:left;margin-right:10px;font-weight:bold;margin-top:20px;font-size:14px;">

                    - Company

                  </p>

                  <p style="float:right;margin-right:10px;font-weight:bold;margin-top:15px;font-size:14px;">

                    All Rights Reserved 2014

                  </p>

                </div>

              </af:panelGroupLayout>

            </af:form>

          </af:group>

        </f:facet>

      </af:pageTemplate>

    </af:document>

  </f:view>

</jsp:root>

amishra

Hi Jack,

I do not see any popup and the button that opens up popup in this page. Is it on another page ?

report error:
Oops, something went wrong!  We've notified our team to take a look. Please try again later. (Reference 300000.25.195.61859).
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 30 2014
Added on Nov 27 2014
10 comments
1,973 views