Navigation Previous / Next

I have a requirement to put navigational buttons on a course
- previous and
next. Almost every page will have these buttons.
Is there a way to automate the generation of these buttons or
any best
practices?
KC

Hi there KC
I am going to assume that every previous and next button will
perform exactly the same function with exactly the same parameters
re display time, pause time etc.
If this is the case, then create the buttons once (e.g. slide
1).
Select both buttons (ctrl+click)
Select your next slide and paste
Repeat above ad nauseam
NOTE: If you know exactly which slides you need these on,
then simply select all those slides in the film strip and paste
once.
Sorry mate, but this is the fastest method I know of, there
is probably some genius out there with a quicker method and if you
find out, please let me know
Cheers
Andrew

Similar Messages

  • Navigation Previous, Next not working

    Navigation - Go to Previous Page and Go to Next Page are not working properly. It works only for page 1 and 2.
    Using SAP Crystal Reports, Developer Version for Microsoft Visual Studio version 13.0.8.1216.
    Crystal Reports Activex viewer has been used to display reports.
    Is this issue fixed any other version
    --Jagannath

    After adding to Page_Init() Navigation worked fine, but I don't understand previous versions were working fine in Page_Load(), why not latest version of Crystal Reports not working.
    Thank you for the answer.
    --Jagannath

  • Toolbar Navigation - Previous/Next button enhanced script

    I've found a few topics on how to add the standard skin back/next script to a skin, for that I thank everyone.  I would like to take it to the next level and make it behave even more like browser buttons meaning when a user has never navigated to a 2nd topic the Back button is unavailable (gray), when they have navigated to multiple topics the button is available (blue). Same for the next button.
    Standard script:
    For back:
    javascript:history.go(-1);
    For next:
    javascript:history.go(1);
    Any ideas?
    I believe I saw it somewhere before and now I can't find it.

    Hi there
    When you say: This is being used in a CHM that was converted from a Webhelp in RH10, does that mean you are using the feature in RH10 where you are now able to use the CHM as a wrapper in order to present a single .CHM file that presents a skinned WebHelp?
    Or are you instead saying that you are now creating CHM output and used to create WebHelp?
    Cheers... Rick

  • Previous/next navigation for .swf files in dreamweaver

    Hello.  I would like have a previous/next navigation that allows the user to cycle trough a series of sequential .swf files (as in computer based training).  will th e image veiwer suffice (even though im not fond of the default navigation bar)?  Or better still how do i get the button to advance to the next .swf file?  Many thanks:)

    Prettyphoto uses the jquery framework for lightboxes, galleries etc.,  It also allows you play flash movies with a forward and back arrows... take a look at this samples here - it could be what you're after:
    http://www.no-margin-for-errors.com/projects/prettyPhoto-jquery-lightbox-clone/
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • Close previous FPM application on navigation to next one using CL_FPM_HR_NAVIGATION~NAVIGATE

    Hello,
    My requirement is to close the previous FPM application on navigation to next FPM application configured in launchpad.
    I am navigating to my next FPM application using CL_FPM_HR_NAVIGATION~NAVIGATE but it navigates to next FPM in new window and old one remains open.
    Is there any way I can close the previous window and then navigate or vice versa?
    I tried firing firing FPM_CLOSE event using if_fpm~event_by_event_id but it after calling navigate method but it doesnt work. This doesnt open the new application instead tries to close the previous application with message "Application has closed and you can close the browser now"
    Please help.
    Thanks in advance.

    Hi,
    I have a similar requirement. Have you found a solution?
    Thanks and regards.

  • NPE error when navigating to next page based on lov selection

    hi there am having problem whn navigating to next page based on lov selection,when i select value and click the button to navigate am geting NPE ERROR
    {code}
    <DCUtil> <findSpelObject> [598] DCUtil, returning:oracle.jbo.uicli.binding.JUFormBinding, for uam_view_pageDefs_SelectOrgPageDef_WEB_INF_Updatetaskflow_definition_xml_Updatetaskflow_definition
    <DCIteratorBinding> <releaseDataInternal> [599] Releasing iterator binding:variables
    <DCIteratorBinding> <releaseDataInternal> [600] Releasing iterator binding:UpdUamOrganisationLovIterator
    <DCIteratorBinding> <releaseDataInternal> [601] Releasing iterator binding:UpdUamOrganisation1Iterator
    <DCIteratorBinding> <releaseDataInternal> [602] Releasing iterator binding:UamUserdetailsViewVo1Iterator
    <XmlErrorHandler> <handleError> ADF_FACES-60096:Server Exception during PPR, #1
    javax.servlet.ServletException: java.lang.NullPointerException
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:277)
        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
        at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
        at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
        at java.security.AccessController.doPrivileged(Native Method)
        at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
        at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
        at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
        at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: javax.faces.el.EvaluationException: java.lang.NullPointerException
        at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
        at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
        at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)
        at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1018)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:386)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
        ... 38 more
    Caused by: java.lang.NullPointerException
        at showSelectedOrg(OrgDetails.java:2455)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.el.parser.AstValue.invoke(Unknown Source)
        at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
        at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)
        ... 45 more
    THIS IS THE LINE AM GETING THE ERROR
    method.getParamsMap().put("rowKey", newVal);
    <af:selectOneChoice value="#{bindings.Orgid1.inputValue}"
                                  required="true"
                                  id="soc1" autoSubmit="true" valuePassThru="true"
                                  contentStyle="width:145px">
                <f:selectItems value="#{bindings.Organisationid.items}" id="si1"/>
              </af:selectOneChoice>
    <af:commandButton text="UpdateOrganisation"
                                id="cb1"
                                action="#{pageFlowScope.addMember.showSelectedOrg}"/>
    public String showSelectedOrg() {
    /* if(getorgids() == null ||getorgids().equals(null)){
    JSFUtils.addFacesErrorMessage("Select Atleast One Organisation");
    JSFUtils.showFacesErrorMessage("Select Atleast One Organisation");
    BindingContext lBindingContext = BindingContext.getCurrent();
    BindingContainer bindings = lBindingContext.getCurrentBindingsEntry();
    // get the list binding for the Organisation lov
    JUCtrlListBinding list = (JUCtrlListBinding)bindings.get("Organisationid");
    // get the selected index from the list which is stored in the Orgidd1 attribute
    AttributeBinding attr = (AttributeBinding)bindings.getControlBinding("Orgid1");
    Integer selid = (Integer)attr.getInputValue();
    // load the listdata
    Object row = list.getDisplayData();
    // get the selected row from the list
    Row lFromList = (Row)list.getValueFromList(selid);
    // from the row we get the PK the orgnasationId
    Object lAttribute = lFromList.getAttribute("Organisationid");
    Object orgname = lFromList.getAttribute("Organisationname");
    Number newVal = (Number)lAttribute;
    String neworg = (String)orgname;
    _logger.info("Information: selected Organisation = " + newVal);
    System.out.println("neworg " + newVal);
    System.out.println("testorg " + neworg);
    selectedState = neworg;
    // get the MethodAction for setCurrentRowWithKeyValue
    OperationBinding method = bindings.getOperationBinding("setCurrentRowWithKeyValue");
    // set hte needed parameter as the organisation id
    method.getParamsMap().put("rowKey", newVal);
    method.execute();
    // after execution check for errors
    List errors = method.getErrors();
    Exception ex = (Exception)errors.get(0);
    FacesMessage msg = new FacesMessage(FacesMessage.SEVERITY_ERROR, ex.getMessage(), "Select Atleast One Organisationtest");
    FacesContext.getCurrentInstance().addMessage(null, msg);
    // keep on page in case of an error
    // navigate to the next page
    return "show";
    {code}
    am in jdeveloper 11.1.1.6.0

    adf009, please read the post I posted the link to in my previous replay. The old code format tag don't work in the new forum!
    Still the same error. The stack trace still points to it, you only need to read it carefulle
    javax.faces.el.EvaluationException: java.lang.NullPointerException
        at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)
    Caused by: java.lang.NullPointerException
        OrgDetails.showSelectedOrg(OrgDetails.java:2456)
    The origin is
    method.execute();
    and the real reason is
    MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51);
    What does it tell you?
    Timo

  • How to make a Previous/Next Menu

    Hi there.  This is my first time posting in the Adobe forums so please be patient if I don't do things correctly.
    I currently have the Adobe Web Design CS5 package and all the programs that come with it, but my question is specifically about Dreamweaver.  My computer is a Macbook with the latest operating system as far as I know.
    I've been trying to create a next/previous menu for parts of my own personal website.  It's http://www.aidenart.com . If you click on the link to the Concept Art page you should see a bunch of image thumbnails that act as links.  Click on any one of those images and you're suppose to see the full image from the thumbnail in a whole new page.  On the pages with the full images I would like to include, at the bottom, a jump menu so that a visitor can pick any of the pages that they might want to see (I already know how to do this part), but I would also like to include buttons which allow the visitor to visit the next image in the list and also the previous one in the list.  You know, a previous and next menu.  I've seen other websites using those kinds of buttons so I know it's possible somehow.
    By looking at the source code of some websites and doing a bit of research on my own, I think this can be done using javascript of some kind.  Maybe by using an "onClick" behaviour or something.  I looked at a few different web help sites, including W3 Schools, and I still haven't found any clear cut explanations on how to make a previous/next menu.  If someone could just show me the basic code for making a simple one that actual works then I could probably work from that.
    I would prefer it if I didn't have to bother with the dreamweaver extenstions section because most things listed in the exchange are something you have to pay for.  And for those of you who think I should just make individual links on each page, please keep in mind that I'll want to add more pages in the future.  Most likely a lot of pages.  I also want to be able to make previous/next menus for the comics section of my website for when I have more comic pages available, so I really need to know how to do this.
    I hope that was enough information for you guys.  I can try to provide code if you guys want although I'm not sure how that would help solve my current problem.

    Only way to do pagination effectively requires either a database or XML files containing your data.  Neither way is really for a beginner based on my experience with both.  And based on the size of your library right now, pagination isn't what you really need.
    If it is going to be an image gallery you could look into the php Gallery script if you have a mySQL database ( http://gallery.menalto.com/ ).  But for simple solutions.
    For even smaller solutions you can look to JQuery solutions.  They require minimal amounts of coding, mostly just file inclusions.
    http://galleria.aino.se/
    http://fancybox.net/
    http://www.twospy.com/galleriffic/#1
    It's just about finding one that meets your needs and gives you the ability to customize as you see fit.

  • First/Previous/Next/Last buttons not working in Applications Master Detail

    Jdeveloper version: fusiondrop5primeb26
    accessed through appstta.oraclecorp.com
    I attempted to create an Applications Master Detail UI by selecting Applications : Master Detail from the Applications Component Palette. I created the UI using my headers table (APPLCORE_SHIPMENT_HEADERS) as the master and the lines table (APPLCORE_SHIPMENT_LINES) as the detail. The master is shown as a form and the details are displayed as a table below. On the screen with the checkboxes to include First, Previous, Next, Last buttons, I checked all of them.
    On the backend, my headers table has two rows.
    When I ran the page:
    1. When the page comes up, it shows the data for shipment header 1 and the associated details in the table below. This is correct.
    2. However, the First and Previous buttons are enabled at the top. They should not be enabled since I am on the first record, and there is no previous record. This is incorrect.
    3. When I click Next, the data does not update to the the next header record (shipment header 2). The data is still for shipment header 1. This is incorrect.
    4. When I click Next once more, an Error window pops up:
    Messages for this page are listed below.
    ShipmentLineId     Error java.lang.NullPointerException
    ShipmentHeaderId Error java.lang.NullPointerException
    LineNumber Error java.lang.NullPointerException
    ItemName Error java.lang.NullPointerException
    (same error is shown for all other columns in the lines table)
    I was under the impression that we do not need to do anything special for the First/Previous/Next/Last buttons to work, other than checking the boxes in the page creation process.
    The application in question is here:
    /home/sheyu/jdevhome/descflexdemo/.
    The ui project specifically is in this folder:
    /home/sheyu/jdevhome/descflexdemo/mywork/descflexdemo/ui/
    I have tried to start from scratch several times to no avail. Please advise.
    Thanks,
    Sherry

    Sherry, please use the internal JDeveloper forum at http://www.oracle.com/technology/products/jdev/customers/index.html for questions like this.
    The OTN forum is meant for versions that are available for the public.

  • [ Previous]  [Next ]  and Sort Order

    Is there a way to make HTMLDB generate report and edit form in such way that [< Previous] [Next>] sequence on follows the reports SORT ORDER instead of PK ?
    e.g. a report on EMP and user sort on HIREDATE...
    so when user gets linked to Edit Form page and click Previous/Next buttons - the USER, totally oblivious to PK - from his perspective, he expects to see [< Previous], [Next>] brings up the Previous/Next record PER SORT ORDER

    Robert - I think it's supposed to work the way you
    want it to. Are you using the column sort options on
    the report attributes page?Scott,
    No, it's not doing that...
    Just now generated app on EMP - all default except no aggregations and sum to keep it simple.
    Test#1)
    Click HIREDATE column to sort DESC.
    KING
    MARTIN
    TURNER
    Click MARTIN record to edit. PREV/NEXT follows EMPNO order
    JONES
    MARTIN
    BLAKE
    Test#2) went into "Report Attributes"
    Under "Sort": Uncheck all except HIREDATE and made
    "Sort Sequence" = '1 desc'
    Result is same as Test#1
    http://htmldb.oracle.com/pls/otn/f?p=24949:1

  • Previous/Next Event arrow icons

    I'm embarrassed to admit this, but it's so useful for me I want to post about it in case it helps others.
    I just now, 18 months after being a Switcher noticed that when you are viewing images in a specific event, at the top, right side of the display border are left/right arrows which move you between neighboring events. Has this been available all along?
    I have forever been clicking the All Events button just to navigate to the neighbor event. Of course from the all Events view you can scroll across the key photo to preview but when you're in a different kind of work flow mode the previous/next Event links are great.

    Thanks for pointing that out. I had not noticed it either. But then I rarely have a need to page through events in order.
    Another tip for you. When in iPhoto simply hit the "E" key on your keyboard to go to the events list.
    Patrick

  • Previous/Next Button Tag

    In RoboHelp HTML, is it possible to add something like Main /
    Previous / Next button in header / top of each topic, rather than
    using the Browse Sequence.
    I'm using other HAT previously, but switch to RoboHelp
    recently, would like to get it back. :) Thanks in advance.

    As it happens I am investigating something like this right
    now, having found several problems with the Browse Sequence
    mechanism.
    It isn't too much work if you plan it carefully. Here's how I
    did it.
    I made a couple of small images (actually I grabbed the
    Back/Forward buttons from Explorer) and inserted them into one
    topic, at the end of the Heading 1 which starts each topic. I set
    Image_Properties > Text_Wrapping to "Right" so that they appear
    in the top right-hand corner of each topic. Note that if you do
    this, you must insert the Right arrow first, then a space, then the
    Left arrow (without the space, RoboHelp only allowed one link for
    both images). I then added a screen tip to the image "Next/Previous
    in sequence". Then I added hyperlinks.
    After this I was able to select both images, and use
    Copy/Paste to add them to all topics. When you double-click, you
    get the hyperlink properties dialog, and can correct the links. I
    arranged my screen so that the relevant part of the ToC was open on
    the screen, so I could see where I was in the sequence.
    Of course this is a PITA and error-prone, but testing is
    relatively easy, if you have Auto-synchronize_TOC in Window
    Properties. The buttons are always in the same place, so you can
    just click repeatedly while watching the ToC.
    Success!
    --- Derek

  • Shortcuts for previous/next page on german keyboard are unreliable

    Hi there!
    I'm struggeling with the previous/next page shortcut on my german MacBook Pro. When I open the "History" menu it says the command for "next page" is ⌘ + ] and "previous page" is ⌘ + [
    But there are no such bracket keys on the german keyboard. To get those brackets I have to press Alt + 5 or Alt + 6. So I tried ⌘ + Leftarrow and ⌘ + Rightarrow, but those are kind of unreliable... Sometimes the arrow shortcuts work, sometimes they don't...
    Is there any way to manually change the shortcut or is there an alternative shortcut hidden somewhere?
    Cheers

    I don't believe there is.

  • User Interface : position for previous/next links when browsing spreadsheet

    Hello,
    When you have a reasonable number of columns to display the html page width can be quite large. So you have to scroll right to get the previous/next set of records hyperlinks controls because by default they are located at the bottom right corner of the spreadsheet. This is not very user friendly.
    Is there a mean to specify a different location for the previous/next set of records hyperlinks controls ?
    Thanks in advance for your response. It will considerably enhance my apex experience.

    Yes, the "Pagination Display Position" lets you control where the pagination shows up. So you could put it top left, top right, bottom left, bottom right. IMHO there are pros and cons to each position.
    Mike

  • Get previous / next record

    Hi,
    I have a little problem with getting the previous / next record.
    Because build-in is not working, if user filters and sorts the table, I tried many things to get it managed. My last test was creating a query, returning the previous and next id. I have this PL/SQL statement
    DECLARE
    str_express varchar2(2000);
    str_order varchar2(500);
    str_where varchar2(500);
    BEGIN
    IF :F109_FILTER_PROJECT = 'N' THEN
    str_order := 'ORDER BY pro_id desc';
    ELSE
    str_order := :P250_SORT;
    IF :P250_WHERE != '0' THEN
    str_where := :P250_WHERE;
    END IF;
    END IF;
    str_express :=
    'SELECT DECODE(prev_id, 0, null,' || Chr(39) || 'value=' || prev_id || Chr(39) || ')
    FROM (
    SELECT pro_id,
    nvl(LAG(pro_id) OVER (' || str_order || '), 0) prev_id,
    nvl(LEAD(pro_id) OVER (' || str_order || '), 0) next_id
    FROM view_project ' ||
    str_where || ')
    WHERE pro_id = ' || :P251_PRO_ID;
    RETURN str_express;
    END;
    It should just show the previous id and if there is none, should show i.e. 'value=1'. If I let return only the prev_id (code: DECODE(prev_id, 0, null, prev_id) ) it is working fine, if I enter DECODE(prev_id, 0, null,' || Chr(39) || 'value=' || prev_id || Chr(39) || ') it's always showing the error, that prev_id is not declared.
    What's wrong?
    I thought, I can show buttons for prev and next id in the table with this code:
    DECODE(prev_id, 0, null,' || Chr(39) || '<input type="button" class="t10button" value="< Previous" onClick="javascript:html_GetElement(' || Chr(39) || 'P251_PRO_ID' || Chr(39) || ').value = '|| prev_id || ';doSubmit();" />' || Chr(39) || ') prev_id
    This is working fine without DECODE syntax, but then also a button is shown, if prev is none.
    Any ideas how to manage????
    Thanks

    Hi,
    I now understand why preV_id is not known ... it's way my fault in thinking ...
    but how can I set my prev and next ID ... has anybody an idea?
    It's very stupid, to move from table to form and back to table and form to get the next / prev record ...
    thanks
    chrissy

  • How to extend/overwrite adf core datatable previous/next range operation?

    Hi,
    Can someone tell me where and how I can extend (or overwrite) default datatable's scrolling operation?
    I had a view object with one of its column is Ordimage. I created a datatable for this view object. Since Jdev 10.1.3 doesn't provider renderer for intermedia objects, I programmatically created image map for the image and stored the map reference in a string[] in a backing bean. With very simple form, this worked OK (i.e. correct set of images show properly when I pressed Previous/Next).
    However, in a Search form having a second iterator in find mode, the image doesn't show up when Next/Previous is pressed.
    Any idea?

    Can you compare your sample with example# 69 on my blog?
    http://radio.weblogs.com/0118231/stories/2004/09/23/notYetDocumentedAdfSampleApplications.html#69
    maybe it can help identify what's not setup correctly.

Maybe you are looking for