Submitting one region on a page

All,
I need help with partial submit of one region on a page. Ive a file browse item on one region and when i click the "attach button" on this region i want to attach only this file but not to submit the entire page, can someone help i'll appreciate.
apex 4.1.1/oracle 11gr2
thanks,

...or can you suggest to me a better way to attach a file via "file browse" item without SUBMIT the page?I'm not really tracking here. I just went to one of my apps that is designed to upload files and has a 'File Browse' item. When using IE, I click the 'Browse' button. I select a file. I click 'Open'. The file is now displayed in the file-browse page item. None of these actions have caused the page to be submitted. That is one definition of 'Attach' -- I don't think that's what you mean.
I am guessing based on what you indicated in your first message that you have another button on your page called 'Attach' that performs a function to submit the page and run processing code to attach the file thus identified to the record on-screen. If this is the case, then you have control over what happens when that button gets pressed.

Similar Messages

  • Submiting one Portlet on a page of many

    Is there a way to submit the information in one portlet on a portal page which has multiple portlets. I'm writing the portlet code manually instead of using the tool, and I have been trying to use the procedure call
    wwpob_page.render_portlet_screen in my <FORM> tag
    eg: <FORM ACTION="wwpob_page.render_portlet_screen?p+providerid=1231212&.....">
    but I cant seem to get it to work properly. It. I have set the value in p_mode to 1 which is MODE_SHOW, but setting to 1 and seems to have the same effect of setting p_mode to 7, that is it opens the portlet in MODE_PREVIEW
    Please Help
    null

    Try the parameters example (PL/SQL) or the multi-page example (Java). Both of these show how to use form buttons to pass information to portlets based on URL parameters.

  • One region triggered by another region

    Hi,
    I want to change the rendered property of a component in main page(container of regions) as well as a component in region1 based on value selected in the drop down in region2.
    I wrote the following code for region1:
    <af:panelGroup partialTriggers="Region2:selectAccPPR">
    <af:region id="Reg1" regionType="ss.Region1" value="#{bindings.idReg}"/>
    </af:panelGroup>
    Simply, using 'partialTriggers' as other region's id. But this is not working.Same region component is dynamicallly rendering based on other component state in that region.
    How to make one region and main page triggered by another region?
    Please reply asap.

    Please tell if anyone has any idea of this.
    I am using Jdev10.1.3

  • How to add more than one tabular region in a page?...

    How to add more than one tabular region in a page?
    i have a page, that page contain form and tabular region. when i trying to add another tabular region it showing error
    1 error has occurred
    Updatable SQL Query already exists on page 2. You can only add one updatable SQL query per page. Select a different page.
    but i have to add the tabular in that page.
    Is it possible?
    pls help...
    Thanks and regards,
    skud

    hi,
    even i am searching for some thing similar.
    i want to have 3 calendars in one page.
    getting same message calendar already exists on page 2. You can only add one calander per page. Select a different page.
    pls help.

  • Session state of page item different from one region to another region

    hi,
    on one particular page I have two regions. A page item (LOV pop-up) is set in the first region. I leave this region with a button and jump back with a branch to the same page. The page item has now the selected value (as is shown by session state window). So far so good.
    The second region (SQL query type) uses this page item. However, for some reason the page item is NULL in that second region.
    Can anyone explain this behavior ?
    ron

    thanks Joel,
    I did already what you suggested. The title in region 2 is evaluated to the same value as in region 1.
    The SQL query (that actually runned with identical syntax before) is:
    select bla from blatable where bla = :P920_RU
    this generates:
    report error:
    ORA-12801: error signaled in parallel query server P000
    ORA-01741: illegal zero-length identifier
    So apperently the bind variable is evaluted to (or cached as) NULL.
    I noticed something strange in the session window. There are several page items in the application. All of them are listed in the 'Session State' region. The page item that makes problems is the only one that is also listed in the 'Page Items' region. It is even listed when I start the session window from another page. Weird.
    any other ideas ?
    Actually, how could you possibly clear session state between rendering two regions ?
    Ron

  • How to display help text for Region in a page having more than one region

    Hi all,
    I want to display help text for each region in my page. I have 5 regions in my page.
    I have a big help text for each of my region so can any easy way is there to put the help text for each region more than 10 lines .I tried lot by searching forums but not able to implement. any document is there then please let me know.
    Thanks in advance,
    Amit

    i mean either if we click the region title name it should display some help text of near about 10 lines in a popup window.
    Or on moseover whenever we will put the cursor into the region title then it should displat the help text message of line 10.
    Hope you will get my qustion well.
    Thanks,
    Amit

  • Jump to specific region on a page

    I have a page with multiple (10+) sql report regions. What I’m looking to do is let users select one of the regions from a list thereby jumping (moving focus) to that specific region on the page.
    If possible I’d like to do this without submitting the page again.
    If anyone has tips or has seen a thread with this answered already, please let me know.
    Thank you

    Give each report region a unique ID using the region's Static ID property, for example emp-report.
    These can be referenced as fragment identifiers in URLs:
    <a href="#emp-report" title="Go to Employee report on this page">Employees</a>
    Re: Lists that go to items.

  • Multiple regions on 1 page

    I know that I can only have 1 Tabular Form on a page.
    I know that I can have multiple regions on a page.
    Can I have multiple HTML regions on the same page, with Text Fields?
    And, if so, do I need separate submit buttons for each region???
    Thank you -
    Marion

    Marion:
    Can I have multiple HTML regions on the same page, with Text Fields?Yes, you can. However,you are not allowed to submit more than 100 page-items.
    And, if so, do I need separate submit buttons for each region???All page items regardless of what region they are on are submitted on the submit action. Hence one 'Submit' button will suffice.
    varad

  • How can i redirect to with one button to different pages!

    Hi All,
    For any application, for the first time,if a new table exists then there will no data in that table.
    based on this scenerio,in my application,i am handling apex validation staying that "you have no data. Please click here to go Reset symbol page.
    when it redirects to Reset symbol i am providing a text box and with a button. Once there enter a symbol and click on button it will inert in that table and again redirects to Home page for say-39.
    simillarly what are the functionality available in home page i had implemented same thing but only it differs page no for say-115.
    In both the scenerio's i will be redircting reset Symbol page where there can insert a symbol explained in above scenerio case.
    My problem is when i am throwing the error msg from page-39 i am redirecting to Reset symbol and when there enter symbol and click on button again i will be redirection t page -39 because the error had came from page-39.
    If the same error comes from page-115 then also i will redirecting to same Reset Symbol where there will be entering symbol and click on button, in this case it should redirect to page-115 instead of page-39 because i have got error from page-115 but not from page-39.
    How to handle the above scenerio, please help me out.
    Thanks in advance,
    Anoo.

    Hi Andy,
    Thanks for your suggestion, it is working fine..But i am facing one problem in page 115, i have two regions and both regiosn have same name but only difference is items names.. when i had tried to rediect to page-115 the umwanted one regions is showing instead of expected region. It is getting failed here bec it is rediecting to differnet region.
    Any suggestion on this!
    Thanks,
    Anoo..

  • How To Create New Region in standerd Page?

    Hi Friends,
    i got the requirement in OAF. i am in new oaf pl z any one help to me..
    My requirement is in SSH R Responsibility add the new custom region how to add the custom Region in Standered Page.
    Thanks.
    Srini

    Hi,
    Thank full for replaying...And i have one more doubt in SSHR Page having Table RN in Competences Region my requirement is here Table get the 1.FUNC Values and 2 BEHV Values so we split the both things how?
    i am approaching in this way first i create the 2 view objects through vo extension because it will came the same vo so i create the 2 vo's now how to add the competences RN.
    plz help me this is urgent......

  • How do I restrict content provider edit rights to a single region on a page

    We have a 2-level security requirement for Portal pages that are accessed by "the general public" - users that do not log into Portal. I'll call this population "The Public".
    Top Level Edit Security
    Web-masters need to edit all content on any page in any page group.
    Sub-Level Edit Security
    Content providers need to be restricted to editing HTML content within a single region on all pages within a single page group. They will use the RTE (FCKeditor) to edit the content of the restricted region.
    One idea I tried was creating a nav page as a portlet and placing the portlet on the page. This seemed satisfied all the requirements. The drawback is having to create a new nav page for each page created. Since the content and pages are mostly static this does not seem, to me, to be a big deal.
    I next tried Item level Security, created a group (publicusers) that included PUBLIC and ContentProvider users and granted "view" to the "publicusers" group . I found that "The Public" can see the entire page, except for the Text Item Type that is under Item Level Security. Only by turning off Item Level Security can "The Public" see Text Item Type. (This action seems to be supported in the documentation as well.)
    Any other ideas on how to implement multi-level content security on pages within a page group? There will be at least 18 page groups, each with a unique content provider. The content provider can not edit content outside of their designated page group.
    Thx.
    --Don                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    I would recommend creating pages for each "chunk" of content that needs specific security. Set the security at the page level.
    Then, publish those pages as portlets, and stick those portlets in the regions that need "per group" edit rights. For each portlet, display the Edit link. Users who have rights to edit the portlet's source page will see the edit link, and can edit that content "in place".
    Does this help?
    -John

  • BTF in a region of a page of UI Shell not refreshing

    Hi All,
    Jdev Version : 11.1.2.0.0
    We are using a Bounded Task Flow (BTF) in a ADF Region of a page, which is made using the dynamic template UI Shell with replace-in-place method(Only one tab refreshes all time with new content).
    We are refreshing/invoking the new content using:
    TabContext tabContext = TabContext.getCurrentInstance();
    try{
    // tabContext.setMainContent("/WEB-INF/flows/task-calendar.xml#task-calendar");
    tabContext.setMainContent("/WEB-INF/flows/task-list.xml#task-list", paramMap);
    AdfFacesContext.getCurrentInstance().addPartialTarget(tabContext.getContentArea());
    catch (TabContext.TabContentAreaDirtyException toe)
    // TODO: warn user TabContext api needed for this use case.
    In the BTF, We are on the first screen if we click on one command link , we are navigating to another region .If i click the side navigation bar that is in page template.I am able to naviagate that.But again i followed the same process and navigated to
    that region.Second time , If i am clicking the command link on the Page template, it is not allowing me to navigate in first page of default activity of the task flow.I can say that region is refreshing.
    We are using AdfFacesContext.getCurrentInstance().addPartialTarget(tabContext.getContentArea()); to refresh.
    Please let me know how can i resolve the issue

    duplicate: Global link in BTF with region

  • BTF in a region of a page of UI Shell(replace-in-place) not refreshing

    Hi All,
    Jdev Version : 11.1.2.0.0
    We are using a Bounded Task Flow (BTF) in a ADF Region of a page, which is made using the dynamic template UI Shell with replace-in-place method(Only one tab refreshes all time with new content).
    We are refreshing/invoking the new content using:
    TabContext tabContext = TabContext.getCurrentInstance();
    try
    tabContext.setMainContent("/WEB-INF/flows/task-fl.xml#task-fl");
    catch (TabContext.TabContentAreaDirtyException toe)
    // TODO: warn user TabContext api needed for this use case.
    AdfFacesContext.getCurrentInstance().addPartialTarget(dynamicRegion); // where dynamicRegion is binding in the backing bean for the ADF region which includes BTF.
    In the BTF, we have 4 view activities and once the regison displays with default activity and after navigating to 3rd view activity (navigation inside the region BTF), it displays the 3rd view activity content in region. However, If I click on a link (Left side navigation page) which refreshes the same taskflow (same as above), the ADF region is not displaying with default activity of this taskflow instead it displays the same 3rd activity of the taskflow, where the previous status.
    What I understand is that if we set a taskflow tf1 with Main Contnet(as above) and if we try to set the same tf1 to that Main Content, the tf1 is not refreshing (the default activity is not coming up).
    I tried the below solutions but not worked for me:
    a. I refreshed the ADF region after setting the Maincontent as below:
         AdfFacesContext.getCurrentInstance().addPartialTarget(dynamicRegion);
    b. I tried to invoke the region bounded task flow with different parameters (hoping the BTF refreshes and executes from default actitiy). However this also doesn' help.
         And I set the attribute 'refresh = ifneeded'.
    Can we set refresh=ifneeded for a taskflow Call activity also?
    Could you please help how we can refresh the ADF region BTF in this UI Shell(replace-in-place method)
    Thanks
    Madhu

    Thanks Frank for this info.
    Could you please give me other hints regarding taskflow (with default activity) is not refreshing from the region.
    One more thing I observed in my case is that:
    When the region is already with the given BTF(at 3rd view activity content) and when refreshed(tabContext.mainContent("btf....")) with the same BTF (*using page parameters changing*), then first the finalizer(of existed BTF instance) and next initializer(of the new BTF instance) methods of this BTF are invoking but the region is not refreshing with the default view activity content(instead it stays at 3rd view activity content only).
    Please suggest me anything I can debug after BTF initialize() and rendering the page.
    Thanks in Advance.

  • Very intermittent missing page regions / report rows / page item values

    My goals in making this posting are twofold:
    1. I'm looking to see if anyone else has experienced this type of issue before.
    2. I'm looking for ideas about what can be done to debug such an infrequent bug with serious implications.
    Synopsis
    I'm having a weird problem where very infrequently I will load a page and I'll notice that one or more page regions, report rows, or page item values are missing. If I reload the page the missing parts appear as they normally should.
    By "very infrequently" I would say it happens to me somewhere between 1 in 100 and 1 in 1000 page loads, of course at my last project demonstration in happened twice in 10 minutes to my demo participants. I've attempted to debug this, but most of the techniques I know of involve reloading the page or reposting the form data and (of course) everything looks fine then.
    Environment
    * This has happened on multiple different pages, under ApEx 3.1 (Linux) and 3.2 (Solaris).
    * I believe that so far I've only ever seen this under Firefox 3/3.5 under OSX, but since I do the vast majority of my development with this browser it's not reasonable to conclude that it only happens under Firefox.
    Logs
    * No application errors during this timeframe.
    * Nothing of significance in the database alerts log (just thread notes and log sequences).
    * Nothing of significance in the webserver log (just the usual mod_ossl connection errors).
    Thanks for your attention,
    Jason
    Edited by: Jason G on Jul 24, 2009 12:43 PM

    Well, thanks for reading the post anyway.
    While working through some debugging steps I realized that I was populating some of the regions as the page rendered using AJAX -- this would pause the page rendering until the AJAX request returned. I believe that a hanging AJAX call was the likely culprit of the very intermittent symptoms I was seeing.
    I moved the AJAX calls to the last region of the page and added a javascript function that "watches the page load" by checking for regions by ID and looking at javascript boolean flags to let me know when the page is fully rendered. If this process takes longer than 5 seconds it notifies the user that something happened and offers to reload the page for them in an effort to fix the issue.
    So far, so good -- but it will take a lot of testing to convince me that this case is solved. I hope my documenting this is helpful for others in similar situations.
    Good luck,
    Jason

  • How to scroll to region in a page dynamically

    I have bunch of regions in a page. One of the region is report region and I need to show atleast 25 rows in this report. I have another region below this report which displays the details of the emlloyee and allows user to edit record. When user clicks on the report column link in the employee report above, is it possible to scroll to the edit region at the very bottom of the page dynamically,so that user don't have to do vertical scrolling ?.I can't put the edit region in " region Column2", as column2 region space is also displying some related salary reports. I've the sample page on APEX. any ideas are appreciated.
    http://apex.oracle.com/pls/otn/f?p=54577:20
    workspace:Godavarthi
    username:[email protected]
    password:apex_demo
    thanks for you help,
    Surya

    Surya:
    Yes, it is possible. Use the same technique as in the report column link.
    Change the button target to URL and for the URL specify
    f/?p=&APP_ID.:<target_page>:&SESSION.:::<comma separated list of items to set>:<comma separated list of values>#<anchor_name in region header>Varad

Maybe you are looking for

  • Ultimate 3B Monitoring Prorated Upgrade Questions!?

    I recently enrolled in the 3 Credit Bureau Monitoring for $24.99/Month on June 24 (almost 3 weeks ago). I got a message at the bottom of my Dashboard saying I could upgrade to the 3B Ultimate at a prorated price, since it hasn't been a month. It says

  • USER DEFINED F1 documentation for seelction screen fields.

    I have one selection screen in my Program. If I give F1 , It has to display user defined documentation. like...I have customer field in selection screen. Select-options:S_CUST for BSAD-KUNNR. For this I need doc as "Enter customer number excluding fr

  • Advice on using long captures

    Here is what I do on a routine basis for a friend of mine that races cars. We race all weekend running 2 or 3 races, practice runs and qualifying. His in car system records the footage onto tapes: 1 tape per race and then qual and practice on a tape.

  • Problem with Updation of entires in table T030

    Hi,    We have written a program to update some entires in the standard table T030.We tried writing INSERT as well as modify statemnt for updating these entirs in internal table.All these entires are new and they donot exist in the table. However the

  • Cannot contact Reliable Source IE9 Norton

    Every security setting is turned to its lowest setting on IE9.  Every single Norton setting is turned off, every one.  No file scanning is taking place. Nevertheless, the scroll bar goes to 12%, sits there, looks stupid, and then the message appears