Repeat Regions inside Repeat Regions

I'm not sure how to do this.  Dreamweaver says you can't put server behaviors inside server behaviors.   But it seems like a pretty standard thing someone might want to do.  For instance:
Let's say you wanted to create an online menu.  And say...you have two tables:
Table Items
item_id
item_name
item_description
item_price
Table Ingredients
ing_id
ing_name
item_id
So on your page, you want to show a repeat region of every menu item in the database.  Plus, inside each menu item, you want to have a repeat region of every ingredient that has the same item id.
Does that make sense?  So it may look like:
Fishy Lips
Wonderful Lips for all you Fishy Lip Lovers!  Get em today!
Ingredients
Fishy Lips
Fishy Seasonings
Fishy Herbs
Fishy Spices
Luckity Hoppity
Amazing Rabbit legs that bring good luck!
Ingredients
Bunny Legs
Bunny Spices
Cow Tongue

Is there any way to highlight code and make the colors show up?
Anyways, I tried what you said:
<form id="form1" name="form1" method="post" action="">
  <?php do { ?>
      <tr>
        <td><?php echo $row_getCaregiver['firstname']; ?></td>
        <td><?php echo $row_getCaregiver['lastname']; ?></td>
        <td><input name="cg_id" type="hidden" id="cg_id" value="<?php echo $row_getCaregiver['cg_id']; ?>" /></td>
        <td><?php do {
                    if($row_getEducation['cgid']= $row_getCaregiver['cg_id']){
                    echo $row_getEducation['ename'];
                    } ?></td>
      </tr>
      <?php } while ($row_getEducation = mysql_fetch_assoc($getEducation));
  } while ($row_getCaregiver = mysql_fetch_assoc($getCaregiver));
            ?>
</form>
That actually works, but here is what the page shows:
Jason Couch Record 1 Record 2 Record 3 Jason Armchair
Notice: Undefined index: ename in C:\xampp\htdocs\testground\lkjlkj.php on line 93
Jason Bedding
Notice: Undefined index: ename in C:\xampp\htdocs\testground\lkjlkj.php on line 93
Line 93 is the bold part of the code above.  It looks like the code is working though.  There are only education records under the first person and not the second or third.  So what does this error mean?

Similar Messages

  • Region inside a region

    Hi All,
    I have seen one of the example of denes kubicek.
    http://htmldb.oracle.com/pls/otn/f?p=31517:59:3401708695914565::NO
    How to create such an example.?
    I think new Page template has to be created
    if (i am wrong )
    please rectify me
    else
    please help me in how to create it?
    end if
    Thanks in advance
    bye
    Srikavi

    Hello,
    This example contain an images inside the region. What do you mean asking how to recreate it? Add images in region?
    One of the way of creating region inside another region may be:
    1) create a needed region in separate pages
    2) create a regular HTML region
    3) put iframe tag in HTML region with sources to needed region
    Example of HTML Region source
    <iframe src="f?p=&APP_ID.:3:&SESSION." frameborder=0 width="100%" height="400"></iframe>
    <iframe src="f?p=&APP_ID.:4:&SESSION." frameborder=0 width="100%" height="300"></iframe>
    Best Regards, Kostya Proskudin

  • Creating a region inside another region

    Hi,
    I have created a region with a report. Inside that region, I want to create another region with a report. How do I do this?
    Thanks.

    bp21 wrote:
    Hi Denes,Please DO NOT post follow-ups to closed/ancient threads.
    Posting follow-ups to ancient threads/departed users is NOT an effective way of getting help:
    <li>Other users may ignore the thread if it is closed.
    <li>Your assumption that the questions are related may be incorrect, leading to confusion about the nature of the problem and potential solutions.
    <li>Watches on the thread will have expired, so the original participants are totally unaware of the new post. They may no longer be active on the forum.
    <li>You have no ability to mark posts as helpful or correct.
    <li>As in this case, features and techniques discussed in old threads may no longer be relevant in the version you are using.
    Post your requirements as a new thread, including at least the following information:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Links to related posts and threads (using the methods in the FAQ)
    I have exactly the same requirement i.e. I want to display two reports within a single region. I am using Apex 4.1.In APEX 4.1 this is best achieved using the built-in subregion feature.

  • Nesting uneditable regions inside editable regions? [CS5]

    Hello, I am running into a situation where I have a template structure looking like:
    <ul id="outer">
         <li class="nohighlight"><a href="something.html">A page</a>
                     <ul id="inner">
                            <li><a href="other.html">A subpage</a></li>
                     </ul>
         </li>
         <li class="highlight"><a href="something2.html">Another page</a>
                      <ul id="inner2">
                             <li><a href="other2.html">Another  subpage</a></li>
                      </ul>
          </li>
    </ul>
    Now what I would like to do be apply to create new html documents from the template that uses the above structure, and be able to edit the CSS class in the new document. This is easily done by making the (outer) li tags into editable regions. But I would also like to be able to modify/update the "inner" lists in the template file and apply these updates to all files using the template.
    Something like:
    <!-- TemplateBeginEditable name="Navbar1" --><li class="nohighlight"><a href="something.html" >A page </a><!-- TemplateEndEditable -->
                <ul>
                  <li><a href="#">The Hydrological Cycle</a></li>
                </ul>
            </li>
    Does not work as Dreamweaver ends up auto-completing the <li> tag when templates are applied, leaving the document with two </li>.
    Is there a way to make a child tag uneditable and hence to make it update in files when the template is updated, when its parent tag's CSS class remains editable?
    Thanks,
    Ron

    Build your menu with a persistent page indicator and you won't need to change anything on your pages except the body class name.
    I keep my menus in server-side include files and this method works great.
    http://forums.adobe.com/message/2647186#2647186
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web-design.blogspot.com/

  • "instancebegineditable tag inside editable region"

    i've tried to update my site and it wont let me. i keep getting this error "instancebegineditable tag inside editable region" im not sure how to fix it..

    Here is my code.....
    <!doctype html>
    <html><head>
    <meta charset="utf-8">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>My Portfolio - Add Title Here</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    body {
      background-color: #CCCCCC;
      color: #000;
      height: 100%;
      margin: 0px;
      padding: 0;
      font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
      font-size: 100%;
    ul, ol, dl {
      padding: 0;
      margin: 0;
    h1, h2, h3, h4, h5, h6, p {
      text-align: left;
      margin-left: 7px;
    a img {
    a:link {
      text-decoration: none;
    a:hover, a:active, a:focus {
      text-decoration: none;
    .container {
      width: 1000px;
      background-color: #CCCCCC;
      margin: auto;
      height: 100%;
    header {
      background-color: #999999;
      height: 150px;
      background-image: url(../images/plaid_banner.png);
      clear: inherit;
    nav p a{
      color: #FFF;
        display: inline-block;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -ms-transition: 0.5s;
        transition: 0.5s;
    nav p a:hover {
      -webkit-transform: scale(1.125,1.125);
      -moz-transform: scale(1.125,1.125);
      -o-transform: scale(1.125,1.125);
      -ms-transform: scale(1.125,1.125);
      transform: scale(1.125,1.125);
      font-size: 100%;
    .sidebar1 {
      width: 187px;
      background-color: #333;
      padding-bottom: 10px;
      height: 100%;
      background-image: url(../images/sidebar1.png);
      background-repeat: repeat-y;
      position: absolute;
      display: marker;
    .sidebar1 a {
      color: #FFF;
      -webkit-transition: 0.3s;
        -moz-transition: 0.s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s;
    .sidebar1 a:hover {
      -webkit-transform: scale(1,1.3);
      -moz-transform: scale(1,1.3);
      -o-transform: scale(1,1.3);
      -ms-transform: scale(1,1.3);
      transform: scale(1,1.3);
      font-size: 120%;
      transition: 0.1s;
    nav p {
      /* [disabled]padding-top: 5px; */
      padding-bottom: 13px;
      font-weight: normal;
      height: 40px;
    .container nav p {
      background-color: #666;
      text-align: right;
      width: auto;
      font-weight: normal;
      color: #fff;
      background-image: url(../images/plaid_banner.png);
      font-size: 120%;
    .button {
      background-color: #666666;
      border: 2px solid #0CF;
      border-radius: 8px;
      width: 180px;
      font-size: 120%;
      margin-bottom: 5px;
      text-align: left;
    .aboutme {
      background-color: #666666;
      text-align: center;
      border: 2px solid #0CF;
      border-radius: 8px;
      padding: 3px 12px;
      margin: 0 15px 0 0;
    .home {
      background-color: #666666;
      text-align: center;
      border: 2px solid #0CF;
      border-radius: 8px;
      padding: 3px 28px;
      margin: 0 15px 0 0;
    .content {
      padding: 10px 0;
      width: auto;
      margin-left: 186px;
      height: 100%;
      background-color: #FFF;
    .content ul, .content ol {
      padding: 0 15px 15px 40px;
      height: 100%;
    ul.nav {
      margin: 10px 0 5px 0;
    ul.nav li {
    ul.nav a, ul.nav a:visited {
      padding: 6px 0px 6px;
      display: block;
      width: 160px;
      text-decoration: none;
      background-color: #CCCCCC;
      color: #FFFFFF;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
      background-color: #666666;
      color: #FFF
    footer {
      position: relative;
      font-size: 90%;
      width: 1000px;
      font-weight: normal;
      font-weight: normal;
      bottom: 0px;
    footer p  {
      float: none;
    .socialnetwork {
      float: right;
    .container .socialnetwork {
      margin-right: 7px;
      margin-top: -5px;
    .container footer p {
      font-size: 90%;
      background-image: url(../images/Untitled-1.png);
      text-align: left;
      width: auto;
      color: #0CF;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
    .container footer nav p {
      background-color: #666;
      text-align: right;
      width: auto;
      font-weight: normal;
      color: #fff;
      background-image: url(../images/Untitled-1.png);
      font-size: 120%;
    header, section, footer, aside, article, figure {
      display: block;
    <!--Gallery CSS Here-->
    @import url('http://fonts.googleapis.com/css?family=Lato');
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    .gallery {
      width: 795px;
      margin: 0 auto;
      padding: 5px 0px 5px 5px;
      background: #333;
    .gallery > div {
      position: relative;
      float: left;
      padding: 5px;
    .gallery > div > img {
      width: 250px;
      transition: .1s transform;
      transform: translateZ(0); /* hack */
    .gallery > div:hover {
      z-index: 1;
    .gallery > div:hover > img {
      transform: scale(1.5,1.5);
      transition: .3s transform;
    .cf:before, .cf:after {
        display: table;
        content: "";
        line-height: 0;
    .cf:after {
        clear: both;
    h1 {
      font-size: 24px;
      font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
      float: none;
      color: #000;
      text-align: center;
    <!--End Gallery CSS-->
    </style>
    <link href="../SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css">
    <!-- TemplateBeginEditable name="head" -->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    </head>
    <body class="container">
        <header>
          <h3><img src="../images/GP_3.png" alt="" name="Logo" width="950" height="140"></h3>
    </header>
      <nav>
        <p class="container"><a href="#" class="home">Home</a> <a href="#" class="aboutme"> About Me</a> <a href="#" class="aboutme">Contact Me</a></p>
      </nav>
    <aside>
        <div class="sidebar1"><!-- TemplateBeginEditable name="Sidebar"-->
        <ul id="MenuBar1" class="MenuBarVertical">
            <li><a href="#">Home</a></li>
            <li><a href="#">Gallery</a>        </li>
            <li><a href="#">Websites</a></li>
            <li><a class="MenuBarItemSubmenu" href="#">R&eacute;sum&eacute;</a>
        <ul>
        <li><a href="#">R&eacute;sum&eacute;</a></li>
            <li><a href="#">Cerifications</a></li>
        </ul>
            </li>
            <li><a href="#" class="MenuBarItemSubmenu">About Me</a>
         <ul>
            <li><a href="#">About Me</a></li>
            <li><a href="#">Contact</a></li>
         </ul>
            </li>
        </ul>
        <!-- TemplateEndEditable -->
          <aside> </aside>
          <p style="font-size:90%"></p>
        </div>
    </aside>
      <!-- TemplateBeginEditable name="Main" -->
      <article class="content">
        <h1 class="stars">Add heading here</h1>
        <section>
          <h2>Add subheading here</h2>
          <p>Add content here</p>
        </section>
        <section></section>
      </article>
      <!-- TemplateEndEditable -->
      <footer>
        <p class="container">Copyright 2014 G.Powell.Portfolio. All rights reserved.<a href="../www.facebook.com"><img src="../images/Social Site Logos/Facebook_Logo.png" alt="Facebook" name="Sidebar" width="25" height="25" class="socialnetwork"></a>
        <a href="../www.twitter.com"><img src="../images/Social Site Logos/twitter_logo.png" alt="Twitter" name="Sidebar" width="25" height="25" class="socialnetwork"></a>
        <a href="../www.instagram.com"><img src="../images/Social Site Logos/Instagram_logo.png" alt="Instagram" name="Sidebar" width="25" height="25" class="socialnetwork"></a>
        <a href="../www.plus.google.com"><img src="../images/Social Site Logos/Google_Plus_Logo.png" alt="Google Plus" name="Sidebar" width="25" height="25" class="socialnetwork"></a></p>
      </footer>
    </div>
              <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

  • How to get textbox text inside Repeater based on specific row dropdownlist selection using JavaScript

    Hi All,
    I have dropdownlist and textbox controls inside repeater control. Suppose when i select specific dropdownlist i want get the value of selected item and mean while i want to get the textbox text which in the same row.
    <script type="text/javascript">
    var ddlType;
    function ddl(ddl) {
    ddlType = ddl.value;
    alert(ddlType);
    </script>
    <asp:Repeater ID="RepterDetails" runat="server"
    onitemdatabound="RepterDetails_ItemDataBound"
    onitemcommand="RepterDetails_ItemCommand" >
    <ItemTemplate>
    <tr>
    <td>
    <asp:DropDownList ID="ddlTypeName" runat="server" onchange="ddl(this)"></asp:DropDownList>
    </td>
    <td>
    <asp:TextBox ID="txtCode" runat="server" Text='<%#Eval("otaRoomTypeCode") %>' />
    </td>
    </tr>
    </ItemTemplate>
    </asp:Repeater>
    Using the javascript i got the selected dropdownlist selected value, how to get the textbox text which is in the same row.
    Please give me advice and please find the repeater control screenshot.
    Thanking You, Nagendra.

    This forum if for C# issues, please move your post to asp.net forum:  http://forums.asp.net/
    Thanks
    Fouad Roumieh

  • Downloading pdf inside adf region issue

    All,
    I am trying to download a pdf inside a region. My code to download it is
            InputStream ios = Thread.currentThread().getContextClassLoader().getResourceAsStream("StatementReport.jrxml");
            Map parameters = new HashMap();
            parameters.put("PAR_CUSTOMER_ID", customerId.toString());
            parameters.put("SUBREPORT_DIR", "./");
            parameters.put("rowid", statementRowId.toString());
            Connection connection = null;
            try {
                HttpServletResponse response =  (HttpServletResponse)FacesContext.getCurrentInstance().getExternalContext().getResponse();
                ServletOutputStream servletOutputStream;
                servletOutputStream = response.getOutputStream();
                byte[] bytes = null;
                //this will give us the existing connection from the AM
                ob = bc.getOperationBinding("getCurrentConnection");
                ob.execute();
                connection = (Connection)ob.getResult();
                //This will create a new connection alltogether.
                /* Context ctx = new InitialContext();
                Context envCtx = (Context)ctx.lookup("");
                DataSource ds = (DataSource)envCtx.lookup("jdbc/om");
                if (ds != null) {
                        connection = ds.getConnection();
                JasperDesign jasperDesign = JRXmlLoader.load(ios);
                JasperReport jasperReport =   JasperCompileManager.compileReport(jasperDesign);
                bytes = JasperRunManager.runReportToPdf(jasperReport, parameters,  connection);
                response.addHeader("Content-disposition",  "attachment;filename=statement.pdf");
                response.setContentType("application/pdf");
                response.setContentLength(bytes.length); //commented this also as mentioned in a number of post. Also tried adding buffersize to the response object but no progress
                servletOutputStream.write(bytes, 0, bytes.length);
                servletOutputStream.flush();
                servletOutputStream.close();
                context.responseComplete();
            } catch (IOException e) {
                e.printStackTrace();
            } catch (JRException e) {
                e.printStackTrace();
            } /*catch (NamingException e) {
                e.printStackTrace();
            } catch (SQLException e) {
                e.printStackTrace();
            } */catch(Exception e){
                e.printStackTrace();
            }I get the following error and the pdf dosent open
    <Sep 28, 2011 10:12:04 AM GST> <Error> <HTTP> <BEA-101104> <Servlet execution in servlet context "ServletContext@8594227[app:DealerOnline module:DealerOnline path:/DealerOnline spec-version:2.5 version:V2.0]" failed, java.net.ProtocolException: Didn't meet stated Content-Length, wrote: '0' bytes instead of stated: '325047' bytes..
    java.net.ProtocolException: Didn't meet stated Content-Length, wrote: '0' bytes instead of stated: '325047' bytes.
         at weblogic.servlet.internal.ServletOutputStreamImpl.ensureContentLength(ServletOutputStreamImpl.java:446)
         at weblogic.servlet.internal.ServletResponseImpl.ensureContentLength(ServletResponseImpl.java:1432)
         at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:1511)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1462)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         Truncated. see log file for complete stacktrace
    >
    I tried it on all browsers but the error continues
    thnks
    Jdev 11.1.1.5

    i even removed the Jsaper related code and tried using
                byte[] content =
                      { '<', 'H', 'T', 'M', 'L', '>', '<', 'B', 'O', 'D', 'Y', '>', 'H', 'e', 'l', 'l', 'o', '<', '/', 'B', 'O', 'D',
                        'Y', '>', '<', '/', 'H', 'T', 'M', 'L', '>' };but the error is there. So for sure it has nothing to do with Jasper reports
    Also the form that has region has usesupload property set to true
    Edited by: in the line of fire on Sep 28, 2011 10:40 AM

  • Need Help - Problem while having a panelformLayout inside a Region.

    I have a jspx page which has some regions out of which one region has a panel form layout in it's corresponding jsff.
    Below is my jspx
    <?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"
    xmlns:pe="http://xmlns.oracle.com/adf/pageeditor"
    xmlns:cust="http://xmlns.oracle.com/adf/faces/customizable">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <af:pageTemplate viewId="/sdk/core/uifwk/template/templateDef.jspx"
    value="#{bindings.pageTemplateBinding}" id="emT">
    <f:facet name="emContent">
    <af:panelStretchLayout id="psl1" topHeight="auto">
    <!-- DO NOT REMOVE: This component is from Single Target Home Quick Start -->
    <f:facet name="center">
    <pe:pageCustomizable id="pageCustomizable1"
    toolbarLayout="message stretch addonpanels button">
    <af:panelStretchLayout startWidth="40%" endWidth="60%"
    id="ps12">
    <f:facet name="start">
    <af:panelGroupLayout layout="scroll" id="pgl1">
    <cust:panelCustomizable id="panelCustomizable1" showEditAction="false">
    <!--Add code here-->
    <cust:showDetailFrame id="sdf1" text="General">
    <af:region value="#{bindings.General1.regionModel}"
    id="r1"/>
    </cust:showDetailFrame>
    <cust:showDetailFrame id="sdf2" text="Features">
    <af:region value="#{bindings.Features1.regionModel}"
    id="r2"/>
    </cust:showDetailFrame>
    </cust:panelCustomizable>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="end">
    <af:panelGroupLayout layout="scroll" id="pgl2">
    <cust:panelCustomizable id="panelCustomizable2" showEditAction="false">
    <!--Add code here-->
    <cust:showDetailFrame id="sdf4" text="Performance">
    <af:region value="#{bindings.Performance1.regionModel}"
    id="r4"/>
    </cust:showDetailFrame>
    </cust:panelCustomizable>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelStretchLayout>
    </pe:pageCustomizable>
    </f:facet>
    </af:panelStretchLayout>
    </f:facet>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Below is my jsff
    <?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">
    <!-- DO NOT REMOVE: EM templateDef Quick Start -->
    <af:panelFormLayout id="pfl1">
    <af:panelLabelAndMessage rendered="#{pageFlowScope.PsGeneral.isDisplayDomain}"
    id="plam2" label="Domain" for="aot2">
    <af:activeOutputText value="#{pageFlowScope.PsGeneral.DOMAIN}" id="aot2"/>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage rendered="#{pageFlowScope.PsGeneral.isDisplayDbName}"
    id="plam3" label="Database Name" for="aot3">
    <af:activeOutputText value="#{pageFlowScope.PsGeneral.dbName}" id="aot3"/>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage rendered="#{pageFlowScope.PsGeneral.isDisplayDbType}"
    id="plam4" label="Database Type" for="aot4">
    <af:activeOutputText value="#{pageFlowScope.PsGeneral.dbType}" id="aot4"/>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage rendered="#{pageFlowScope.PsGeneral.isDisplayPsHome}"
    id="plam5" label="PS_HOME" for="aot5">
    <af:activeOutputText value="#{pageFlowScope.PsGeneral.PSHOME}" id="aot5"/>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage rendered="#{pageFlowScope.PsGeneral.isDisplayPsCfgHome}"
    id="plam6" label="PS_CFG_HOME" for="aot6">
    <af:activeOutputText value="#{pageFlowScope.PsGeneral.PSCFGHOME}"
    id="aot6"/>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage rendered="#{pageFlowScope.PsGeneral.isDisplayAppDb}"
    id="plam7" label="PS Application Database"
    for="gl1">
    <af:goLink rendered="#{pageFlowScope.PsGeneral.isDisplayAppDb}"
    destination="#{pageFlowScope.PsGeneral.appDbURL}"
    shortDesc="#{pageFlowScope.PsGeneral.appDbToolTip}"
    text="#{pageFlowScope.PsGeneral.appDbName}" id="gl1"/>
    </af:panelLabelAndMessage>
    Like this there are 23 Panel Label and Message components .
    <af:panelLabelAndMessage id="plam23" label="Host" for="gl3">
    <af:goLink destination="#{pageFlowScope.PsGeneral.hostURL}"
    text="#{pageFlowScope.PsGeneral.hostName}" id="gl3"/>
    </af:panelLabelAndMessage>
    </af:panelFormLayout>
    </jsp:root>
    When the page is rendered in the browser only the first 5 panelLabelAndMessage elements are rendered and the page is broken after that. There is no problem in the code behind, in whatever order you place the pLAM elements the first five rows are rendered and the page is broken with the following log
    Caused by: java.lang.IndexOutOfBoundsException: Index: 5, Size: 5
    at java.util.ArrayList.RangeCheck(ArrayList.java:547)
    at java.util.ArrayList.get(ArrayList.java:322)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1425)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer$FormColumnEncoder.processComponent(PanelFormLayoutRenderer.java:1410)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:170)
    at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:290)
    at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:255)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer._encodeChildren(PanelFormLayoutRenderer.java:352)
    at oracle.adfinternal.view.faces.renderkit.rich.PanelFormLayoutRenderer.encodeAll(PanelFormLayoutRenderer.java:187)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1431)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:341)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:767)
    at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:405)
    If i remove the "panelFormLayout" from the jsff and try, all the elements are appearing but without the alignment. So clearly the problem is in 'panelFormLayout'.
    Is there anything wrong in the jspx violationg the layout rules. Can someone help me in resolving this issue?
    Regards,
    Balakrishnan

    Thanks Timo for the reply.
    JDev Version : JDev 11.1.1.6
    Yes this is a Webcenter page.
    I don't understand what is that plain ADF. Because in all the pages we build, we use these kind of tags. I have used the same panelFormLayout in the jspx and it work's fine for any number of rows. Only when used inside the region the problem occured.
    Regards,
    Balakrishnan

  • Region formatting - multiple tables inside one region?

    Hey there. first of all, I wondered if anyone had a good reference for formatting regions. I am having some difficulty finding good material.
    What I am trying to do is create 3 tables inside a region, each with different backgrounds, displayed side by side. like this:
    | | |
    I'm completely at a loss as of how to get the next table to come back up to the top. I am using template 16, which puts a border around regions and makes them minimize-able, so I want it to be all or nothing. any help in this formatting dilemma would be awesome.
    Message was edited by:
    in3d

    I need to do something similar but I wasn't sure what you meant by:
    and wrap each of the report tables within DIV tags.I have one region based on one sql query. I just need to display fields I specified on the one sql query to appear in 3 different columns in the region.
    Could anybody give some more details on this?
    Thanks!

  • Dreamweaver template giving up "instancebegineditable tag inside editable region" error

    I have been searching the internet and any forum I can find relating to Dreamweaver and find it has been a comman problem for a lot of people but the solutions they got have not helped me. I created a template by following steps via a helpvid.net tutorial and the site looked very good for being basic enough but since last night when I try save the template it gives up the error "there is an error at line 8, column 47 (absolute position 789) of "file address": InstanceBeginEditable tag inside editable region." Now from what I have read on the forums it usually means there is a mispelling or something placed inside the region when it shouldn't be but there is only 50 odd lines on it and can't see any problem. When I view the files it gives the error about, there are duplications of the "begin editable region" a number of times but they shouldn't be there because they aren't on the template. Im also finding that before this error came up the pages looked fine when uploaded but now the footer height which was set to 20px is 200px when uploaded and I have checked all coding for it and checked the Divs but still see no error. I have uploaded my tempalete and some of the pages that its giving errors about to see if that helps, not sure if its best to just paste wall of coding so ill post links to the files and if code needs to be pasted here ill do so. http://dublinmoulding.com/ <- site im working on, it can be seen the footer is very big. Should be 20px height but inspect element shows its 200px - #wrapper #footer {     color: #FFF;     height: 200px; On the template it is #wrapper #footer {     color: #FFF;     text-align: center;     margin: 0px;     font-size: 18px;     font-style: normal;     font-weight: lighter;     font-family: Arial, Helvetica, sans-serif;     padding-top: 5px;     padding-right: 0px;     padding-bottom: 5px;     padding-left: 0px;     height: 20px; http://dublinmoulding.com/dreamweaver/temp1.dwt <- my tempalate The error is given up on every page created using the template
    **Update**  I edited the file names of some of the pages that I used the template on so now it shows the coding.
    http://dublinmoulding.com/dreamweaver/index.html6  <- my index page
    http://dublinmoulding.com/dreamweaver/about.html6 <-about page

    No need for tricks.  We can view source code directly from our browsers or with Inspect Element.
    Like I said, I don't see any code errors in your Template or child pages. 
    If DW continues to display errors,  the first thing to try is Deleting Corrupted Cache in DW
    http://forums.adobe.com/thread/494811
    If that doesn't help, try Restore Preferences
    http://helpx.adobe.com/dreamweaver/kb/restore-preferences-dreamweaver-cs4-cs5.html
    Nancy O.

  • View multiple regions inside one Matrix Editor?

    How, or can it be done ?
    I want to look at the content of more than one region inside one matrix editor.
    It actually happened once accidentally.
    How is this done?

    Phlange,
    After you double click the background of the Matrix Editor (as mentioned above), go to the Matrix editor's "View" menu and select the "Show Selected Regions Only" option. (I found it on p.473 of the LP7 Reference PDF.)
    Now when you select regions in the Arrange and open the Matrix editor, double clicking the background of the Matrix editor will show only the notes from the selected Regions.
    Hope this helps out,
    Mitch

  • Embeding Regions inside Popup Windows-Pattern

    Hi folks,
    i'm trying to build a prototype using the "Embeding Regions inside Popup Windows"-Pattern.
    I've got one emp-VO on a jspx page and a popup displaying the same VO as read-only table in a region created from a fragment.
    The popup should be used to choose a employee that could be edited on the underlying formular.
    The problem:
    When the popup opens only the header of the table and the text "Daten werden übertragen" (Fetching data) is displayed.
    But data is never displayed.
    Does somebody know what's going on?
    Thanks!

    Hi,
    if you use a dynamic region for this, make sure the managed bean that switches between the empty task Flow id and the Task Flow to show is neither in backingBeanScope, nor in request scope. It should be at least in viewScope.
    Frank

  • TemplateBeginEditable tag inside editable region

    A weird issue...
    I created a template for my asp files.. All goes fine until I
    try to add a specific editable region in my code. I just do not see
    why I get the error "TemplateBeginEditable tag inside editable
    region" on this when I add this on line 6 ("PANA")...
    Anyone an idea why I get this error?

    Yes. Your coding is completely wrong.
    This markup -
    <!-- TemplateBeginEditable name="PANA" -->
    and this markup -
    <!-- TemplateEndEditable -->
    CANNOT go above the doctype.
    Why is it there at all?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "worldofrugs" <[email protected]> wrote in
    message
    news:g11cad$8fq$[email protected]..
    >A weird issue...
    > I created a template for my asp files.. All goes fine
    until I try to add a
    > specific editable region in my code. I just do not see
    why I get the error
    > "TemplateBeginEditable tag inside editable region" on
    this when I add this
    > on
    > line 6 ("PANA")...
    >
    > Anyone an idea why I get this error?
    >
    >
    > <% response.Buffer=true %>
    > <!--#include file="A.asp"-->
    > <!--#include file="B.asp"-->
    > <!--#include file="C.asp"-->
    > <!--#include file="D.asp" -->
    > <!-- TemplateBeginEditable name="PANA" -->
    > <%
    > on error resume next
    > '*******************************
    > ' Page Name
    > '*******************************
    > Dim StrPageName
    > StrPageName = "test.asp"
    > %>
    > <!-- TemplateEndEditable -->
    >
    >
    > <!--#include file="StartSession.asp"-->
    > <%
    > Dim query, conntemp, rs, rstemp
    > call openDb()
    > %>
    > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    > "
    http://www.w3.org/TR/html4/loose.dtd">
    > <html>
    > <head>
    >

  • How to add repeating table inside the table in Infopath?

    I am customizing a list in sharepoint Infopath 2013.
    Now I want to add Repeating table inside a table but when I am doing It I am getting the below error:
    "This table can not be converted into repeating table. To fix this problem, add one or more controls to the repeating row and try again,"
    What should I do next?
    Thanks in Advance.

    Hi Darsh,
    I tested the same scenario per your post in my environment, however it worked fine when I inserted a repeating table to the ordinary table in InfoPath form.
    How did you modify the SharePoint list form in InfoPath and how did you insert the repeating table?
    Based on the error message, it seems like you were converting the ordinary table to repeating table.
    To insert a repeating table inside the ordinary table, we can use this Repeating Table button under Home tab in InfoPath Designer.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Show a page inside a region.

    Hi,
    I want to display a page inside a region on another page.
    Is this possible?
    I am using Application Express 4.0.1.00.03
    If I need to use Ajax, that would actually be better as I can then control refreshing myself.
    Regards
    Michael

    Hi,
    If I have two pages, P1 and P2, I can replace the region on P1 with the region from P2 using Ajax.
    The problem is that the page now doesn't work as P1 didn't have an interractive report on it but now does.
    I think that it will always try to get the report for my current page when Go is clicked anyway.
    If I had a form region, the fields would have the wrong names when submitted as they would seem to be coming from the wrong page.
    I think I am just going to have to try and debug my Iframe issues.
    Regards
    Michael

Maybe you are looking for

  • My old iMac died...how do I get my songs back???

    I had an Mac from work that finally died. I was using it to load my iPod and all my songs from iTunes and the CD's I ripped were on there. I bought a brand new Powerbook and I want to load the songs from my iPod to my new computer without having to s

  • SLD Error exporting technical system

    Hi, While trying to transport our first XI scenario for go-live, we have a error while trying to export a third-party technical system. The idea is to import the third party development technical/business system in the production SLD as well to setup

  • Solaris 8 & Dell PowerEdge 6300

    This message goes to Sun Microsystem. I work for a Small School District which is 98% Windows NT. For more than a year I've been looking for ways to introduce a UNIX/LINUX Solution into our network. Finally, the best opportunity arrives: We need to s

  • Best practices for transport of setup of archivelink/contentserver

    Hi I'm using the archivelink setup to store all kind of documents/files and to archive outgoing documents and print lists (print and archive). But I don't know how we should transport the setting. We need different setup in dev/qa/prd systems because

  • No Icon appears in apps when downloading Adobe Air onto Windows 8 computer.

    No way to access program. No Icon shows up in apps. Using a Windows 8 computer.