Ssrs 2008 r2 rectangle causes first page to be blank

In an SSRS 2008 r2 report I have 6 matrixes that I placed into 1 rectangle so that all the individual items do not float.
The problem is that the first page of the ssrs 2008 r2 report is blank when the report is executing.
I have set the report properties to: landscape, custom paper size, width 14" and height = 11". The report properties are width 14 inches and the height is 11 inches. The body properties keep changing to 26.75719 inches and width = 13.54667 inches.
When I set the border of the rectangle to solid,  I can see the rectangle when the SSRS report is executing. The rectangle appears before any of the matrixes are displayed. However when I look at the rectangle in design mode, the rectangle is around all
6 of the matrixes.
Thus could you tell me why the rectangle is displayed in a different location when the report is executing and not around all the matrixes at that point?
If there is no property that can be set, then should I have more than one rectangle? To place the objects into separate rectangles, I want to mention that that there is a header matrix and a summary rectangle that need to be shared. Matrix #2 and Matrix #3
are for students in grades 01 to 08. Matrix #4 and #5 are for students in grades 09 to 12.
Can you tell me what I can do so that I do not have a blank first page when the SSRS 2008 R2 report is executing?

Hi wendy,
If we want to use a rectangle as a container for other items, we should drag them into the rectangle. When we move the rectangle, the items that are contained within the rectangle move along with it. An item within the rectangle shows the name
of the rectangle in its Parent property.
For more information about using a rectangle as a container, please see:
Add a Rectangle or Container (Report Builder and SSRS)
If there are any other questions, please feel free to ask.
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • Customer Invoicing Printing First page line items blank

    Hi Everybody,
    Customer Invoicing Printing First page line items blank and it is printing it from the second page.  Please help me on this.
    Regards,
    Md Ziauddin.

    item No    Material No   Descripition  Putaway Bin   SUT  Vendor Batch  LE QTY  COA   Base UOM
    this how my line item should like, i am able to print only single line item for each item no.
    if i have 5 pallets for single line item, i want the same line item to be printed 5 times and this is what i am looking at

  • I need my first page to load blank!

    Howdy One and All,
    I need the first page to load blank (just a transparent background would do) but at the moment it's loading the first page of text. I want the text to appear when I hit the home button (named: mc.menuBtn1_btn). I'm having a little problem with the following code. Any ideas welcome
    I want the buttons to slide in on the x from left to right and then settle in position, with no text on screen.
    Then, when I hit the home button, the home page appears, followed by all the other buttons in the menu I decide to click.
    I don't want to create scenes as it's all in AS3.
    Hope this clarifies things
    import fl.transitions.*;
    import fl.transitions.easing.*;
    // tween the main menu into place upon opening
    var moveTween:Tween = new Tween(mainmenu_mc, "x", Elastic.easeOut, mainmenu_mc.x, 1, 20, true);
    // claim MCs from library to use on stage when needed using addChild
    var p1:page1 = new page1;
    var p2:page2 = new page2;
    var p3:page3 = new page3;
    var p4:page4 = new page4;
    var p5:page5 = new page5;
    var p6:page6 = new page6;
    var p7:page7 = new page7;
    var p8:page8 = new page8;
    var p9:page9 = new page9;
    pageContainer_mc.addChild(p1);
    // instruct the above page container to run a tween
    var pageMoveTween:Tween = new Tween(pageContainer_mc, "y", Elastic.easeOut, 0, 0, 2, true);
    //new
    mainmenu_mc.menuBtn1_btn.addEventListener(MouseEvent.CLICK, btn1Click);
    mainmenu_mc.menuBtn2_btn.addEventListener(MouseEvent.CLICK, btn2Click);
    mainmenu_mc.menuBtn3_btn.addEventListener(MouseEvent.CLICK, btn3Click);
    mainmenu_mc.menuBtn4_btn.addEventListener(MouseEvent.CLICK, btn4Click);
    mainmenu_mc.menuBtn5_btn.addEventListener(MouseEvent.CLICK, btn5Click);
    mainmenu_mc.menuBtn6_btn.addEventListener(MouseEvent.CLICK, btn6Click);
    mainmenu_mc.menuBtn7_btn.addEventListener(MouseEvent.CLICK, btn7Click);
    mainmenu_mc.menuBtn8_btn.addEventListener(MouseEvent.CLICK, btn8Click);
    mainmenu_mc.menuBtn9_btn.addEventListener(MouseEvent.CLICK, btn9Click);
    function btn1Click (event:MouseEvent):void {
    //home button actions
    var btn1Outro:Tween=new Tween(pageContainer_mc,"alpha",Strong.easeOut, 1, 0, 1, true);
    btn1Outro.addEventListener(TweenEvent.MOTION_FINISH, runBtn1Transition);
    function runBtn1Transition (event:TweenEvent):void {
    pageContainer_mc.removeChildAt(1);
    pageContainer_mc.addChild(p1);
    var btn1Intro:Tween = new Tween(pageContainer_mc, "alpha", Strong.easeOut, 0, 1, 1, true);
    function btn2Click (event:MouseEvent):void {
    var btn2Outro:Tween = new Tween(pageContainer_mc, "alpha", Strong.easeOut, 1, 0, 1, true);
    btn2Outro.addEventListener(TweenEvent.MOTION_FINISH, runBtn2Transition);
    function runBtn2Transition (event:TweenEvent):void {
    pageContainer_mc.removeChildAt(1);
    pageContainer_mc.addChild(p2);
    var btn2Intro:Tween = new Tween(pageContainer_mc, "alpha", Strong.easeOut, 0, 1, 1, true);
    etc. etc. etc... 

    I'll assume that you are referring to p1.  If you don't want it to appear, then you should set its alpha value to 0 before you add it to the display list...
    p1.alpha = 0;
    pageContainer_mc.addChild(p1);
    If the text is remains visible, then chances are you are using a dynamic textfield and have not embedded the font in it.

  • First page comes out blank

    Photosmart 8250 Every time I print after turning the printer on, the first page comes out blank then every thing goes allright. What/how to correct?
    Thank you. 

    the problem you are facing might be because in first page general attributes you had not defined next page as page 2 ..as you  are saying the desired thing is happening oon pages 2 and 3 but not for 1 and 2
    so from this it seems that linking of pages might be missing.
    Hope it helps you
    RICha

  • Tasklist taskflow causing ADF page to be blank

    Hi,
    I am adding the tasklisttaskflow in adf page . But when after I deploy the app in SOA server, the page renders as blank.
    Authenticator is OID authenticator.
    I have added ADF security,granted access to taskflows. I get the following exception.
    javax.el.ELException: java.lang.AbstractMethodError: getInternalServerURL
    at com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at oracle.adf.controller.internal.util.ELInterfaceImpl.invokeMethod(ELInterfaceImpl.java:173)
    at oracle.adfinternal.controller.activity.MethodCallActivityLogic.execute(MethodCallActivityLogic.java:162)
    at oracle.adfinternal.controller.engine.ControlFlowEngine.executeActivity(ControlFlowEngine.java:994)
    at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:879)
    at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:778)
    at oracle.adfinternal.controller.engine.ControlFlowEngine.invokeTaskFlow(ControlFlowEngine.java:243)
    at oracle.adfinternal.controller.state.ChildViewPortContextImpl.invokeTaskFlow(ChildViewPortContextImpl.java:105)
    at oracle.adfinternal.controller.state.ControllerState.createChildViewPort(ControllerState.java:1380)
    at oracle.adfinternal.controller.ControllerContextImpl.createChildViewPort(ControllerContextImpl.java:78)
    at oracle.adf.controller.internal.binding.DCTaskFlowBinding.createRegionViewPortContext(DCTaskFlowBinding.java:440)
    at oracle.adf.controller.internal.binding.DCTaskFlowBinding.getViewPort(DCTaskFlowBinding.java:358)
    at oracle.adf.controller.internal.binding.TaskFlowRegionModel.doProcessBeginRegion(TaskFlowRegionModel.java:164)
    at oracle.adf.controller.internal.binding.TaskFlowRegionModel.processBeginRegion(TaskFlowRegionModel.java:112)
    at oracle.adf.view.rich.component.fragment.UIXRegion$RegionContextChange.doChangeImpl(UIXRegion.java:1201)
    at oracle.adf.view.rich.context.DoableContextChange.doChange(DoableContextChange.java:91)
    at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:695)
    at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:498)
    at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:127)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:50)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspIterationTagNode.executeHandler(OracleJspIterationTagNode.java:45)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspIterationTagNode.executeHandler(OracleJspIterationTagNode.java:45)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspNode.execute(OracleJspNode.java:89)
    at oracle.jsp.runtimev2.ShortCutServlet._jspService(ShortCutServlet.java:89)
    at oracle.jsp.runtime.OracleJspBase.service(OracleJspBase.java:30)
    at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:665)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:387)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:802)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:726)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    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:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:176)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61)
    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:524)
    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
    at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
    at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:45)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
    at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:45)
    at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:268)
    at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:471)
    at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:140)
    at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:191)
    at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:800)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:294)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:214)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
    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:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    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:61)
    at oracle.security.wls.filter.SSOSessionSynchronizationFilter.doFilter(SSOSessionSynchronizationFilter.java:277)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61)
    at oracle.security.am.agent.wls.filters.OAMServletAuthenticationFilter.doFilter(OAMServletAuthenticationFilter.java:265)
    at oracle.security.am.agent.wls.filters.OAMValidationSystemFilter.doFilter(OAMValidationSystemFilter.java:134)
    at oracle.security.wls.oamagent.OAMAgentWrapperFilter.doFilter(OAMAgentWrapperFilter.java:120)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:176)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:61)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3729)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3695)
    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:2285)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2184)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1459)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.AbstractMethodError: getInternalServerURL
    at oracle.bpel.services.workflow.runtimeconfig.client.RuntimeConfigServiceRemoteClient.getInternalServerURL(RuntimeConfigServiceRemoteClient.java:522)
    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 oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invokeTarget(WFClientRetryInvocationHandler.java:133)
    at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invoke(WFClientRetryInvocationHandler.java:72)
    at $Proxy633.getInternalServerURL(Unknown Source)
    at oracle.bpel.worklistapp.tasklist.beans.view.TaskListTaskFlowParams.setTaskFlowParams(TaskListTaskFlowParams.java:347)
    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 oracle.adf.controller.internal.util.ELInterfaceImpl.invokeMethod(ELInterfaceImpl.java:173)
    at oracle.adfinternal.controller.activity.MethodCallActivityLogic.execute(MethodCallActivityLogic.java:162)
    at oracle.adfinternal.controller.engine.ControlFlowEngine.executeActivity(ControlFlowEngine.java:993)
    at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:879)
    at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:778)
    at oracle.adfinternal.controller.engine.ControlFlowEngine.invokeTaskFlow(ControlFlowEngine.java:243)
    at oracle.adfinternal.controller.state.ChildViewPortContextImpl.invokeTaskFlow(ChildViewPortContextImpl.java:104)
    at oracle.adfinternal.controller.state.ControllerState.createChildViewPort(ControllerState.java:1380)
    at oracle.adfinternal.controller.ControllerContextImpl.createChildViewPort(ControllerContextImpl.java:78)
    at oracle.adf.controller.internal.binding.DCTaskFlowBinding.createRegionViewPortContext(DCTaskFlowBinding.java:440)
    at oracle.adf.controller.internal.binding.DCTaskFlowBinding.getViewPort(DCTaskFlowBinding.java:358)
    at oracle.adf.controller.internal.binding.TaskFlowRegionModel.doProcessBeginRegion(TaskFlowRegionModel.java:164)
    at oracle.adf.controller.internal.binding.TaskFlowRegionModel.processBeginRegion(TaskFlowRegionModel.java:112)
    at oracle.adf.view.rich.component.fragment.UIXRegion$RegionContextChange.doChangeImpl(UIXRegion.java:1199)
    at oracle.adf.view.rich.context.DoableContextChange.doChange(DoableContextChange.java:91)
    at oracle.adf.view.rich.component.fragment.UIXRegion._beginInterruptibleRegion(UIXRegion.java:693)
    at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:498)
    at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:127)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:50)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspIterationTagNode.executeHandler(OracleJspIterationTagNode.java:45)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
    at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
    at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
    at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
      at oracle.jsp.runtime.tree.OracleJspIterationTagNode.executeHandler
    Any idea about this?

    I think it's because there aren't any records in that table yet so I guess I have to set the links to $_GET instead...

  • Having a problem: Placing image or putting drop shadow on rectangle causing entire page to lighten up.

    I don't know how to word this properly, so I'm sorry if I'm doing this all wrong! I'm having a problem with my document in indesign. I have placed a jped image on the page to serve as the background image. I did this on the master page. I first noticed this problem when I was trying to put a .psd image onto the page. When I did, it would cause the entire page to dramatically brighten! I finally gave up and moved on, and now I ran into the problem again when I created a new rectangle box. I put a drop shadow effect on the box and when I did this, it also made the entire page lighten up. Any suggestions on how to fix this problem??
    Thanks so much!

    Whenever you add a transparency effect such as drop shadow over another image, especially a grayscale image, InDesign changes how the page is rendered to reflect what it will look like when printed. As I understand it, nothing has changed but the display. Choose View > Overprint Preview to avoid such surprises and get a more accurate representation of what you'll see when printed when colors are separated. If your document is going to be output to PDF or SWF, choose Edit > Transparency Blend Space > Document RGB instead of Document CMYK.

  • Is it possible to change the first page of a web application that was built using the UI?

    Hello Community
        Using Sharepoint 2010 Server and the UI I built and application and would like
    to continue building the web application using the UI.
        The application's first page was built using a Blank Site template and
    the subsequent subsites were built using the Team Site template.
        In retrospect the first page should also have been built using a Team Site template.
        It may be unnecessary to make to delete the application
    and create the first page as a Team Site and then have to create all of the
    subsites (Team Sites) all over again.
        As a solution to prevent deleting the whole application and creating application
    with all of the subsites all over again whether it is possible to do any of the
    following:
        - Convert the Blank Site page into a Team Site page which would allow
    me to leave all of the subsites as is.
        - rename the Blank site page which would in effect would be renaming the application
    then create a new Team Site page which would be essentially creating a new application and
    then adding all of the subsites contained in the renamed application that has the first page
    as a Blank page.
        And if is possible to add, copy or move the subsites from existing sites to a new Team Site
    page, how do you add, copy or move the subsites from one application to a diffent application?
        Thank you
        Shabeaut

    Hi Shabeaut,
    According to your description, my understanding is that you want to change the template of the root site without creating the susites in another web application.
    I recommend to export all the existing subsites and import them to new web application.
    More references:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/cc7c11ec-e4da-4ddb-babd-db76ccb35664/move-subsite-to-new-site-collection?forum=sharepointadminprevious
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/fd321bac-16a7-47e4-842e-00b7ca0f7f05/move-subsite-to-other-site-collection-as-subsite?forum=sharepointadminprevious
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Acrobat Reader 11 only prints the first page of a multipage document.

    When printing a commercially created document with printing permissions enabled, only the first page prints when printing all or a selected range of pages on HP LaserJet 4000 and 8000 printers.  Access is denied is displayed on ocassion.

    They gotta fix this. It's been a huge problem for me for more than a year. I''ll defect to Chrome soon if they dont address this bug soon. Printing has been atrocious, even pathetic, i hate to say it. I can only print one page, maybe two if i am lucky. Sometimes, if it prints more than one page, the first page is mostly blank and the formatting of the text and sidebars is completely overlapped and sometimes unreadable. Basically, printing in Firefox is useless - it's a joke. I have to take the URL from Firefox and paste it into Chrome to get a decent print job. Why isnt this bug a higher priority?
    Tags: Firefox cannot print, Firefox printing bug, Firefox only prints one page

  • Firefox 3.6.6 only prints the first page on windows 2000

    Trying to print web pages using forefox 3.6.6 on Windows 2000 only the first page prints though multiple blank pages are printed after the first
    == This happened ==
    Every time Firefox opened
    == don't know but noticed with 3.5

    They gotta fix this. It's been a huge problem for me for more than a year. I''ll defect to Chrome soon if they dont address this bug soon. Printing has been atrocious, even pathetic, i hate to say it. I can only print one page, maybe two if i am lucky. Sometimes, if it prints more than one page, the first page is mostly blank and the formatting of the text and sidebars is completely overlapped and sometimes unreadable. Basically, printing in Firefox is useless - it's a joke. I have to take the URL from Firefox and paste it into Chrome to get a decent print job. Why isnt this bug a higher priority?
    Tags: Firefox cannot print, Firefox printing bug, Firefox only prints one page

  • Firefox only prints the first page of several multi-page URL's.

    When I try to print a multi page URL, it only prints the first page and identifies it as Page 1 of 1, instead of Page 1 of x.
    But, IE-8 prints ALL x pages of the same URL perfectly.
    I've noticed this exact same FF problem with certain other URL's.
    This problem is on the current version 14, and dates back to version 9 or before! Any suggestions?
    Has anyone filed a Bugzilla Report? Please see Replies below, and visit:http://forums.mozillazine.org/viewtopic.php?f=38&t=511130&start=15 for more information.

    They gotta fix this. It's been a huge problem for me for more than a year. I''ll defect to Chrome soon if they dont address this bug soon. Printing has been atrocious, even pathetic, i hate to say it. I can only print one page, maybe two if i am lucky. Sometimes, if it prints more than one page, the first page is mostly blank and the formatting of the text and sidebars is completely overlapped and sometimes unreadable. Basically, printing in Firefox is useless - it's a joke. I have to take the URL from Firefox and paste it into Chrome to get a decent print job. Why isnt this bug a higher priority?
    Tags: Firefox cannot print, Firefox printing bug, Firefox only prints one page

  • Hi Experts, a questions concerning next page of first page in smartform?

    Hi Experts,
    I have a smartform layout and it has only first page, can I make the next page empty for the first page? I want to print one page.
    Kind regards
    Dawson

    Hi George,
    there is no loop or table node in main window and I specify the next page of the first page to be "blank", can it only print one page(first page)?
    Kind regards
    Dawson
    Edited by: dawson wang on May 7, 2009 11:27 AM
    Edited by: dawson wang on May 7, 2009 11:28 AM

  • First page on website is blank

    I have successfully started a personal domain withiWeb.
    My address however shows something like this  www.mywebsite/www.mywebsite/firstpage name.html
    when I go to MOBILE ME  , and look under iWeb, the first page is labeled blank
    On the iWeb editing page the first page is www.mywebsite, and the second page is firstpage
    here, have a look for yourself
    http://www.stoptaxpayerfundedbailouts.com/www.stoptaxpayerfundedbailouts.com/CON RAD_TAMEA_JR_MD.html
    What am I doing wrong??
    Thanks

    You may want to consider renaming your Site to something simpler instead of giving it the same name as your domainname.
    On the iWeb editing page the first page is www.mywebsite, and the second page is firstpage
    here, have a look for yourself
    http://www.stoptaxpayerfundedbailouts.com/www.stoptaxpayerfundedbailouts.com/CON RAD_TAMEA_JR_MD.html
    Do not confuse Pagenames with Sitenames with Domainnames.
    The first part is your Domainname
    The second part is your Sitename
    The third part is your Pagename
    The Sitename and Pagename is what you entered yourself. You can change it if you want.
    Here's a little learning regarding the concept of iWeb Sites :
         The concept of iWeb Sites

  • First Page appears blank

    Hey Everyone,
    We have a few people that use Adobe Acrobat 7 Professional at our company, and very recently one person started experiencing a weird issue where they would open a .pdf and the first page would appear blank (as in a grey background like nothing is there). They could then move forward to page 2, then back to 1 and it will display correctly. This has happened with more than one .pdf. I have tried uninstalling and reinstalling the software, but to no avail. The .pdf's are not corrupt, as they open just fine in Adobe Reader, and I can take them to another machine with Acrobat 7 installed and it opens fine there as well. I have looked through the settings in comparison to another machine and they seem to be identical. There must be some setting I'm missing, but I'm not sure where to look. Any help with resolving this problem, or even a simple point in the right direction would be greatly appreciated.

    Hey Paul,
    Thanks for responding. I tried this for the employee, but unfortunately it did not do the trick. One weird thing that I noticed is that it doesn't do the blank page everytime. This also seems to only happen in Acrobat Pro. The Adobe Reader opens the .pdf fine every time. Weird issue huh?

  • Iweb pages are suddenly blank.

    When I open iweb all but the first page are suddenly blank. I've quit, dumped the .plist, re-started, repaired the preferences, dumped the cache - and still I can only see the first page. Online I can see the whole site, but to edit on my commuter, not so much. At first, when I look at the other pages, I can see the outline of the template, but then that disappears, too. The weirdest part is this happened on two computers! At first I could't even open the first page, but I'd backed up onto idisk, so I downloaded the file, but could only get the first page, as I said.

    You've done the standard "fixes" so it might be time to reinstall iWeb. To do so you'll have to delete the current application and all files with "iWeb" in the file name with either a .PKG or .BOM extension that reside in the HD/Library/Receipts folder and from the /var/db/receipts/  folder,
    Click to view full size
    Then install iWeb from the disks it came on originally and apply the necessary updaters.
    OT

  • How to make a summary column appear only once (in the first page only) in SSRS 2008?

    Hello Everyone,
    How to make a summary column appear only once (in the first page only) in SSRS 2008?
    Regards
    Gautam S
    Regards

    Hi,
    Assuming you have test data like this ;
    select 'abc'as [GROUP],'NN' name , 1 id
    union all
    select 'abc' as [GROUP] ,'PP' name , 1 id
    union all
    select 'abc'as [GROUP],'RR' name , 2 id
    Step1  : take Tablix with row group as your group Name .
    Step2 : right Click on Row Group Details -> Delete-> Delete Group Only
    Step3 : In Count Cell use below expression ;
    =CountDistinct(Fields!id.Value)
    Follow this link;
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/b6b45917-0a26-4d15-be46-2c6a2697d6e9/distinct-rows-sum?forum=sqlreportingservices#5ffdee06-c2c8-44ea-a3a5-b958488bb6b5
    Thanks
    Please Mark This As Answer or vote for Helpful Post if this helps you to solve your question/problem. http://techequation.com

Maybe you are looking for

  • Delete rule not being generated in DDL

    Hi, I've only recently started using SQL Developer Data Modeler (coming from the Designer world), and it's been a good learning experience. There's a piece that I can't seem to figure out though, and it's related to the generation of DDL for foreign

  • Save Doesn't Work in Dw CS3

    All of a sudden Save no longer works in Dreamweaver CS3 on an XT(2) PC. At first I tried Control-S and thought that something was grabbing the control character - but it doesn't even work from the drop down Menu File/Save. What is weird is the Save A

  • Rebate settlement and VAT

    Hi Gurus, I am implementing retrospective rebates in SD. I have produced a rebate settlement document (in Poland (where I am working) that document is a corrective invoice request). With the billing document that I will produce from that request I ne

  • Problems converting access database to excel

    is there any method to convert access db to excel spreadsheet. currently i'm using a 'cheat' way of retrieving the results to a table and convert to excel using this: response.setContentType("application/vnd.ms-excel"); response.setHeader("Content-Di

  • Adobe Acrobat 8.1.1 unable to load plug-in in Window Vista 64 bit

    Hi, Abode Acrobat is not loading the plug-ins which are build using 64bit compiler. Even I tried this with sample plugin (eg. BasicPlugin) but that also I am n't able to load it. So does Adobe Acrobat 3d v8.1.0 supports plug-ins which are build using