Adding more custom tags to large product page

Is there any way to add more custom tags past tag_custom4?

That's not possible. Those 4 custom fields is all you can use.
There is a keywords field which you can utilise maybe. I think the tag for
it is .
Cheers,
Mario Gudelj
www.twoblokeswithapostie.com - Talk to us before you tell your clients:
"No, Business Catalyst can't do that."
   Adding more custom tags to large product page  created by AnneGerber<http://forums.adobe.com/people/AnneGerber>in
eCommerce - View the full discussion<http://forums.adobe.com/message/5050617#5050617

Similar Messages

  • Adding facebook comments to large product page

    hi guys I just wanted to go over the facebook intergration process *** ive read this http://kb.worldsecuresystems.com/kb/add-social-media.html
    but couldnt find the container.html page in admin, only dreamweaver.
    plus when ive checked out the forums on intergrating facebook comments there seems a work around because the current module doesnt work the way people want it. to.
    Is this still the case or should I go about intergrating facebook as described http://kb.worldsecuresystems.com/kb/add-social-media.html
    What I want to do is use it on this site on the large product section instead of the comments module ive inserted
    http://www.ceramicplanet.co.uk/bathroom-tiles/relief-white-5445-25x33cm
    would adding the script to the large product template manually work better than adding it to the facebook container.html page in the social modules folder?
    plus I got the impression peeps had trouble having the comments for that one item showing just on its own page. I want just comments for the product on show appearing on that product page not just any old list of random comments. Is this easy to do now or is there extra url tags needed?
    any advice or help will be greatly appreciated
    Dave
    oh just to say this is the code facebook gave out when I pressed get code but Ive noticed different versions on forum pages, is it right to use this
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <div class="fb-comments" data-href="http://example.com/comments"
    data-colorscheme="The color scheme used in the plugin" data-numposts="5"
    data-width="420"></div>

    If you just want to keep it simple, Facebook has a social widget system that works from the URL, as long as the URL stays the same the comments will he there for that product or whatever you need.
    It is very easy to implment and even has a wizard to help you config the size and look.
    https://developers.facebook.com/docs/plugins/

  • Large product page not displaying correctly on responsive webpage.

    Large product page not displaying correctly on responsive webpage. Not really sure what to adjust or correct.
    http://iamartde.businesscatalyst.com/apparel-1/i-am-art-sweatshirt-white

    Hi,
    I think it may be <div class="html5gallery-viral-0"> (contains the social media buttons) // screencasteu.worldsecuresystems.com/AP/2013-08-01_1033.png
    It's the only element that isn't in sync with the other elements on page, when compared to home.html for example.
    Kind Regards,
    Alex Pavelescu

  • Large Product page for Mobile ???

    I'm creating a mobile site. I just need a mobile page for the "large product" I can't use a template for the "Large Product" page why.?
    This would make life beautiful.
    So how do I go about creating a mobile Large Product Page? Can I redirect it?
    I'm frustrated.
    Please HELP Me.!!!

    They dont, they offer mobile layout options.
    Many mobile sites you see on the web at the moment are actually responsive designs which use media quries etc rather then totally different layouts.

  • Custom tag in included JSP page cause exception (WLS 5.1 SP 9)

              An application use custom tags (JSP Tag extensions) in JSP page
              included into another JSP page by means <jsp:include> instruction.
              After we had installed Service Pack 9 for Weblogic 5.1
              browser's call of including JSP began show an error.
              When I remove Weblogic510sp9.jar and Weblogic510sp9boot.jar
              references from startWebLogic.cmd, the error diagnostic disappear.
              Is Service Pack Number 9 wrong?
              ==========================
              Web browser diagnostic:
              Error 500--Internal Server Error
              From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              10.5.1 500 Internal Server Error
              The server encountered an unexpected condition which prevented it from fulfilling
              the request.
              ==========================
              Console diagnostic:
              Tue Jun 05 17:40:14 MSD 2001:<I> <WebAppServletContext-dscat> looking for taglib
              uri /exttags.tld as resource /WEB-INF/e
              xttags.tld in Web Application root:
              Tue Jun 05 17:40:15 MSD 2001:<I> <WebAppServletContext-dscat> Generated java file:
              C:\weblogic\dscat\WEB-INF\_tmp_war_ds
              cat\jsp_servlet\_jsp\_opos\_catalog.java
              Tue Jun 05 17:40:25 MSD 2001:<E> <WebAppServletContext-dscat> Servlet failed with
              Exception
              java.lang.VerifyError: (class: jsp_servlet/_jsp/_opos/_catalog, method: _jspService
              signature: (Ljavax/servlet/http/Http
              ServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) Register 12 contains
              wrong type
              at java.lang.Class.newInstance0(Native Method)
              at java.lang.Class.newInstance(Unknown Source)
              at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:469)
              at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java,
              Compiled Code)
              at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:442)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:228)
              at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:200)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:115)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:138)
              at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:915)
              at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:879)
              at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:269)
              at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:365)
              at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:253)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
              ==========================
              Including JSP file:
              <%@ include file="catalog_real.jsp" %>
              ==========================
              Included JSP file:
              <%@ taglib uri="/exttags.tld" prefix="dscat" %>
              <dscat:pageheader>Catalog header</dscat:pageheader>
              ==========================
              Tag extansions library (WEB-INF/exttags.tld file):
              <?xml version="1.0" encoding="ISO-8859-1" ?>
              <!DOCTYPE taglib
              PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
                   "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
              <taglib>
              <tlibversion>1.0</tlibversion>
              <jspversion>1.1</jspversion>
              <shortname>dscat</shortname>
              <tag>
              <name>pageheader</name>
              <tagclass>ru.ibs.xbcat.view.tag.PageHeader</tagclass>
              </tag>
              </taglib>
              ==========================
              Class PageHeader:
              package ru.ibs.xbcat.view.tag;
              import java.io.*;
              import javax.servlet.jsp.*;
              import javax.servlet.jsp.tagext.*;
              public class PageHeader extends BodyTagSupport {
              public int doStartTag() throws javax.servlet.jsp.JspException {
              return BodyTag.EVAL_BODY_TAG;
              public int doAfterBody() throws javax.servlet.jsp.JspException {
              return(SKIP_BODY);
              

              Are you using Jikes? See if this helps ...
              http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.jsp&item=6287&utag=
              Mike
              "Radik Usmanov" <[email protected]> wrote:
              >
              >An application use custom tags (JSP Tag extensions) in JSP page
              >included into another JSP page by means <jsp:include> instruction.
              >
              >After we had installed Service Pack 9 for Weblogic 5.1
              >browser's call of including JSP began show an error.
              >When I remove Weblogic510sp9.jar and Weblogic510sp9boot.jar
              >references from startWebLogic.cmd, the error diagnostic disappear.
              >
              >Is Service Pack Number 9 wrong?
              >==========================
              >Web browser diagnostic:
              >
              >Error 500--Internal Server Error
              >From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              >10.5.1 500 Internal Server Error
              >The server encountered an unexpected condition which prevented it from
              >fulfilling
              >the request.
              >
              >==========================
              >Console diagnostic:
              >
              >Tue Jun 05 17:40:14 MSD 2001:<I> <WebAppServletContext-dscat> looking
              >for taglib
              >uri /exttags.tld as resource /WEB-INF/e
              >xttags.tld in Web Application root:
              >Tue Jun 05 17:40:15 MSD 2001:<I> <WebAppServletContext-dscat> Generated
              >java file:
              >C:\weblogic\dscat\WEB-INF\_tmp_war_ds
              >cat\jsp_servlet\_jsp\_opos\_catalog.java
              >Tue Jun 05 17:40:25 MSD 2001:<E> <WebAppServletContext-dscat> Servlet
              >failed with
              >Exception
              >java.lang.VerifyError: (class: jsp_servlet/_jsp/_opos/_catalog, method:
              >_jspService
              >signature: (Ljavax/servlet/http/Http
              >ServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) Register 12
              >contains
              >wrong type
              > at java.lang.Class.newInstance0(Native Method)
              > at java.lang.Class.newInstance(Unknown Source)
              > at weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:469)
              > at weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java,
              >Compiled Code)
              > at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:442)
              > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:228)
              > at weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:200)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:115)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:138)
              > at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:915)
              > at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:879)
              > at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:269)
              > at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:365)
              > at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:253)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
              >Code)
              >
              >==========================
              >Including JSP file:
              >...
              > <%@ include file="catalog_real.jsp" %>
              >...
              >
              >==========================
              >Included JSP file:
              >...
              > <%@ taglib uri="/exttags.tld" prefix="dscat" %>
              >...
              ><dscat:pageheader>Catalog header</dscat:pageheader>
              >...
              >==========================
              >Tag extansions library (WEB-INF/exttags.tld file):
              >
              ><?xml version="1.0" encoding="ISO-8859-1" ?>
              ><!DOCTYPE taglib
              > PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
              >     "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
              >
              ><taglib>
              > <tlibversion>1.0</tlibversion>
              > <jspversion>1.1</jspversion>
              > <shortname>dscat</shortname>
              >
              > <tag>
              > <name>pageheader</name>
              > <tagclass>ru.ibs.xbcat.view.tag.PageHeader</tagclass>
              > </tag>
              >
              ></taglib>
              >==========================
              >Class PageHeader:
              >
              >package ru.ibs.xbcat.view.tag;
              >
              >import java.io.*;
              >import javax.servlet.jsp.*;
              >import javax.servlet.jsp.tagext.*;
              >
              >public class PageHeader extends BodyTagSupport {
              >
              > public int doStartTag() throws javax.servlet.jsp.JspException {
              > return BodyTag.EVAL_BODY_TAG;
              > }
              >
              > public int doAfterBody() throws javax.servlet.jsp.JspException {
              > ...
              > return(SKIP_BODY);
              > }
              >}
              >
              

  • Urgent: Unable to run JSP pages(using JRun Custom Tags) in Weblogic 5.1

    Hi,
    I am using JRun Custom tags to bulid JSP pages.
    Could not run the jsp page on Weblogic 5.1.
    I could run the same on JRun Server but not on Weblogic?.
    Had placed JRuntags.jar in the web_inf directory.
    What/where i need to update in properties file?.
    Please reply..
    Best Wishes.
    Satish k.Yalamaddi.

    javax.servlet.ServletException: com/sun/tools/javac/Main (Unsupported major.minor version 49.0)
    This is your problem either your tomcat or eclipse is pointing to a wrong jre
    here the problem is you are trying to run a code that was compiled using j2sdk1.5 in j2sdk1.4

  • Custom tag losing onchange value when page is refreshed

    Hi all,
    I'm still using JSF 1.1 and I have an issue with a custom tag. When my page is first displayed, the onchange attribute contains my script but, when I refresh the page it's not there anymore. The custom tag if an input for dates. It can have of to 4 dropdown list, year, month, day and time.
    Any idea what I might be doing wrong?
    Thanks

    Verify that the custom component saves the value of the onchange attribute in its state (see UIComponent.saveState() and UIComponent.restoreState()).

  • Removing scroll bar from product pages

    I need to remove the scroll bar that appears on the product pages. It doesn't matter if I have only one product or 100 on the page with the small images, I still get a scroll bar on the right side. I've tried adding and removing margins and padding, set the container height to auto, and removed the previous and next buttons from the shop templates, all to no avail. It appears to be caused by the table that holds the products, but no change to the code fixes it.
    I have included a screen print of the top of the page showing the scroll bar. There are only 3 images on this page and plenty of room below them. Overflow has been set to auto (and/or visible) on the container, the table, and the page.
    So, can anyone tell me how to shut off that scroll bar? I can't find that code that includes it so I can't see what's going on.
    Thank you for you help.
    Sincerely,
    Ahurani

    Liam,
    Thank you for answering.
    I didn't want to turn the scroll bar on the page off, but the scroll bar that appears in a div container. I finally solved the problem by turning overflow: auto to overflow: hidden. And smacked myself in the forehead and said, "Duh. I knew that." Too tired and too close to the problem I guess.
    The only other thing I can't seem to find is the large space that appears above a product table. I've tried everything from margins to padding and beyond.
    Sorry about not including the url. I have used the forum so rarely that I didn't think of that. It is www.whimsicalley02.businesscatalyst.com, just in cases you want to look at the big space on Harry Potter > Accessories and on the large product page. I'd love to tuck the product closer to the breadcrumb, but if that is not possible, then c'est la vie.
    Thank you.

  • Custom fields for ROS initial page in BSP application

    Hi,
    We want to add some more customer fields in ROS initial page, for example TIN number. We have added a field to ZZTIN in the include CI_CUF_REQ_FIELDS of structure ROS_CUF_REQ_FIELDS and also implemented BAdI ROS_REQ_CUF. After adding custom codes in BSP application ROS_SELF_REG under page u201Caddress.htmu201D we are able to see this field in the initial registration page.
    Now the question is WE ARE UNABLE TO KNOW HOW TO STORE THE VALUE ENTERED HERE. We are facing below issues.
    (1)     If we try to input  ZZTIN to structure u201Cgs_address u201C it is asking us to add custom fields here also.
    (2)      But when we tried to append ZZTIN to structure BAPIBUS1006_ADDRESS,  it is not allowing to activate it.
    (3)     We have also appended ZZTIN to ADRC table. How can we input to ADRC table from here?
    Ganapathi

    Dear VASILIEVA Irina,
    Thanks for the reponse. Could not get what do you menat by "core mod", did you meant you created a separate table with key field business partner id... Can you just elaborate?
    However we would prefer to add a custom filed in the standard strcucure itself.. both type suggetions are welcome....
    Ganapathi

  • E-Commerce Large Product Popup

    When I select a product on my site and it goes the the large product page I would like to be able to click on the large image and have it popup in its own window in a bigger size like the poplets do.  Is there a way to have it do that without having to click on a poplet, just click on the large image itself?
    Thanks
    Josh

    Use to construct the html img tag with an id class or
    a js call that will help you present the image inside lightbox effect. You
    can have a look at the poplet markup and construct the same tag for the
    large image as for poplet and hence utilise the existing bc lightbox. Or
    create your own

  • Return to products page after Add to Cart

    hi,
    is it possible to return the the current catalog products page after the user presses Add to Cart?
    thanks in advance.
    Frank.

    thanks.
    had i think about it and what i really need is for the javascript to be refreshed on the Large Product page after clicking Add to Cart.
    Frank.
    edit: i searched the forum and found this:
    <script type="text/javascript">
    function AddProductExtras(){
    document.location.reload(true);
    </script>
    and also tried to refresh the js using this:
    <script type="text/javascript">
    function AddProductExtras(){
    javascript:location.reload(true);
    </script>
    but both get rid of the "items added to cart" message and both reload the whole page which looks and feels rubbish!
    i've decided to go to the shop cart using tag_buynow and added a continue shopping button using {module_goback,image}.
    it's not the way i wanted the site to work but it's better than having clunky reloads and js not working.

  • Hi is there any way around showing large product lay out through separate template from Over all layout?

    Hi, I have been thinking why everything except for the small product back up is tied up to the over all layouts template. Could any one give me advice on some ways I could display my large product page using a different template?
    Any suggestion will be appreciated. Thank you very much 

    Only with javascript and CSS and of a new template per catalog.

  • Custom Tag Feature

    All:
    I have ran into an issue that seems to need some
    extensibility.
    I have created a custom tag that my users are allowed to
    enter when editing HTML documents. I have added my custom tag to
    the tag library and also added it to the validator so there would
    be no issues when validating. (it does not matter that it is not
    valid HTML)
    So my problem is this:
    When users enter the custom tag into their document i would
    like the inner text to change color when viewing in design view.
    (for example: the way an H1 tag would render)
    some notes:
    - Users are only editing independent HTML files and the files
    are in various directories and are not associated with any web
    sites. We use DW as a stand alone HTML editor.
    - I do not want any user interaction. Meaning i do not want
    the user to have to enter any CSS info or attach/create any
    Design-Time CSS.
    Some thoughts on how I would like to accomplish this:
    - Possibly inject some CSS code when the file is being
    opened. So the CSS is already in place when the file is open in DW.
    I am not sure how or where to put any code to intercept the opening
    of the file.
    - Attach some kind of default CSS or Design-Time CSS to the
    DW application, so everytime a file is opened in DW this CSS is
    somehow associated with it.
    Anyone have any ideas or thoughts?
    Thanks,
    kscap

    quote:
    Originally posted by:
    Newsgroup User
    You can do this with a translator, see the extending
    dreamweaver docs for
    details.
    Kevin Marshall
    WebXeL.com Ltd
    http://www.webxel.com
    ASP.NET Dreamweaver Extensions
    http://www.webxel-dw.co.uk
    "kscap" <[email protected]> wrote in message
    news:erfi1t$43f$[email protected]..
    > All:
    >
    > I have ran into an issue that seems to need some
    extensibility.
    >
    > I have created a custom tag that my users are allowed to
    enter when
    > editing
    > HTML documents. I have added my custom tag to the tag
    library and also
    > added it
    > to the validator so there would be no issues when
    validating. (it does not
    > matter that it is not valid HTML)
    >
    > So my problem is this:
    > When users enter the custom tag into their document i
    would like the inner
    > text to change color when viewing in design view. (for
    example: the way an
    > H1
    > tag would render)
    >
    > some notes:
    > - Users are only editing independent HTML files and the
    files are in
    > various
    > directories and are not associated with any web sites.
    We use DW as a
    > stand
    > alone HTML editor.
    > - I do not want any user interaction. Meaning i do not
    want the user to
    > have
    > to enter any CSS info or attach/create any Design-Time
    CSS.
    >
    > Some thoughts on how I would like to accomplish this:
    > - Possibly inject some CSS code when the file is being
    opened. So the CSS
    > is
    > already in place when the file is open in DW. I am not
    sure how or where
    > to put
    > any code to intercept the opening of the file.
    > - Attach some kind of default CSS or Design-Time CSS to
    the DW
    > application, so
    > everytime a file is opened in DW this CSS is somehow
    associated with it.
    >
    > Anyone have any ideas or thoughts?
    >
    > Thanks,
    > kscap
    >
    thanks. i will take a look in the docs, in the meantime is
    this something that will transparent to the user? I can't have the
    user add any info or attributes to the tag itself.
    kscap

  • Custom tag Manipulation

    All:
    I have created a custom tag for my users. When this custom
    tag is used, I
    would like the inner text of the tag to be a specific color
    when viewing in
    Design Mode. (as an example, the way an H1 tag works).
    I have tried using Design-Time CSS, but this does not work
    for me. Since
    these HTML files that are being edited are independant files
    and not part of
    a website.
    Is there anyway to have a default CSS file associated with
    the Dreamweaver
    application that is included everytime a file is opened? I
    would like to
    have no user action invovled with this file.
    Any ideas?
    thanks
    Kev

    I created my custom tag as follows (Most files that are
    updated are located
    in :../Dreamweaver/Configuration/Tag Libraries/)
    1. Added the mytag.htm and mytag.vtm files inside the
    ..TagLibraries/HTML/
    folder. (So information about the tag will show up in the
    details of the Tag
    Library when inserting)
    2. Updated the TagLibraries.vtm ../TagLibraries/ to include
    my new custom
    tag. (So the tag will show up in the Tag Libraries when
    inserting the tag)
    3. Added my custom tag to html_all.vtv in
    ..TagLibraries/Validator/ (This
    will allow my tag to pass through validation)
    That should pretty much get you started to create your own
    tag and
    validation to accept your tag. Keep in mind that this is not
    valid HTML and
    this tag is only for our purposes. When i say that it passes
    validation, i
    only mean that in the validation panel an error will not be
    thrown because
    this tag exists.
    Anyone still have any ideas on how to apply a generic CSS
    file to any file
    that is opened in Dreamweaver? Once again, i prefer to have
    no user
    interaction.
    Thanks
    Kev
    "Walt F. Schaefer" <[email protected]> wrote in
    message
    news:[email protected]...
    >>> I have created a custom tag for my users.
    >
    > Please explain, in detail, what you did to create this
    tag.
    >
    > --
    >
    > Walt
    >
    >
    > "KS" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> All:
    >>
    >> I have created a custom tag for my users. When this
    custom tag is used, I
    >> would like the inner text of the tag to be a
    specific color when viewing
    >> in Design Mode. (as an example, the way an H1 tag
    works).
    >>
    >> I have tried using Design-Time CSS, but this does
    not work for me. Since
    >> these HTML files that are being edited are
    independant files and not part
    >> of a website.
    >>
    >> Is there anyway to have a default CSS file
    associated with the
    >> Dreamweaver application that is included everytime a
    file is opened? I
    >> would like to have no user action invovled with this
    file.
    >>
    >> Any ideas?
    >>
    >> thanks
    >> Kev
    >>
    >
    >

  • Adding more than one custom binding to the same page

    Hi guys,
    JHeadstart 11.1.1.3.35
    How can I add two custom bindings to the same page ? I have 2 graphs on the same page (in tabbed regions).
    My FORM_GRAPH template for the first one is
    #macro (CUSTOM_BINDING1)
        <graph IterBinding="ActiveVisitsIterator" id="SubjectsActiveVisitsGraph" xmlns="http://xmlns.oracle.com/adfm/dvt" type="BAR_VERT_STACK">
          <graphDataMap leafOnly="true">
            <series>
              <data>
                <item value="Active"/>
                <item value="Inactive"/>
              </data>
            </series>
            <groups>
              <item value="VisitNo"/>
            </groups>
          </graphDataMap>
        </graph>
    #end
    ${JHS.pageDefGenerator.addBinding($JHS.page,"JhsUsers","#CUSTOM_BINDING1()")}
    <dvt:barGraph id="barGraph1" value="#{bindings.SubjectsActiveVisitsGraph.graphModel}" subType="BAR_VERT_STACK"
                                        threeDEffect="true" animationOnDisplay="AUTO" seriesRolloverBehavior="RB_HIGHLIGHT">
                            <dvt:background>
                              <dvt:specialEffects/>
                            </dvt:background>
                            <dvt:graphPlotArea/>
                            <dvt:seriesSet>
                              <dvt:series/>
                            </dvt:seriesSet>
                            <dvt:o1Axis/>
                            <dvt:y1Axis/>
                            <dvt:legendArea automaticPlacement="AP_NEVER"/>
                            <dvt:graphTitle text="Subject Status"/>
                            <dvt:o1Title text="Visit"/>
                            <dvt:y1Title text="Number of Subjects"/>
                          </dvt:barGraph>and for my second
    #macro (CUSTOM_BINDING2)
        <graph IterBinding="SiteActiveVistsIterator" id="SitesActiveVistsGraph" xmlns="http://xmlns.oracle.com/adfm/dvt" type="BAR_VERT_STACK">
          <graphDataMap leafOnly="true">
            <series>
              <data>
                <item value="Active"/>
                <item value="Inactive"/>
              </data>
            </series>
            <groups>
              <item value="VisitNo"/>
            </groups>
          </graphDataMap>
        </graph>
    #end
    ${JHS.pageDefGenerator.addBinding($JHS.page,"JhsUsers","#CUSTOM_BINDING2()")}
    <dvt:barGraph id="barGraph2" value="#{bindings.SitesActiveVistsGraph.graphModel}" subType="BAR_VERT_STACK"
                                                        threeDEffect="true" animationOnDisplay="AUTO" seriesRolloverBehavior="RB_HIGHLIGHT">
                                            <dvt:background>
                                              <dvt:specialEffects/>
                                            </dvt:background>
                                            <dvt:graphPlotArea/>
                                            <dvt:seriesSet>
                                              <dvt:series/>
                                            </dvt:seriesSet>
                                            <dvt:o1Axis/>
                                            <dvt:y1Axis/>
                                            <dvt:legendArea automaticPlacement="AP_NEVER"/>
                                            <dvt:graphTitle text="Site Summary"/>
                                            <dvt:o1Title text="Visit"/>
                                            <dvt:y1Title text="Number of Subjects"/>
                                          </dvt:barGraph>but only the first binding is being added to the page def ? I tried putting both graph bindings in the first custom binding but on generation I get an error "Error while parsing XML for page definition element JhsUsers: Expected 'EOF'." (although the code in the binding macro is exactly the same as in the pagedef when added manually ?
    How can I add both of these graph bindings ?
    Cheers,
    Brent

    Brent,
    In the statement
    ${JHS.pageDefGenerator.addBinding($JHS.page,"JhsUsers","#CUSTOM_BINDING2()")}
    the second argument should be the id of the binding you want to add. You use twice "JhsUsers" as id for the binding.
    This id should be the same id as used in your XML page snippet, so for the first binding it should be "SubjectsActiveVisitsGraph" and for the second binding it should be "SitesActiveVistsGraph"
    Steven Davelaar,
    Jheadstart Team.

Maybe you are looking for

  • Implicit conversion of a number to datetime

    I'm running on a SSIS 2008r environment. When I get a date as number of days difference with 1900-01-01 and I insert this number into a datetime column a Sql server database with SSIS  it seems as if SSIS subtracts 2 days when converting to datetime.

  • Data analysis question

    1.Is it compulsory to use all the events in Reports? 2.What transactions do you use for data analysis? 3.What are selection texts? 4.When a program is created and need to be transported to prodn does selection texts always go with it? If not how do y

  • Converter Problem

    I am probably making a very simple error here, but I have checked the Forum and cannot find anyone who has had the same problem. I have written an applet called "Proposal" which I have created in a package called "proposal". (i.e. proposal.Proposal)

  • Slow iTunes TV shows

    The TV shows I downloaded play very slowly (both audio and video) on iTunes on my Mac, but play perfectly at normal speed on my iPod. I have already removed much stuff from my harddrive, so there is plenty of space. What could cause this? Any help is

  • Clear ALV Data

    Hi All, I am very new to Webdynpro (ABAP) and have run into an issue, I have a main screen from which I am calling the ALV report screen. First time data coming fine, but when I go back and change the selection parameters and then execute the report