1.2 Regions Issue

I have a page that has a main section and two associated
regions. The first region uses the primary data set and the second
is a dynamically loading data set. My guess is that it is
associated with the dynamic data since the same logic for just the
single data set is on several other pages and works great. Here is
the error it shows on the side.
Spry.Data.updateRegion(content) caught an exception:
TypeError: this._each is not a function
Spry.Data.updateRegion(spryregion1) caught an exception:
TypeError: this._each is not a function
Spry.Data.updateRegion(spryregion2) caught an exception:
TypeError: this._each is not a function
Any guesses?
Thanks

this patch solves the "this._each" error if you still want to
use prototype:
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=602&threadid=1172470&en terthread=y

Similar Messages

  • Destiny expansion region issue

    I'm from South Africa and I bought the expansion pass from the play station store and it isn't working on my copy of original Destiny which I have seen in the forums as a region issue with dlc where the original copy and ps store needs to match. Now my question is that I assume I'm running on eu servers for psn but how do I tell what the original games region is? On the back cover it says all regions so I'm so confused any help would be appreciated because I really want to play the expansions especially as I have paid for it

    Look for the product code on the game disc CUSA XXXX, then Google it 

  • Freezing discs and region issues

    Hi,
    Creating Wedding vids in FCP6, using compressor to make M2v's on dual layer discs (imation).
    Using DVDsp4.2 to make the discs. Clients all happy, but I've had two clients come back to me 10-12 months later saying their discs are freezing in the middle / latter parts, they can't fast forward or skip chapters, etc. They aren't scratched, they were encoded as best encode 150 minutes 2 pass.
    Any suggestions greatly accepted. Also, I've selected all regions in DVDsp, but stuff I send to the UK won't play there.

    Welcome to the Boards
    Freezes and stalls can often be due to high bandwidth or bad burns/bad media. Verbtaim DL is usually what I use (and so do others around here). If the DVDs were playing and then developed an issue it could still be bad media/dirt/scratches even if the scratches are not seen. When was the layer break in the project, is it right at the spot where it is freezing? I know you mentioned middle, but the break may not be there...
    Note that if the video track is long (3 hours 10 minutes or so) a couple of players can act strangely.
    Media info here
    http://www.digitalfaq.com/reviews/dvd-media.htm
    As to the Region issue are they getting a Region Warning or a PAL/NTSC warning, it would probably be the later I would guess...

  • Dynamic Region Issues

    Jdev 11.1.1.5 - JDK 1.6_31
    I have put a dynamic region on a page with 4 taskflows defined as the regions. Each taskflow is a train.
    I have a bean that controls the loading (the default bean) with a load for each screen.. ie public .. myRegion1, etc... in addition to the getDynamicTF that is created by default.
    public TaskFlowId getDynamicTaskFlowId() {
    return TaskFlowId.parse(taskFlowId);
    public String myjobFlow() {
    taskFlowId = "/WEB-INF/myJobstaskFlowCall.xml#myJobstaskFlowCall";
    return null;
    Everything works fine - the pages load and all is OK - until I select a tab in one of the regions.
    This will cause the generation of the event to get the taskflow from the bean. (getDynamicTaskFlowId)
    because the bean is backing scoped - it does not know the current taskflow (lost when the bean is destroyed)
    I tried to change the scope - but I get a controller error saying the backingBeanScope.DynamicRegionBean cannot be found!
    can anyone tell me the location of the controller file - or how to change the scope - or how to get around this issue.

    Hi,
    instead of using backingBeanScope use viewScope..
    and change expression wherever necessary like
    in page and more important in pageDef file..
    like
    from
    backingBeanScope.bean to viewScope.bean
    Hope this helps..

  • IPad mini region issues?

    Yo,
    I have been searching for this and I only found question about this of years ago, so I decided to make a discussion about it. I am going on vacation to USA and I'm planning to buy an iPad mini there.
    I got a few wuestions:
    1. I live in Europe. Is it possible to setup the device in my language (dutch)?
    2. Can I download apps directly to my iPad?
    3. If so, can I get access to the Dutch apple store? (I think so cause I can access American app stores too)
    4. Can I download any european/dutch apps?
    5. Aside from not being able to register my iPad, will tuere be any other issues?
    Thanks :)

    Here are some answers I hope may help you for some of your questions:
    1) When you first purchase a device it will have you go through a set-up assistant. One of the first questions will ask you what language you would like for your iPad; you would be able to select dutch as language.
    2)Yes you can download app directly through your iPad on the App store that comes pre-installed on the device.
    3)To access Dutch app store you will want to change your account settings and change the region. To do this:
    Tap Settings on the Home screen.
    Tap iTunes & App Stores.
    Tap on your Apple ID. (If you are not signed in, enter your Apple ID and password, and tap Sign In.)
    Tap View Apple ID.
    Enter your Apple ID password.
    Once signed in it will allow you to choose different regions.
    4) You can now download european/dutch apps as long as you have changed the region on your apple ID.  **Note: some apps are only offered in specific regions**

  • Dynamic regions issue data transmission was interrupted

    Hi. I'm using JDev 11.2.2 and ADF full stack.
    Issue is when I'm trying to refresh a dynamic region to load a new task flow. Let me give a test case step by step:
    1.- Using HR, build model: Create objects(Entities, View Objects) for tables Employees and Departments and an Application Module.
    2.-In VC, add a facelets page with two columns layout, first for a tree for switching regions and a dynamic region in the second column.
    3.- Create a page fragment which includes a table generated from employees view in data controls and another page fragment for departments view.
    4.- Create two bounded task flows, one for employees fragment and another for departments fragment.
    5.- Drag and drop a bounded task flow to create a dynamic region in the second column of main page. Make sure selecting backingBean scope for new bean (default is Request scope).
    6.- In model, create a static list populated View Object with two attributes: one for task flow id and one for description
    7.- In VC, generate a Tree in the first column of main page
    8.- Write a selection listener for tree component to read the current task flow id and set that value to dynamic region task flow id in appropriate bean.
    9.- Set partials triggers in dynamic region in the main page to listen to tree events.
    10.- Run and try to load a new task flow by clicking in the tree. An alert is fired with this message:
    *"The content of this page failed to load as expected because data transmission was interrupted. Please try again, or contact your system administrator."*
    And, in the log appears following lines:
    *<FaceletViewHandlingStrategy> <handleRenderException> Error Rendering View[index.jsf]*
    java.lang.IllegalStateException: Could not find component to stream
         at oracle.adfinternal.view.faces.streaming.StreamingDataManager.submit(StreamingDataManager.java:378)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer._encodeStreamingResponse(DocumentRenderer.java:3666)
         at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1474)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:511)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:923)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1681)
         at oracle.adfinternal.view.faces.context.PartialViewContextImpl._processRender(PartialViewContextImpl.java:321)
         at oracle.adfinternal.view.faces.context.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:152)
         at javax.faces.component.UIViewRoot.encodeChildren(UIViewRoot.java:974)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1674)
         at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:91)
         at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:399)
         at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.renderView(ViewDeclarationLanguageFactoryImpl.java:350)
         at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:273)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:165)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1032)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:339)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:237)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:509)
         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:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         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)
    If the taskflow id of taskflow which didn't work is established in dynamic region bean as initial taskflow for the region, it works, but the other taskflow fails.....
    Any suggestions?
    DEMR

    Thank you. That solves the issue. Maybe a mistake in docs:
    [http://docs.oracle.com/cd/E35521_01/web.111230/e16182/taskflows_regions.htm#CHDJHACA]
    It says:
    To create an ADF dynamic region:
    In the Application Navigator, select and open the JSF page where you want to create the ADF dynamic region.
    Drag and drop the first bounded task flow onto the JSF page.
    From the context menu that JDeveloper displays, choose Create > Dynamic Region.
    Choose the appropriate option in the Choose Managed Bean for Dynamic Region dialog that JDeveloper displays:
    If you want an existing managed bean to store the bounded task flow's ID, select an existing managed bean from the Managed Bean dropdown list.
    The managed bean passes the value of the bounded task flow's ID into the task flow binding of the ADF dynamic region. Make sure that the managed bean you select is not used by another ADF dynamic region.
    If no managed bean exists for the page, click the Add icon next to the Managed Bean dropdown list to create a new one. Enter values in the dialog that appears as follows:
    Bean Name: Enter a name for the new managed bean. For example, enter DynamicRegionBean.
    Class Name: Enter the name of the new managed bean class.
    Package: Enter the name of the package that is to contain the managed bean or browse to locate it.
    Extends: Enter the name of the Java class that the managed bean extends. The default value is java.lang.Object.
    Scope: This field is read-only and its value is set to backingBean. For more information about the memory scope for managed beans, see Section 18.2.4, "What You May Need to Know About Memory Scope for Task Flows."
    Click OK to close the dialogs where you configure the managed bean.
    Regards,
    DEMR

  • IPad 2 region issues

    Hey there,
    Can anyone help me with how I can solve my issues with "region?
    I live in Manila and bought iPad 2 in Manila. I apparently gave my Manila billing address and credit card details.
    Problem is I can't get any good books from iBooks or no good magazines... It always says that it's not available in Philippines store.
    Can I change the region to be Thailand or India?
    Cheers
    Sam

    The terms of use of the stores state that in order to use a country's store you need to have an address in that country, actually be in that country, and if using a credit card then that also needs to be registered in that country - so if you live and are currently in the Philippines then you can only use that store.
    In terms of books are there other ebook purchase download sites which have their own apps for the iPad that you could use ? The iBooks app will also accept DRM-free epub books from other sites.

  • Editable region issue

    Anyone ever have this issue:
    I built a template in DW and set two editable regions. When I open a page to edit in Contribute (client's copy, windows vista) the light blue outline that surrounds the editable region sits at the top of the div and does not expand. It also adds a return at the top of the div. Otherwise it edits and saves like it should. It is a very simple file, three headings and a text style. Any suggestions?
    Thanks!

                    Administer the site in Contribute and Edit the role setting. Select the option “Two lines, as in web page editors (uses standard <p> tags)”.
    Hope this solves your problem.

  • Unresolved region issues?

    I don't know if I am in the right forum but every time remove template markup then try to save the page it says that I have unresolve issues with the template reregions.  Is this a problem and if so what must I do to correct it?  Thanks Michael.

    I don't believe I was vague in my post or making anyone guest at the problem.  There is no code to copy and paste.  It is just when I remove an editable region from a template so no other changes can be made to the children pages, saving the changes made to the template produces a pop up telling me there are unresolve issues with the regions that I removed. 
    Removing an editable region from a template page will synchronize all child pages to whatever the content is in that location on the template page.  In other words, you will lose ALL page-specific content from the child pages.  This is NOT an effective way to prevent other changes from being made to child pages and is akin to shooting ones self in the foot.
    If you are getting this unresolved issues popup then you have errors on your page.  Without actually seeing your page and knowing what you are attempting to remove, it would be hard to guess what errors these might be.

  • Downloading pdf inside adf region issue

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

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

  • Here Drive + Beta (Navigation region issue)

    Hi all.
    Well, long story short , i had a Lumia 800 until march and recently bought a Lumia 920, so i gave the 800 to my sister, till now all is good except for the shocking news i discovered yesterday when tried to navigate to a destination and here drive told me politely that navigation isn't available for my country, but on the 800 i used Nokia drive not once and this was a big + for me when i chose nokia over others.
    Well i live in Moldova, the map provided by Navteq is awfull, it has only the  national and international roads( and some POI's)  and this is all, and by the way city names are often incorrect written, but it was a lot easier to navigate from one region to another without getting lost, so i don't know who at Nokia had that "genius" idea to remove Moldova from the list of allowed countries for navigation but it was a bad move, so please update the list and on another note update the map too .
    Good luck all ...

    Hi Sparxx,
    Welcome to Nokia Support Discussions!
    Are you using Nokia Drive or Here Drive Plus Beta? Here Drive Plus Beta, if not yet pre-installed, can be downloaded from the Store.
    Here Drive Plus Beta, provides you with voice-guided turn-by-turn navigation in all supported countries across the globe. For the list of navigable countries, see this link:
    http://discussions.nokia.com/t5/HERE-Location-based-services/In-which-countries-can-I-use-navigation...

  • R12 upgrade causing HGrid tree region issue

    in 11i the HGrid and tree region was showing the expansion (+ ) node and the child records were being shown
    after upgrade to R12, the child nodes are not being shown. Only the parent node.
    checked the view objects and definition of HGrid region. The view objects return rows and the region definition is similar to a standard OAF page.
    Any clues on what could be missing in R12 ?

    Hi,
    Is this a custom page or standard one ?
    --Sushant                                                                                                                                                                                                       

  • Create Item with no Page Regions, but with P0 Region Issue

    Hi,
    Suppose you have a region on Page 0 called: P0_REGION. You then create a page, P100, with no region. If you try to create a Page Item you get the following message:
    Unable to Create Page Item
    You must create at least one region before you can create a page item.
    Shouldn't we be allowed to create a page item and apply it to the P0 region? I didn't file this as a bug since I didn't know if this is what should happen.
    Thank you,
    Martin Giffy D'Souza
    [http://apex-smb.blogspot.com/]

    Hi Roel,
    Not exactly. I have a common region on Page 0 which contains buttons, jQuery Tabs etc. On each Page, P100 for example, I put items into that region for display purposes. I don't want to create these at P0 Items since they will be run for each page (or I'll have to put a lot of conditions on them).
    Martin Giffy D'Souza
    [http://apex-smb.blogspot.com/]

  • LDAP Login Problems - Region Issue

    Hi,
    I am using LDAP authentication with the following LDAP DN string:
    cn=%LDAP_USER%,l=emea,dc=oracle,dc=com
    This is working fine (for EMEA) but US employees are receiving error messages. I know this needs to be set to l=amer but then EMEA employess will recieve an error. Is there a way to set this value using a variable?
    Thanks for any help.
    Regards,
    Richard.

    Hi,
    What if you want to include global employees and not only regions?
    Will you please specify the options available or where can I find more information about the ldap options?
    Thanks
    Message was edited by:
    notepad

  • DVD Region issue

    Just inserted a purchased (legitimately) DVD. The disk cannot be played becsue it does not match the region of the computer. It says that the region code can no longer be changed. I am in Australia. I believe it is region 4 here.
    This is my girfirend's computer, she says she has never seen a message like that before and has never had to change the region of the DVD player. Hmmm. I give her the benefit of doubt for this. She/we just want the MacBook to be set to region 4 so we can view local region movies.
    In any case, from the posts I have read there seem to be work-arounds, ligitimate, iligitimate, and some are just plain misguided and presumptuous.
    I have some questions that I hope can be answered:
    1: Is there software, or an Apple dialogue box, (there once was) that allows you to set the region code, even it is for the last time? Please note, Apple Help menu says to change the code by inserting a disk from the region you want, however simply inserting a disk won't do it because the computer says the region code is not changeable.
    2:VLC media player is recommended in other posts for playing movies. Will it really bypass the Mac Region Code settings so it will allow Regiond Code 4 movies to be played? I am of the belief that VLC does not bypass region coding at all.
    3: Will apple tech support set the DVD player to our local region I can't fix it myself?
    Christo
    Message was edited by: Christo

    I would either call AppleSupport or use VLC, i have no experience of it but other posts suggest it will bypass the Region coding on drives.
    Did your G/F buy the Macbook from new? If not there is a chance the Region coding was changed before she purchased it.
    Regards
    Rowan

Maybe you are looking for