Refresh document title on change

Hi!
Does anyone know how to refresh document title on change?
I have master.jsf with
<af:document title="#{someBean.activeDocumentTitle}" id="documentRoot">In method activeDocumentTitle I get currently active tab, and get its title. Then I build
activeDocumentTitle by concatenating application name and currently active tab title. Like so:
"ActiveTab/ApplicationName".
Problem is the document title does not refresh on new tab opening. If I refresh it manually (F5), document title has right value. Please help.
I use JDeveloper 11.1.2.1.0
Regards, Marko

When do you want to have partial trigger.it will not change the whole page.
suppose u button click u want to refresh title.add the id of button in partial trigger of outputtext .change partialsubmit of button to true,
http://www.techartifact.com/blogs/2009/03/partial-page-rendering-ppr-in-oracle-adf.html
http://ranajitsahoo.blogspot.in/2008/04/enabling-partial-page-renderingppr-in.html

Similar Messages

  • Changing Document Titles in Templates

    Hi all
    I know this must be something I am missing that is easy - but
    I cannot figure out how to change my Document Titles in files that
    are using a single Template. They cannot be edited in the file, as
    they are locked in the Template. How do I unlock the Title in the
    Template so I can make the Document Titles different? This must be
    an easy one - I've just been working too long today and am under a
    deadline.
    Thanks for the help -
    Q

    A properly made template will allow you to edit your child
    page document
    titles. The fact that you cannot means you have not used a
    properly made
    template. To see what I mean, do this -
    Create a new page.
    Use FILE | Save As Template..., and give it a name.
    Look at the code - see the editable region around the
    <title> tag? That's
    what yours should look like.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "QuimbyDog" <[email protected]> wrote in
    message
    news:ejqivb$639$[email protected]..
    > Hi all
    >
    > I know this must be something I am missing that is easy
    - but I cannot
    > figure
    > out how to change my Document Titles in files that are
    using a single
    > Template.
    > They cannot be edited in the file, as they are locked in
    the Template.
    > How do
    > I unlock the Title in the Template so I can make the
    Document Titles
    > different?
    > This must be an easy one - I've just been working too
    long today and am
    > under
    > a deadline.
    >
    > Thanks for the help -
    > Q
    >

  • Re: Changing document title in SOST

    Hi ,
    Does anyone can tell me how to change the document title in SOST transaction?
    after running the report in SOST, in ALV output, the document title is displaying as "RSM13000 /20100617/022445".
    The user doesnt wants  the title in that way.
    I checked the program, the data was coming from standard program.
    Anybody have faced such problem? Pls share...
    Rgs,
    Priya

    Hi,
    If you are using function module 'SO_NEW_DOCUMENT_ATT_SEND_API1'  and when you are passing
    WA_DOC_CHNG-OBJ_DESCR = 'give description'.
    DATA: WA_DOC_CHNG TYPE SODOCCHGI1.
          CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
          DOCUMENT_DATA = WA_DOC_CHNG   " here
          PUT_IN_OUTBOX = 'X'
          COMMIT_WORK = 'X'
          TABLES
          PACKING_LIST = I_OBJPACK
          OBJECT_HEADER = WA_OBJHEAD
          CONTENTS_BIN = I_OBJBIN
          CONTENTS_TXT = I_OBJTXT
          RECEIVERS = I_RECLIST
          EXCEPTIONS
          TOO_MANY_RECEIVERS = 1
          DOCUMENT_NOT_SENT = 2
          DOCUMENT_TYPE_NOT_EXIST = 3
          OPERATION_NO_AUTHORIZATION = 4
          PARAMETER_ERROR = 5
          X_ERROR = 6
          ENQUEUE_ERROR = 7
          OTHERS = 8.
    Hope this helps..
    Cheers,
    Dep

  • Changing Document Titles in PHP

    I am having trouble editing document titles. I'm using PHP,
    and the template was designed by a developer so I'm hesitant to
    change it. The template doesn't even have a title, so I'm unsure as
    to why I'm not able to edit the individual pages. The title
    changes, but when I click to save, it reverts to the original
    title. Help!
    www.lightworkseminars.com

    >I'm changing the document title in the page properties.
    >Just to clarify, I'm not talking about the title tag.
    That part is fine.
    >Print this message
    You are changing the document title but you're not talking
    about the title tag? What are you talking about then?
    You need to view the page source as rendered in the browser.
    It has extra title and other tags in the body, and fails
    validation. We can't see the php code so we don't know how the page
    is assembled. I guessing it's using some php includes to pages that
    are not constructed properly. If you paid someone to do this for
    you then you should go back to them and have them fix it, since it
    is very screwed up. You also mention templates but I don't see any
    DW templates used on that page.

  • How to change GR/GI Slip Document Title

    Hi Experts,
    I would like to ask about how to change the GR/GI Slip document title to another text instead of the "GR/GI slip".
    I enclose the picture as a link below.
    http://img834.imageshack.us/img834/6846/slip.png
    Thanks in advance

    In std its not possible. copy the same smartform and ask your abaper to put your logo in this smartform.
    Hope this will help ful to u

  • Refresh document call in RESTful workflow is taking long time.

    Hi,
    I am facing an issue with the Refresh Document step, in Raylight Workflow using RESTful API.
    We are using this Refresh Document call, To make the dataprovider mappings formed.
    For few WEBI documents, this Refresh document step is taking much time to complete. After some investigation, we got to know that there are a series of SQL scripts running against actual data source, for each Refresh Document call. If the SQL script is taking much time, then the refresh document call is taking much time as well.
    Up to now, we are able to solve this problem in some cases, Like below.
    1. For a WEBI Document with Contexts to Answers during Refresh Document:
    Ex:
    Method: PUT
    URI: http://localhost:6405/biprws/raylight/v1/documents/1111/parameters
    Request Body: (setting default Context)
    <parameters>
      <parameter>
        <id>3</id>
        <answer>
          <values>
            <value id="4">Context1</value>
          </values>
        </answer>
      </parameter>
    </parameters>
    Result: Success (No Time out Exception)
    2. For a WEBI Document with some prompts to Answers during Refresh Document:
    Ex:
    Method: PUT
    URI: http://localhost:6405/biprws/raylight/v1/documents/1111/parameters
    Request Body: (With Some Dummy Values)
    <parameters>
      <parameter type="prompt" optional="true">
        <id>1</id>
        <answer type="Text">
          <values>
            <value id="1">Dummy Text</value>
          </values>
        </answer>
      </parameter>
      <parameter type="prompt" optional="true">
        <id>3</id>
        <answer type="Numeric">
          <values>
            <value id="1">0</value>
          </values>
        </answer>
      </parameter>
    </parameters>
    Result: Success (No Time out Exception)
    3. For a WEBI Document with No prompts and No Contexts to Answers during Refresh Document:
    Ex:
    Method: PUT
    Request Body: (Empty)
    Result: Time Out Exception (from my C# code)
    Only In this scenario (3) i am facing issue, As I have no answers to set any default values to Parameters. So the SQL scripts are executing. Due to this, if there is any time taking scripts, then the Refresh document step is taking much time or even throwing Time out exception from my C# code. I tried by increasing the timeout for WebRequest in C#, But still not solved.
    For creation of a WEBI document, Can we skip the SQL scripts, running in Refresh Document API call?
    If yes, then please let me know your valuable ideas to solve my problem.
    Please let me know for more information.
    Thanks in advance.
    Thanks,
    Mahendra

    Hi Anthony,
    Yes, I tried creating same WEBI Document using Web Intelligence Rich Client and also using Web Intelligence from BI Launch Pad.
    On both WEBI Clients I am able to create the same WEBI Document, which I am trying to create using RESTful API.
    My observations are like below:
    Observation 1: After selecting required Result Objects/columns in Query Panel, by clicking on Close -> Apply Changes and Close button, I can create the WEBI Document and Save it successfully.
    Observation 2: After selecting required Result Objects/columns in Query panel, If I click on Run Query, It is taking much time to bring fresh data.
    Just like in my first observation, I am only looking for creating WEBI Documents successfully, without bringing fresh data. It is enough for me, If I can create the WEBI documents from RESTful API successfully. Here I am not looking for any fresh data from this Refresh Document step, except the dataprovider mappings.
    As mentioned in my previous reply, Without dataprovider mappings, we are unable update Report Specification. For this, to make the dataprovider mappings formed, we are using this Refresh Document step, After updating dataprovider specification
    Is this Refresh Document call required in Workflow?
    Please suggest me if any other REST API Call, that I can use to get the dataprovider mappings formed, other than Refresh Document step.
    Thanks in advance. Currect me if I am wrong.
    Thanks,
    Mahendra

  • Acrobat Pro X Replaces Document Title with File Name

    We process many Microsoft Word Documents into PDF. Whether or not this is the correct way to process them we use the new "Action" previously a Batch Process.
    We require our documents to open "Full Width" so we run the created Action which converts the Word files to PDF and sets them to open width.
    In the previous version of Acrobat (9) this worked fine. But the current version strips the document title out of the Word document and replaces it with the file name in the PDF. eg. If the title of the document set in the properties of world.doc is "Changing the world", when the action created the PDF its stripped and replaced with "world.doc"
    This of course means that we must now take the time to change the title of each document so that the search engine on our intranet can correctly list it. As you can imagine a time consuming process, which until this update never had to be done.
    Alternatively is there a better way to convert large numbers of Word documents to PDF that will keep all of this information intact?
    Many thanks
    Murray

    Actions are not really intended for that type of work:
    Actions allow a complex, guided series of events to be applied to a single file, usually with some user interactivity. They can be run over and over but usually only process one file at a time. In the example we show based on redaction, this guided interactivity is essential as only a human can decide what to redact in each document.
    Batch processing applies a standard set of events to a series of files, usually without any user interactivity beyond selection and filename choices.
    What happens when you try and run your Acrobat 9 batch sequence in Acrobat X?

  • Document title based on document category

    hai all,
    what is the field to display document title in invoice which should be displayed based on vbrk-vbtyp.
    how to display description for freight terms based on vbrp

    Hi,
    This has been discussed several times on this FORUM..Pls refer the foll threads for more details:
    PR document type in the back end system
    Change "Document Type in R/3 System" in SC
    Changing document type of PO backend
    Re: Change PO number/document type
    BR,
    Disha.
    Do reward points for useful answers.

  • Displaying document title based on category

    hai all,
    i want display document title based on document category, what is the field to display doc title for invoice
    description of freight terms should be displayed based on vbrp-kvgr1, i am not able to find the field
    Edited by: kpsgoutam on Aug 27, 2009 2:56 PM
    Edited by: kpsgoutam on Aug 27, 2009 3:03 PM

    you can use either SPQuery to filter your list or Keyword query to search this specific library or
    instead of creating custom webpart use content by search webpart 
    edit the query and add the below query 
    (contentclass:STS_ListItem OR IsDocument:True) ListID:{5512071B-936A-4286-8C5A-AC2EB969306D}
    Your_category_managed_property:'category A'
    change the item display template to display path as the link
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • JS scripted needed to add custom text plus filename to file info in document title

    Would greatly appreciate any help with this one...
    JS script to add custom text plus filename to file info in document title
    many thanks

    Super :O)
    I have a folder of say 50 images and I want to run a JS script batch
    example in the document title :  image Nr 81205
    custom text is "image Nr" +  file name "81205"
    activeDocument.info.title =" image Nr" + decodeURI(activeDocument.name);
    would this be correct without seening the file ext
    many thanks

  • Can we add a variable in the document title of SOFM..

    Hi,
    I am trying to use a variable in the document title as below:
    Approval by: &MANAGER&  =>  &DOCUMENTTITLE&
    But this does not work, the note is getting displayed as:
    Approval by: &MANAGER&, ideally should be "Approval by: Micheal John". Please let me know about this.
    Thanks,
    Sukumar.

    Hi,
    I have the variable "Manager" in the workflow container. In the document title of SOFM. I want to display the DOCUMENTTITLE as " Manager approval by: &Manager&. How can I use the concatenate function here?
    Thanks.
    Sukumar.

  • Getting error: The document [document title was here] could not be saved."

    I am getting this error when trying to save a Numbers spreadsheet:
    "The document (document title was here) could not be saved."
    I created this spreadsheet from scratch in the numbers format, and I have been using it for several weeks now.
    When I 'get info' on the file and look at the file permissions, I see that my user has read and write access to the file. It is in the /Users/Shared directory as I share it with others on this computer. No other users are logged in, therefore the file is only open by me.
    I have already tried restarting the computer, and that didn't work.
    Any help would be greatly appreciated with this! I think others on this forum may have had a similar problem but they were blaming it on opening the file over a network. In my case as you can see, it is all local to my computer.

    Thanks for the suggestions. I tried all three and unfortunately the problems just got worse until the file would not open at all
    I had to restore from time machine from yesterday, then save as a different file. This allows me to edit the copy, but as soon as I try to edit it as a different use I go back to the same old problems again, even if the user has read & write permissions on the file and the directory the file is in.

  • How can I get iPhoto to display ONLY file numbers of pictures and not document titles when displayed as thumbnails?

    I am a pro photographer and I've never used iPhoto. I use a combination of Adobe's Bridge, Lightroom & Photoshop programmes.  I've sent a disk of images to a client and they cannot see the file numbers of the images.  Their version of iPhoto only displays the document title that I have embedded in the metadata when importing the images into Bridge.
    When I ran a test and imported the same images into my version of iPhoto(7.1.5, since you ask) some of the thumbnails displayed the file number while others displayed the document title.  Why does this happen?  Can I make it stop?  How do I make iPhoto display just the file number in thumbnail mode and not the document title?
    When I view the images in Bridge, all I see is the file number but I can't convince the client to use the programme even though they have it.  Any help/guidance will be very gratefuly received.
    Many thanks,
    Adam.

    In every version prior to iPhoto 11:
    Select one of the affected photos in the iPhoto Window and right click on it. From the resulting menu select 'Show File...
    In iPhoto 11:
    Select one of the affected photos in the iPhoto Window and go File -> Reveal in Finder -> Original...
    Regards
    TD

  • Mass download of documents attached to change documents

    Hi to all,
    we've been using ChaRM in Solution Manager for more than 6 months on my project and we've added a lot of documents (word and excel files) in change documents (SDMI, SDHF). I wonder if there is a way to download all files from the change documents programmatically or if a transaction codes exists for that.
    Best regards,
    Stéphane.

    Hi Roel,
    Thanks for your reply. I was afraid the answer is no...
    As far as I know, documents attached to change documents are not accessible through SI80 (I didn't managed to find them). So i'm trying to create my own report to download documents from chosen solman transaction. Since i'm not an abap expert and Solution manager code is a little bit complex for me that could take time... I will let you know when/if I succeed.
    If anyone else has an answer to that question...
    Best regards,
    Stéphane.

  • This document enabled extended features in Adobe Reader. The document has been changed...

    I am trying to distribute an interactive order form to approx. 50 recipients with Acrobat X Standard which I purchased recently.  Computer is Windows 7.
    I can go through the form editing and distribution as usual, but when I (or a recipient) opens up the distributed form with Adobe Reader, they get the message: “This document enabled extended features in Adobe Reader. The document has been changed and use of extended features is no longer available. Please contact the author for the original version of this document.”
    Oddly enough, sometimes is does work, but 90% of the time it doesn’t.
    And I have another, older XP computer with Acrobat X installed, and it works fine 100% of the time – weird....can anyone help?

    Hi Ken
    We have so many people who have not updated they are trying on 9. I might just have to tell them we can’t support under reader 10.
    Thanks
    Tania
    Never tell people how to do things. Tell them what to do and they will surprise you with their ingenuity. -General George S. Patton
    Tania Lindenmayer \ Manager Organisational Shared Services \ Jabiru Community Youth & Children’s Services Assoc (Inc) \ Ph: (07) 3269 0044  Fax: (07) 3869 0675 \ [email protected]<mailto:[email protected]> \

Maybe you are looking for

  • AP PERIOD을 CLOSE할수 없는 경우

    제품 : FIN_AP 작성날짜 : 2003-05-15 AP PERIOD을 CLOSE할수 없는 경우 ======================== PURPOSE 닫히지 않는 AP PERIOD을 닫는다. Problem Description fact: APXSUMPS - Control Period Statuses symptom: AP Accounting Period를 close할수 없음 symptom: 다음의 에러 발생: APP-SQLAP-10741:

  • Belle and the 3,5mm headphone connector

    With symbian Anna i had set "Headset" as default for the 3,5mm connector. After plugging in a stereo 3,5mm cable, my N8 asked me what mode i wanted (so i was able to chose from "Headphones" and "Music stand"). With Nokia Belle it always uses the defa

  • Cursor issue in 2012 v 2008r2

    Hi there,  we're executing the same stored procedure against identical databases on sql 2008r2 and 2012. The sp contains a cursor and runs quickly (3 mins) on 2008r2, yet continues to run on 2012. We've checked everything in terms of hardware, networ

  • How to see the sequential file for which data is uploaded.

    hi experts, here iam transferring data to  application server. just chk the code once... the output is sucess. in al11, in temp iam not in aposition to find this data. how to see it. open dataset dsn for output in text mode encoding default.       if

  • Get all .pdf file in a folder and do shell script

    Hi, I need to convert many pdf to ps using pdf2ps, and I'm try to do this with applescript: tell application "Finder" set pdf_folder to (choose folder) set pdf_path to POSIX path of (item of folder pdf_folder whose name...) end tell repeat with k in