Nesting Regions

Ok, here's my objective. I have a list of first and last
names running vertically (a new name on each line). I want to nest
repeaters to repeat information, that's nested in the xml on a per
row basis. When a user clicks on a row, it expands to show more
about that user.
My xml looks like this:
<people>
<person firstname="bob" lastname="jones">
<phonenumbers>
<phonenumber type="home" value="8005551212" />
<phonenumber type="home" value="8007774545" />
</phonenumbers>
</person>
<person firstname="jane" lastname="smith">
<phonenumbers>
<phonenumber type="home" value="9003338986" />
<phonenumber type="home" value="8008884561" />
</phonenumbers>
</person>
</people>
<script>
var dsData = GetPersonData();
var dsPhones = null; // This needs to be set on a per
user-click basis?
</script>
<div spry:region="dsData"
style="height:100px;overflow:auto;">
<div spry:repeat="dsData" class="contact"
id="{dsData::ds_RowID}">
<a class="selectcontact" href="javascript: void(0);"
onclick="selectContact(this);">{dsData::@lastname}</a>
<div spry:detailregion="dsPhones">
Here are this uses phone numbers:
<a spry:repeat="dsPhones"
href="javascript:void(0);">{dsContact::@value}</a>
</div>
</div>
</div>
Is this possible with Spry? Nesting repeaters?
Thanks for any insight you can provide!
-josh

Hi Josh,
Unfortunately Spry has problems doing exactly what you are
trying to do. The reason is that our data set flattening code only
flattens a single level of repeating nodes.
We're working on a solution for solving this problem.
That said, the only way to handle this type of situation
currently is with a master/detail pattern where clicking on a name
updates a region *outside* of the region containing your list of
names.
By the way, nesting regions isn't supported.
--== Kin ==--

Similar Messages

  • Nested regions best practice regarding inheritance of editable regions.

    Have a template page, http://www.satgraphics.com/templates/main_01.dwt in which I have an area labeled  "div#main_wrapper".
    When attempting to  make it an "editable" region, I received the following comment: "The selection already contains or overlaps with an editable, repeating, or optional region".
    I had already made the "header" and "column_left" regions editable, but as the "column_left" is nested within the wrapper, my question would be; Would the correct process be to un-do the "column_left" editable region, make the "div#main_wrapper" editable, and be able to edit the "column_left" area as an inherited editable area?
    When I did try to do so to the "main_wrapper" div, I did not get the identifier label (blue text block at top left of each area) and received the warning as mentioned previously.
    Thank You...

    I did attempt to specify the "main_wrapper" div, but did so after already creating the "column_left" div region as editable, (nested in the "wrapper") and that is when I received the error message.
    As an aside, the site is fairly simple, so I am using a single template in which I do make content changes to header, column_left, and hopefully within the wrapper itself) for each new page, thus intentionally wanting editable region in content of "wrapper".
    The "footer" and "menu" are the two areas in which I did not open up for change; the "menu" is a library item, so any changes are made from there.
    So, question now becomes that of getting the "main_wrapper" div editable and how can that be done without the aforementioned message?
    http://www.satgraphics.com/templates/main_01.dwt
    Thank You for your help.

  • Nested Region Error in Explorer 7 but not Firefox

    Can any of you tell me why the following code generates an
    error message when I attempt to view it in Explorer 7, while it
    processes correctly in Firefox? It claims that it "Found a nested
    spry:detailregion in the following markup." and points to the
    <p>...</p> code shown below, along with it's
    accompanying div statements.
    <div id="ballet" class="SpryHiddenRegion"
    spry:region="Olmannen" >
    <p spry:repeat="Olmannen">{activity} {preposition}
    <em onmouseover="Olmannen.setCurrentRow('{ds_RowID}');"
    id="trigger"> {name}</em> {conjunction} <em
    onmouseover="Olmannen.setCurrentRow('{ds_RowID}');"
    id="trigger">{support}</p>
    </div>

    Hmm, Came back to the issue fresh today. Rearranged other
    code a bit on the page and voilà, no more IE error. They both
    work correctly now. It would be nice to know which change actually
    made the difference I know. I may go back to play with it more
    later, but for right now, I'm just going with a "divine providence"
    and be really happy that it works. :)

  • Nested regions

    Hello!
    There is problem with my Dreamweaver template:
    When I edit template and try to update files it shows "Nested editable regions" error.
    When I open file that had to update there are <body> tag added after <!DOCTYPE>, before <head>, but in template file everything is ok.
    Please help

    I've edited, but it's still adding body tag on top of page.
    Now template looks like this:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Twinauto</title>
    <!-- TemplateEndEditable -->
    <link href="../style.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <script type="text/javascript" src="/highslide/highslide/highslide-with-html.js"></script>
    <script type="text/javascript" src="/highslide/highslide/highslide.config.js" charset="utf-8"></script>
    <link rel="stylesheet" type="text/css" href="/highslide/highslide/highslide.css" />
    <!--[if lt IE 7]>
    <link rel="stylesheet" type="text/css" href="/highslide/highslide-ie6.css" />
    <![endif]-->
                        <link rel="stylesheet" href="css/jd.gallery.css" type="text/css" media="screen" charset="utf-8" />
                        <link rel="stylesheet" href="css/ReMooz.css" type="text/css" media="screen" charset="utf-8" />
                        <script src="../scripts/mootools-1.2.1-core-yc.js" type="text/javascript"></script>
                        <script src="../scripts/mootools-1.2-more.js" type="text/javascript"></script>
                        <script src="../scripts/ReMooz.js" type="text/javascript"></script>
                        <script src="../scripts/jd.gallery.js" type="text/javascript"></script>
                        <script type="text/javascript">
    function startGallery() {
                                            var myGallery = new gallery($('myGallery'), {
                                                      timed: true,
                                                      useReMooz: true,
                                                      embedLinks: false,
                                                      showCarousel: false,
                                  window.addEvent('domready',startGallery);
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
            </script>
    <script language="javascript" type="text/javascript" src="niceforms.js"></script>
    <link rel="stylesheet" type="text/css" media="all" href="niceforms.css" />
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-28264377-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f0d79ae488c75b8"></script>
    </head>
    <body onload="MM_preloadImages('/partners/Ate.png','/partners/Beru.png','/partners/bosal.png',' /partners/Elring.png','/partners/INA.png','/partners/Luk.png','/partners/Sachs.png','/part ners/SKF.png','/partners/Corteco.png','/partners/Boge.png','/partners/Bosch.png','/partner s/Brembo.png','/partners/continental.png','/partners/***.png','/partners/Lemforder.png','/ partners/TRW.png','/partners/Valeo.png','/partners/varta.png')" onload="initialize()">
    <script language="JavaScript1.2">
    * Sliding Menu Bar Script- © Dynamic Drive (www.dynamicdrive.com)
    * Visit http://www.dynamicdrive.com/ for full source code
    * This notice must stay intact for use
    var slidemenu_width='160px' //specify width of menu (in pixels)
    var slidemenu_reveal='12px' //specify amount that menu should protrude initially
    var slidemenu_top='170px'   //specify vertical offset of menu on page
    var ns4=document.layers?1:0
    var ie4=document.all
    var ns6=document.getElementById&&!document.all?1:0
    if (ie4||ns6)
    document.write('<div id="slidemenubar2" style="left:'+((parseInt(slidemenu_width)-parseInt(slidemenu_reveal))*-1)+'px; top:'+slidemenu_top+'; width:'+slidemenu_width+'" onMouseover="pull()" onMouseout="draw()">')
    else if (ns4){
    document.write('<style>\n#slidemenubar{\nwidth:'+slidemenu_width+';}\n<\/style>\n')
    document.write('<layer id="slidemenubar" left=0 top='+slidemenu_top+' width='+slidemenu_width+' onMouseover="pull()" onMouseout="draw()" visibility=hide>')
    var sitems=new Array()
    ///////////Edit below/////////////////////////////////
    //siteitems[x]=["Item Text", "Optional URL associated with text"]
    sitems[0]=["<big><font face='Arial'>Site Menu</font></big>", ""]
    sitems[1]=["Menus And Navigation", "http://www.dynamicdrive.com/dynamicindex1/"]
    sitems[2]=["Document Effects", "http://www.dynamicdrive.com/dynamicindex3/"]
    sitems[3]=["Scrollers", "http://www.dynamicdrive.com/dynamicindex2/"]
    sitems[4]=["Image Effects", "http://www.dynamicdrive.com/dynamicindex4/"]
    sitems[5]=["Links And Buttons", "http://www.dynamicdrive.com/dynamicindex5/"]
    sitems[6]=["Dynamic Clocks & Dates", "http://www.dynamicdrive.com/dynamicindex6/"]
    sitems[7]=["Text Animations", "http://www.dynamicdrive.com/dynamicindex10/"]
    sitems[8]=["Browser Window", "http://www.dynamicdrive.com/dynamicindex8/"]
    sitems[9]=["User System Information", "http://www.dynamicdrive.com/dynamicindex9/"]
    sitems[10]=["Other", "http://www.dynamicdrive.com/dynamicindex11/"]
    //If you want the links to load in another frame/window, specify name of target (ie: target="_new")
    var target=""
    if (ie4||ns4||ns6){
    for (i=0;i<sitems.length;i++){
    if (sitems[i][1])
    document.write('<a href="'+sitems[i][1]+'" target="'+target+'">')
    document.write(sitems[i][0])
    if (sitems[i][1])
    document.write('</a>')
    document.write('<br>\n')
    function regenerate(){
    window.location.reload()
    function regenerate2(){
    if (ns4){
    document.slidemenubar.left=((parseInt(slidemenu_width)-parseInt(slidemenu_reveal))*-1)
    document.slidemenubar.visibility="show"
    setTimeout("window.onresize=regenerate",400)
    window.onload=regenerate2
    rightboundary=0
    leftboundary=(parseInt(slidemenu_width)-parseInt(slidemenu_reveal))*-1
    if (ie4||ns6){
    document.write('</div>')
    themenu=(ns6)? document.getElementById("slidemenubar2").style : document.all.slidemenubar2.style
    else if (ns4){
    document.write('</layer>')
    themenu=document.layers.slidemenubar
    function pull(){
    if (window.drawit)
    clearInterval(drawit)
    pullit=setInterval("pullengine()",10)
    function draw(){
    clearInterval(pullit)
    drawit=setInterval("drawengine()",10)
    function pullengine(){
    if ((ie4||ns6)&&parseInt(themenu.left)<rightboundary)
    themenu.left=parseInt(themenu.left)+10+"px"
    else if(ns4&&themenu.left<rightboundary)
    themenu.left+=10
    else if (window.pullit){
    themenu.left=0
    clearInterval(pullit)
    function drawengine(){
    if ((ie4||ns6)&&parseInt(themenu.left)>leftboundary)
    themenu.left=parseInt(themenu.left)-10+"px"
    else if(ns4&&themenu.left>leftboundary)
    themenu.left-=10
    else if (window.drawit){
    themenu.left=leftboundary
    clearInterval(drawit)
    </script>
    <div id="vidus">
    <div id="head">
                        <div id="logo"><img src="../logo.png" height="130" alt=" " />   <img src="/banner_top.gif" alt=" " name="banner" width="300" height="100" id="banner" /></div>
    </div>
              <div id="nav">
                  <div class="nav_kreisais">
                  </div>
                        <div class="nav_middle">
                        <ul id="navi">
                                  <li><a href="/index2.php">JAUNUMI</a></li>
                                  <li><a href="/about/">PAR MUMS</a></li>
                <li><a href="/manufacters/">RAŽOTĀJI</a></li>
                <li><a href="/question/">JAUTĀ CENU</a></li>
                <li><a href="/contact/">KONTAKTI</a></li>
            </ul>
                        </div>
            <div class="nav_labais">
            </div>
              </div>
    <div id="content">
    <!-- TemplateBeginEditable name="content" -->
    <div style="float:left; position:relative; width:620px; min-height:469px; height:auto; padding-left:5px;">
    </div>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="malaa" -->
              <div id="malaa">
                <p><br />
    <div class="addthis_toolbox addthis_default_style addthis_32x32_style">
      <a class="addthis_button_preferred_1"></a>
      <a class="addthis_button_preferred_2"></a>
      <a class="addthis_button_preferred_3"></a>
      <a class="addthis_button_preferred_4"></a>
      <a class="addthis_button_favorites"></a>
      <a class="addthis_button_compact"></a>
    </div>
    <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-4eeca30e39a7c1a2"></script>
    </p>
    <p> </p>
    <table width="360" border="0">
      <tr>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('ate','','/partners/Ate.png',1)"><img src="/partners/Ate-.png" name="ate" width="80" height="80" border="0" id="ate" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('beru','','/partners/Beru.png',1)"><img src="/partners/Beru-.png" name="beru" width="80" height="80" border="0" id="beru" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('bosal','','/partners/bosal.png',1)"><img src="/partners/bosal-.png" name="bosal" height="80" border="0" id="bosal" /></a></td>
      </tr>
      <tr>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('elring','','/partners/Elring.png',1)"><img src="/partners/Elring-.png" name="elring" width="80" height="80" border="0" id="elring" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('INA','','/partners/INA.png',1)"><img src="/partners/INA-.png" name="INA" width="80" height="80" border="0" id="INA" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Luk','','/partners/Luk.png',1)"><img src="/partners/Luk-.png" name="Luk" width="80" height="80" border="0" id="Luk" /></a></td>
      </tr>
      <tr>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Sachs','','/partners/Sachs.png',1)"><img src="/partners/Sachs-.png" name="Sachs" width="80" height="80" border="0" id="Sachs" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('skf','','/partners/SKF.png',1)"><img src="/partners/SKF-.png" name="skf" width="80" border="0" id="skf" /></a></td>
        <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Corteco','','/partners/Corteco.png',1)"><img src="/partners/Corteco-.png" name="Corteco" width="80" height="80" border="0" id="Corteco" /></a></td>
      </tr>
    </table>
    <table width="360" border="0">
                <tr>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Boge','','/partners/Boge.png',1)"><img src="/partners/Boge-.png" name="Boge" width="167" height="80" border="0" id="Boge" /></a></td>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Bosch','','/partners/Bosch.png',1)"><img src="/partners/Bosch-.png" name="Bosch" width="167" border="0" id="Bosch" /></a></td>
          </tr>
                <tr>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Brembo','','/partners/Brembo.png',1)"><img src="/partners/Brembo-.png" name="Brembo" width="167" height="80" border="0" id="Brembo" /></a></td>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('continental','','/partners/continental.png',1)"><img src="/partners/continental-.png" name="continental" width="167" height="80" border="0" id="continental" /></a></td>
          </tr>
                <tr>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('***','','/partners/***.png',1)"><img src="/partners/***-.png" name="***" width="167" height="80" border="0" id="***" /></a></td>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Lemforder','','/partners/Lemforder.png',1)"><img src="/partners/Lemforder-.png" name="Lemforder" width="167" height="80" border="0" id="Lemforder" /></a></td>
          </tr>
                <tr>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('TRW','','/partners/TRW.png',1)"><img src="/partners/TRW-.png" name="TRW" width="167" height="80" border="0" id="TRW" /></a></td>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Valeo','','/partners/Valeo.png',1)"><img src="/partners/Valeo-.png" name="Valeo" width="167" height="80" border="0" id="Valeo" /></a></td>
          </tr>
                <tr>
                  <td><a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('varta','','/partners/varta.png',1)"><img src="/partners/varta-.png" name="varta" width="167" height="80" border="0" id="varta" /></a></td>
                  <td> </td>
          </tr>
        </table>
    <br />
    </div>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="content2" --><!-- TemplateEndEditable -->
                        <div id="foot">
                <hr class="foot" />
                Visas Tiesības aizsargātas  &copy; SIA "Twin Auto" | 2011 | <a href="http://resendi/digital" target="_blank">Izstrādājis Resendi DIGITAL</a>
                        </div>
    </div>
    </body>
    </html>

  • Nesting region to create a dashboard type of page

    Hello experts,
    I am trying all day to create a page nest that will create the illusion of a dashboard type page. Can any one show me how to do this?
    Thank you in advance for your help

    Denes,
    Would you go over liek a mini class on how to set up regions in apex as you were able to demo in your work. I am strugling to set up a dashboard type column
    eg
    ============= ============= ============ ===========
    = = = = = = = =
    = = = = = = = =
    = = = = = = = =
    ============= ============= ============ ===========
    it can be two rows like this as well
    ============= ============= ============ ===========
    = = = = = = = =
    = = = = = = = =
    = = = = = = = =
    ============= ============= ============ ===========
    ============= ============= ============ ===========
    = = = = = = = =
    = = = = = = = =
    = = = = = = = =
    ============= ============= ============ ===========
    How can I make graph chart, map etc...line up on this regions?

  • Error adding editable region in nested template Header

    I have a base template for the website (establishing basic
    menus), and a secondary template using that base template, which
    establishes a common table layout for one part of the site. Having
    created the PHP to drive the page, I need to lock down that
    secondary nested region - otherwise any edit I make to my secondary
    &quot;table-defining&quot; template is not passed through
    to the final pages using the secondary template. I have
    successfully created a secondary editable region in each part of
    the &lt;body&gt; area, and sure enough, it locks down text
    outside the secondary editable region just as DW help says it
    should. So far so good.
    Now the problem - I cannot create a region inside the
    &lt;head&gt; editable region to lock down that region too.
    Normally one would want keywords and so on to be variable from page
    to page, but as I am filling variable keywords from a database, it
    makes sense to lock down the &lt;head&gt; too. Does anyone
    know why that generates an error &quot;cannot create an
    optional region here&quot;? Is there anything that can be done
    about it?

    Posts are hard to read when they are all crammed together
    like yours. Try
    making some paragraphs!
    Nevertheless, I think I understand what you are saying., but
    honestly, I
    just wouldn't do it that way. Anymore, my templates are just
    one editable
    region in the body, and a bunch of server-side includes. I
    find nested
    templates much too complex, and troublesome to work with, and
    have really
    never found a scenario where I could do things with them that
    I could not do
    more easily with other methods.
    > However, I have an Editable
    > region with the HTML Head area, and DW does not permit
    me to add a
    > 'secondary-template Editable Region' within it to lock
    it down.
    Is it only you working on the site? Who are you trying to
    'lock down'? If
    it's only you, I'd forget about this. Invariably the things
    like this that
    you think are a good idea come back later to bite you.
    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
    ==================
    "suddensurprise" <[email protected]> wrote
    in message
    news:[email protected]...
    > Murray 'ACE' wanted to understand why I am using nested
    templates.
    >
    Primary
    > Template or 'base layout' I have a primary template
    which establishes
    > the
    > top, left and bottom borders for the site. These contain
    Spry menus - if
    > I
    > change the menu on the primary template, all pages will
    be updated. The
    > primary template has a 'work area box' which is where
    the page content
    > goes for
    > each different page.
    Secondary or 'nested' template Next I have a
    > secondary template, or nested template. It starts with
    the primary
    > template
    > but this time the 'work area box' is set up with a
    product table and
    > various
    > fixed column headings. The table is filled from
    different database
    > records
    > using PHP and MySQL. Therefore the secondary or 'nested'
    template
    > establishes
    > a common format for the product table. For example, a
    change to a heading
    > in
    > the secondary template is updated into all pages using
    it. And to
    > reiterate, a
    > change to the Spry menu bar on the primary template will
    update the
    > secondary
    > template and all pages created from that template.
    Similarly, I have
    > several
    > other secondary templates, all created from the primary
    template, all
    > setting
    > standard sections of the website so that multiple pages
    can be updated at
    > once
    > via a single template change.
    Note: the code in the secondary
    > template
    > needs to be 'locked' so that edits within it are passed
    on to its slave
    > pages.
    > This is done by creating an empty Editable region at the
    beginning of the
    > 'work
    > area box' I talked about.
    Other Approaches? If anyone knows a
    > better
    > way of enabling site edits to be passed consistently
    down into different
    > standard-section blocks of the website, I would welcome
    your input.
    >
    The
    > Problem Now to reiterate the problem with which I
    started this thread.
    > In
    > a secondary template it works fine creating a second
    Editable Region
    > within the
    > Body of the HTML document - the rest of the code in that
    'primary template
    > editable region' is now locked out as is required.
    However, I have an
    > Editable
    > region with the HTML Head area, and DW does not permit
    me to add a
    > 'secondary-template Editable Region' within it to lock
    it down. I am
    > wondering
    > if anyone in the Community knows why or can suggest a
    solution. Regards
    > Richard
    >

  • Nested Repeat Regions

    I've got a page where I need nested repeat regions using the
    same data.
    Basically, list people who have donated money in groupings by
    level:
    $100-$199
    Murray
    Nadia
    Thierry
    $200-$299
    Dan
    Dan
    Patty
    I'm looking at Tom Muck's "Simulated Nested Region" extension
    so I can do
    this using one Recordset (seems silly to set up a recordset
    for each
    donation level) but the only problem is it looks like the
    donation levels
    have to sort in order to work, and they don't.
    Anyone know of any other extensions or easy ways to make this
    work?
    Oh yeah.....MySQL and PHP.
    Thanks!
    Mad Dog

    SmellyPete wrote:
    > I've got a problem with nested templates in my site. I
    don't think it's an
    > error or bug as such, just a really strange limitation,
    that I hope there is a
    > work around for.
    >
    > I've setup a menubar with a repeating table region in a
    template. Then I laid
    > out the content (editable) regions in a nested template.
    The system works
    > really well in dreamweaver, if you want to add a menu
    item, you do so to the
    > parent template, and then it filters through out the
    site.
    >
    > The problem is that when I try to edit the pages as a
    client with contribute
    > (even as an administrator) it will not allow access to
    edit a .dwt file, even
    > if it has editable regions in it. This means I can't use
    contribute to add an
    > item to the menubar, because I need to be able to edit
    the nested template. I'm
    > sure it's possible, because a .dwt is just an .htm file
    with a different hat on.
    >
    > There must be some way of doing this. As soon as I read
    about the template
    > system I immediately thought this would be one of it's
    strengths, and would be
    > very surprised if the contribute user were limited to
    making changes on every
    > individual page.
    >
    > PS. I'm sure someone will suggest that I just move the
    repeating region into
    > the nested template. I could do this, but the whole
    point is that with one
    > change I want it to will filter down through the whole
    site. I thought maybe
    > SSI might be the answer, but would that just confuse
    contribute even more?
    >
    It seems to me the whole point of using Contribute is to keep
    users from
    changing basic site configurations such as the menu. Use
    Dreamweaver or
    one of the simple HTML editors around.

  • Nested repeat Region - run time var PHP

    I have tried several attempts at creating a nested region
    with no luck of sucess
    sql & PHP
    There are 2 record sets
    rsProduct and
    rsCourse
    rsProduct
    SELECT *
    FROM svProductList
    WHERE svProductList.productOrder
    ORDER BY productOrder ASC
    rsCourse
    SELECT *
    FROM trainingCourseTBL
    WHERE trainingCourseTBL.product = colname
    ORDER BY trainingCourseTBL.courseOrder ASC
    colname
    type numeric
    default value -1
    runtim value $row_rsProduct['productOrder']
    Start repeat region 1
    rsProduct.productName
    Start repeat region 2
    rsCourse.course
    END repeat region 2
    END Start repeat region 1
    I would like to set up a run time var for the rsCourse where
    I get the value from the first repeat regions productID
    Can someone point me towards the right direction?

    On 21 May 2007 in macromedia.dreamweaver.appdev, cdembek
    wrote:
    > Can someone point me towards the right direction?
    I don't have time for a long explanation right now, but do a
    web search
    for 'Nested Repeat Region'.
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/contact.php

  • Assessing Complex Region and XML Data Relations

    First off, I've used Spry on multiple projects  and have loved it. Great product extension. The forum responses and code examples have been quite  supportive as well. However, this project is more complex and I need help from the  experts.
    Here's the situation: Nothing is  static...all data is populated from one XML doc. No code to show at the moment. (see image for ref)
    1. Is this possible to accomplish with SPRY?
    2. How would you suggest setting up the regions in terms of relation to one another? master? detail? nested data structures?
    3. the XML. ugh. (see file) Hope my XML term  references are correct in asking this. How do I create a (filter)function to  look for and compare similar element values (see xml: info/depts/dept/sub ==  info/vendors/vendor/sub)? Then apply that function to the generated  subcategories text (Region 3) and filter product images (Region 4) based on the  selected subcategory name? Basically, only products that have that subcategory name should show.
    4. Are there any limitations (off the top of your head) for the  tooltip feature or a paged view feature in a interface such as this? (applies to Region 4)
    fyi: server support for a database is not an  option for this project...enter SPRY
    Thanks for your time.

    1
    Yes
    2
    Master / detail, nested and multiple dataset
    3
    That is the reason why I would suggest to create multiple data sets.
    1 data set = detail / master regions
    2 result set
    From your image..
    region 1 = master
    region 2 = detail
    region 3 = nested
    region 4 = result set
    for filtering i would suggest looking at the examples, use either xpath based filtering or non destructive.
    4
    no, just make sure, your "rebuild" the constructor of you tooltip each time the region updates. (use Region observers like onPostUpdate for this)
    Hopes this helps.

  • How to find the AK Region name from JSP

    I have the requirement to hide some of the fields/regions in Oracle Sales Online.
    To do that from AK Developer Region Name/Code and Region Item is required. How to find this Region Code.

    When you are on the webpage, right click and select "VIEW SOURCE". When the notepad opens up, find the string "TOP REGION". This will give the top region for that page. Query for this page in the AK Developer resp with "Define Regions". Then click on "Region Items". This will give all the Attribute Names and Nested Regions within the TOP REGION. You just have to dig into each one of 'em to find the one you need.

  • AK Regions, Jdeveloper, Oracle Apps 11.5.10

    As soon as my client's Oracle Applications instance will be migrated to 11.5.10 release I will be faced with porting of customs.
    In particular in the OA release as is actually (11.5.7) the custom we have developed is made up using BC4J and AK region's form.
    The migration will bring us to the last up-to-date patchset 11.5.10 + CU2 (Consolidated Upgrade) with the consequence of moving (.. I guess..) our custom date from AK repository to MDS repository.
    Now the questions are:
    1) Which Jdev release should I use to maintain my custom in the new OA release?
    2) because of AK to MDS migration, Should I rewrite/deploy my custom from the beginning?
    3) Could someone suggest me where to find out documentation? ( in the metalink Portal there are plenty of technical paper but a lot of notices that are unused for my project too)
    Thanks in Advance
    francesco

    Hi Tapash,
    to explain my doubts let me list down few steps on how my custom is implemented.
    1) I set up any AK regions/nested regions and AK items included
    2) I deployed JSP in an APPS_bis.zip which is apps.zip like file in iAS server
    3) The files included in APPS_bis.zip are xml files and .class files used as AM modules or Controller modules for each AK region.
    4) the custom web pages are assigned to responsibilities after having set-up menus and functions
    5) For the AOL functions setup, in particular, I declared the AK region in the explicit way in the parameter form field.
    Here is the question:
    Applying the proper patchset I'll move all my custom AK region in the MDS repository but...
    a) Are My AM modules and my Control classes going to function properly, or will I have to re-implement the custom in different way? (see point (3))
    b) Taking in consideration the point (5) should I continue declaring the old AK "custom" regions in the AOL functions definition?
    Thank you in advance for your cooperation
    Regards
    francesco

  • How to catch lovEvent from PageLayout region

    Hello,
    I've got problem with catching event, which occure in nested region.
    I'm traying to perform such action:
    nipValue= oapagecontext.getParameter("taxRegNum");
    if (oapagecontext.isLovEvent())
    lovInputSourceId = oapagecontext.getLovInputSourceId();
    if ("OrgProfileQuickFlex2".equals(lovInputSourceId))
    Above code is placed in the highest region controler.
    The problem is, I'm getting null as a value of nipValue and event based on switching LOV has never effect.

    taxRegNum is messageTextInput type so it's visible on form and I expect, that I should have access to this element on the pageLayout region. I want to use value of this object when I'm writting processFormRequest because this information is necessery when user pushing the button "apply" of form. Also, in this method I want to notice LOV event from inner region and I can't.

  • Nested accordian?

    Very new to spry, Dreamweaver CS5, and web stuff so please bear with me
    Am trying to get a nested accordian working for tour travel comapny - I need two main panels (Europe and Rest of the world) and sub-panels for each country associated with both main sectiosn (Europe and Rest of world). I will then have spry data from HTML table within accordian for each tour associated with each country within the accordian - and when I click I get the detailed information on the right in a seperate window.
    My problem is that I have downloaded code for a nested accordian which works fine - but when I try to copy the nested regions to make more within a newly created main panel it doesn't work? How can I simply copy the nested regions so that they remain animated?
    Here's the link - www.nisinterpreting.co.uk/test_ecumene_test_accordian
    Cheers

    Sorry wrong link
    www.nisinterpreting.co.uk/test_ecumene/test_accordian

  • Accordion as nested menu

    I have the following setup:
    &lt;div id=&quot;regionMainMenu&quot;
    spry:region=&quot;dsMenu&quot;&gt;
    &lt;div id=&quot;Accordion1&quot;
    class=&quot;Accordion&quot;
    tabindex=&quot;0&quot;&gt;
    &lt;div id=&quot;regionMenuItems&quot;
    spry:repeat=&quot;dsMenu&quot;
    class=&quot;AccordionPanel&quot;&gt;
    &lt;div
    class=&quot;AccordionPanelTab&quot;&gt;{Text}&lt;/div&gt;
    &lt;div id=&quot;menuItem&quot;
    class=&quot;AccordionPanelContent&quot;&gt;
    &lt;div
    id=&quot;regionSubMenu&quot;&gt;{Text}&lt;/div&gt;
    &lt;/div&gt;
    &lt;/div&gt;
    &lt;/div&gt;
    &lt;script
    type=&quot;text/javascript&quot;&gt;
    &lt;!--
    var ac1 = new
    Spry.Widget.Accordion(&quot;Accordion1&quot;,{useFixedPanelHeights:false,
    defaultPanel:0});
    //--&gt;
    &lt;/script&gt;
    &lt;/div&gt;
    Because spry-region does not support nested regions. I loaded
    the complete menu.xml in another dataset. and use onDataChange
    observer to populate the AccordionContent with the current MenuID..
    See below:
    var dsMenuData = new
    Spry.Data.XMLDataSet(&quot;data/menu.xml&quot;,
    &quot;Menus/Menu&quot;);
    dsMenuData.addObserver({onDataChanged:function(ds,
    data){return dsMenuData_DataChanged(ds, data, 1)}});
    var dsMenuData_DataChanged = function(dataSet, data,
    datasetnumber)
    Spry.$$(&quot;#regionSubMenu&quot;).forEach(function(div) {
    ListSubmenus(div); });
    function ListSubmenus(menu)
    //GetSubMenus
    if(menu &amp;&amp; dsMenuData)
    //dsMenuData.loadData();
    var rows =
    dsMenuData.getData();//.findRowsWithColumnValues({ParentID:
    &quot;'&quot; + menu.innerHTML + &quot;'&quot;});
    if(rows.length&gt;0)
    var subItems = &quot;==&quot;;
    var c = menu.innerHTML;
    for (var i = 0; i &lt; rows.length; i++)
    { var p = rows
    [&quot;ParentID&quot;];
    if(p &amp;&amp; c &amp;&amp; p == c)
    subItems += &quot;&amp;nbsp;• &quot; +
    rows[&quot;Text&quot;] +
    &quot;&amp;nbsp;&quot; + c + &quot;:[&quot; + p
    + &quot;]&lt;br&gt;&quot;;
    menu.innerHTML = subItems;
    else
    menu.innerHTML = &quot;none&quot;;
    else
    menu.innerHTML = &quot;---&quot;;
    The issue I am having is in the bold line &quot;var c =
    menu.innerHTML;&quot; I can assign a number like 1 or 2 to c..
    and it finds the menus. I can even compare
    &quot;parentID&quot; with a string and it finds them. But
    whenever I leave it has is and pass the menu.innerHTML it doesn't
    work. Is there something programatically incorrect with doing this?
    I even print out menu.innerHTML on the same line and it returns the
    value I need. I strip spaces convert to string number, doesn't
    matter. What am I doing wrong?
    Any one please help thanks.

    1. Yes. What third table would you need?
    2. No & No.
    You shouldn't be able to delete a category if it has products as children.
    You should have tables..
    Category
    CategoryID (INT) - Primary Key, Auto number
    CategoryName
    etc
    Products
    ProductID (INT) - Primary Key, Auto number
    ProductName
    CategoryID (INT) - Foreign Key to Category
    etc
    If you change something in Category, NOTHING changes in Products.

  • Nested sliding panels and xml

    In this picture I try to explain my data set and the result I'm trying to obtain.
    I can't however figure out how to do this without nested regions.
    My code looks like this:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>CPS</title>
    <script src="SpryAssets/xpath.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryNestedXMLDataSet.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    var ds_ents = new Spry.Data.XMLDataSet("data2.xml", "ents/ent");
    var ds_servs = new Spry.Data.NestedXMLDataSet(ds_ents, "servs/serv");
    var ds_conts = new Spry.Data.NestedXMLDataSet(ds_ents, "conts/cont");
    var ds_stats = new Spry.Data.NestedXMLDataSet(ds_ents, "stats/stat");
    //-->
    </script>
    <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
    <link href="css/style.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="CP_ents" class="CollapsiblePanel">
         <div class="CollapsiblePanelTab" tabindex="0">
              <table>
                   <tr>
                        <td spry:when="{ds_CurrentRowID} == {ds_RowID}"
                                 spry:setrow="ds_ents"
                                       spry:select="select"
                                       spry:hover="hover"
                                       spry:selected="">+</td>
                        <td>{ds_ents::id}</td>
                   </tr>
              </table>
         </div>
         <div class="CollapsiblePanelContent" spry:region="ds_ents">
              <table>
                   <tr spry:repeatchildren="ds_servs" spry:choose="">
                        <td> </td>
                        <td><div id="CP_servs" class="CollapsiblePanel">
                                  <div class="CollapsiblePanelTab" tabindex="1">
                                       <table>
                                            <tr>
                                                 <td width="50">+ servs</td>
                                                 <td width="50">id</td>
                                                 <td width="50">att1</td>
                                                 <td width="50">att2</td>
                                            </tr>
                                       </table>
                                  </div>
                                  <div class="CollapsiblePanelContent" spry:region="ds_servs">
                                       <table>
                                            <tr spry:repeatchildren="ds_servs">
                                                 <td width="50"> </td>
                                                 <td width="50">{id}</td>
                                                 <td width="50">{att1}</td>
                                                 <td width="50">{att2}</td>
                                            </tr>
                                       </table>
                                  </div>
                             </div>
                             <div id="CP_conts" class="CollapsiblePanel">
                                  <div class="CollapsiblePanelTab" tabindex="2">
                                       <table>
                                            <tr>
                                                 <td width="50">+ conts</td>
                                                 <td width="50">id</td>
                                                 <td width="50">att1</td>
                                                 <td width="50">att2</td>
                                            </tr>
                                       </table>
                                  </div>
                                  <div class="CollapsiblePanelContent" spry:region="ds_conts">
                                       <table>
                                            <tr spry:repeatchildren="ds_conts">
                                                 <td width="50"> </td>
                                                 <td width="50">{id}</td>
                                                 <td width="50">{att1}</td>
                                                 <td width="50">{att2}</td>
                                            </tr>
                                       </table>
                                  </div>
                             </div>
                             <div id="CP_stats" class="CollapsiblePanel">
                                  <div class="CollapsiblePanelTab" tabindex="3">
                                       <table>
                                            <tr>
                                                 <td width="50">+ stats</td>
                                                 <td width="50">id</td>
                                                 <td width="50">att1</td>
                                                 <td width="50">att2</td>
                                            </tr>
                                       </table>
                                  </div>
                                  <div class="CollapsiblePanelContent" spry:region="ds_stats">
                                       <table>
                                            <tr spry:repeatchildren="ds_stations">
                                                 <td width="50"> </td>
                                                 <td width="50">{id}</td>
                                                 <td width="50">{att1}</td>
                                                 <td width="50">{att2}</td>
                                            </tr>
                                       </table>
                                  </div>
                             </div></td>
                   </tr>
              </table>
         </div>
    </div>
    <script type="text/javascript">
    <!--
    var CP_ents = new Spry.Widget.CollapsiblePanel("CP_ents");
    var CP_servs = new Spry.Widget.CollapsiblePanel("CP_servs");
    var CP_conts = new Spry.Widget.CollapsiblePanel("CP_conts");
    var CP_stats = new Spry.Widget.CollapsiblePanel("CP_stats");
    //-->
    </script>
    </body>
    </html>
    and this is the XML data set:
    <?xml version="1.0" encoding="UTF-8"?>
    <ents>
         <ent>
              <id>0</id>
              <att1>pippo</att1>
              <servs>
                   <serv>
                        <id>A</id>
                        <att1>blah</att1>
                        <att2>bla</att2>
                   </serv>
                   <serv>
                        <id>B</id>
                        <att1>bloh</att1>
                        <att2>blo</att2>
                   </serv>
                   <serv>
                        <id>C</id>
                        <att1>bluh</att1>
                        <att2>blu</att2>
                   </serv>
              </servs>
              <conts>
                   <cont>
                        <id>a</id>
                        <att1>hwrtfgh</att1>
                   </cont>
                   <cont>
                        <id>b</id>
                        <att1>asdf</att1>
                   </cont>
              </conts>
              <stats>
                   <stat>
                        <id>1</id>
                        <att1>FDSA</att1>
                        <att2>OIUY</att2>
                   </stat>
                   <stat>
                        <id>2</id>
                        <att1>Bm76g</att1>
                        <att2>87f5r6</att2>
                   </stat>
                   <stat>
                        <id>3</id>
                        <att1>iugy</att1>
                        <att2>TY765</att2>
                   </stat>
                   <stat>
                        <id>4</id>
                        <att1>YT d</att1>
                        <att2>f865f</att2>
                   </stat>
              </stats>
         </ent>
         <ent>
              <id>1</id>
              <att1>pluto</att1>
              <servs>
                   <serv>
                        <id>A</id>
                        <att1>muuh</att1>
                   </serv>
                   <serv>
                        <id>B</id>
                        <att1>mooh</att1>
                   </serv>
                   <serv>
                        <id>C</id>
                        <att1>meeh</att1>
                   </serv>
              </servs>
              <conts>
                   <cont>
                        <id>a</id>
                        <att1>uff</att1>
                   </cont>
                   <cont>
                        <id>b</id>
                        <att1>aff</att1>
                   </cont>
              </conts>
              <stats>
                   <stat>
                        <id>1</id>
                        <att1>KJHGKJGH</att1>
                        <att2>TRSDYTRD</att2>
                   </stat>
                   <stat>
                        <id>2</id>
                        <att1>TRUTFC</att1>
                        <att2>POJNC</att2>
                   </stat>
                   <stat>
                        <id>3</id>
                        <att1>EWZYT</att1>
                        <att2>OUYTFSA</att2>
                   </stat>
                   <stat>
                        <id>4</id>
                        <att1>XGBUI</att1>
                        <att2>IUGDS</att2>
                   </stat>
              </stats>
         </ent>
    </ents>

    Step by step I'm closing in.
    I'm using the {ds_currentRowId} variable to increment the div panel ID (see code below)
    The only issue is that since I have 1 master dataset and three detail dataset nested, I need to calculate the ID, taking the {ds_CurrentRowID} for each dataset and perform some math, to ensure they nicely grow until all the XML is consumed.
    Anyone would be so nice to point me in the right direction?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>CPS</title>
         <script src="SpryAssets/xpath.js" type="text/javascript"></script>
         <script src="SpryAssets/SpryData.js" type="text/javascript"></script>
         <script src="SpryAssets/SpryCollapsiblePanel.js" type="text/javascript"></script>
         <script src="SpryAssets/SpryNestedXMLDataSet.js" type="text/javascript"></script>
         <script type="text/javascript">
         <!--
              var ds_ents = new Spry.Data.XMLDataSet("data/data2.xml", "ents/ent");
              var ds_srvs = new Spry.Data.NestedXMLDataSet(ds_ents, "servs/serv");
              var ds_cnts = new Spry.Data.NestedXMLDataSet(ds_ents, "conts/cont");
              var ds_stts = new Spry.Data.NestedXMLDataSet(ds_ents, "stats/stat");
         //-->
         </script>
         <link href="SpryAssets/SpryCollapsiblePanel.css" rel="stylesheet" type="text/css" />
         <link href="css/style.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
      <div class="panel" spry:repeat="ds_ents" spry:region="ds_ents ds_cnts ds_srvs ds_stts">
         <script type="text/javascript">
              <!--
              var CP_ents = new Spry.Widget.CollapsiblePanel{ds_ents::ds_CurrentRowID}
              //-->
         </script>
              <div id="CP_ents{ds_ents::ds_CurrentRowID}" class="CollapsiblePanel">
                   <div class="panel-title" tabindex="{ds_ents::ds_CurrentRowID}">
                        <table class="table-title">
                             <tr>
                                  <td width="150">+</td>
                                  <td width="150">{id}</td>
                                  <td width="150">{att1}</td>
                             </tr>
                        </table>
                   </div>
                   <div spry:even="table-even" spry:odd="table-odd">
                        <table>
                             <tr>
                                  <td> </td>
                                  <td>
                                       <script type="text/javascript">
                                            <!--
                                            var CP_srvs = new Spry.Widget.CollapsiblePanel{ds_srvs::ds_CurrentRowID};
                                            var CP_cnts = new Spry.Widget.CollapsiblePanel{ds_cnts::ds_CurrentRowID};
                                            var CP_stts = new Spry.Widget.CollapsiblePanel{ds_srvs::ds_CurrentRowID};
                                            //-->
                                       </script>
                                       <div id="CP_srvs{ds_srvs::ds_CurrentRowID}" class="CollapsiblePanel">
                                            <div class="subtable-title" tabindex="{ds_srvs::ds_CurrentRowID}">
                                                 <table>
                                                      <tr>
                                                           <td width="150">+ srvs</td>
                                                           <td width="150">id</td>
                                                           <td width="150">att1</td>
                                                      </tr>
                                                 </table>
                                            </div>
                                            <div spry:even="subtable-even" spry:odd="subtable-odd">
                                                 <table>
                                                      <tr spry:repeat="ds_srvs">
                                                           <td width="150"> </td>
                                                           <td width="150">{ds_srvs::id}</td>
                                                           <td width="150">{ds_srvs::att1}</td>
                                                      </tr>
                                                 </table>
                                            </div>
                                       </div>
                                       <div id="CP_cnts{ds_cnts::ds_CurrentRowID}" class="subtable">
                                            <div class="subtable-title" tabindex="{ds_cnts::ds_CurrentRowID}">
                                                 <table>
                                                      <tr>
                                                           <td width="150">+ cnts</td>
                                                           <td width="150">id</td>
                                                           <td width="150">att1</td>
                                                           <td width="150">att2</td>
                                                      </tr>
                                                 </table>
                                            </div>
                                            <div spry:even="subtable-even" spry:odd="subtable-odd">
                                                 <table>
                                                      <tr spry:repeat="ds_cnts">
                                                           <td width="150"> </td>
                                                           <td width="150">{ds_cnts::id}</td>
                                                           <td width="150">{ds_cnts::att1}</td>
                                                           <td width="150">{ds_cnts::att2}</td>
                                                      </tr>
                                                 </table>
                                            </div>
                                       </div>
                                       <div id="CP_stts{ds_stts::ds_CurrentRowID}" class="CollapsiblePanel">
                                            <div class="subtable-title" tabindex="{ds_stts::ds_CurrentRowID}">
                                                 <table>
                                                      <tr>
                                                           <td width="150">+ stats</td>
                                                           <td width="150">id</td>
                                                           <td width="150">att1</td>
                                                           <td width="150">att2</td>
                                                      </tr>
                                                 </table>
                                            </div>
                                            <div spry:even="subtable-even" spry:odd="subtable-odd">
                                                 <table>
                                                      <tr spry:repeat="ds_stts">
                                                           <td width="150"> </td>
                                                           <td width="150">{ds_stts::id}</td>
                                                           <td width="150">{ds_stts::att1}</td>
                                                           <td width="150">{ds_stts::att2}</td>
                                                      </tr>
                                                 </table>
                                            </div>
                                       </div>
                                  </td>
                             </tr>
                        </table>
                   </div>
              </div>
         </div>
    </body>
    </html>

Maybe you are looking for

  • Unable to change stock posting date at usage decision while inspecting HUs

    If we were using materials without WMS it's simple: thereu2019s a button in the screen for stock posting by which we're able to change document date and posting date; but we're using WM and the screen is slightly different: the button I'm referring i

  • Help!!! i can no longer receive emails - NOT GOOD!!!

    Please help!  i received a message from blackberry stating that i needed to validate my password for my email in the balckberry internet service.  it has given me instructions on how to do that, however, it's not taking my user name nor my password. 

  • Charged for a returned phone.

    Before deciding to post this, I read many posts from other Verizon customers in similar situations. Before I go ahead and proceed further with an option on how to move forward, I am hoping to get more insight and advice from anyone willing to share t

  • Performance header in message monitoring

    Hello I have scenario XI -> synch RFC Receiver. In message monitoring I select response message and performance header part. There are entries: INBOUND, Request MAPPING, OUTBOUND, CALL ADAPTER, Response MAPIING Does this time include RFC call through

  • Photoshop CS5 installation error "Archive part missing"

    Photoshop CS5 download consists of two files: one is .exe and the other is .7z. I downloaded both but when I try to run the .exe file it gives the error message "Archive part missing." The archive is present and is in the same directory as the .exe f