jdev11 selection tab and allow the customization of the user on the bug of the Session.

If you enabled customization by the user for the duration of the session, then what ever user edits a page remains the same through the session.
That is to say. Boxes of Panel, advanced the query criteria, the visible columns in tables in the collections Panel etc. revealed.

The problem is that you can't customize the properties to be kept or not:
++ Developer fusion for Oracle ADF & 34.3 user customizations Configuration guide: ++
++ Note +: If you have activated just the session persistence, then all attributes of the values given in table 34-1 will be persisted in the session. +
It there is no way to substitute it either globally, or on an instance.
The biggest problem is that if you have a business logic on these components appearance or behavior you cannot override user settings.

Is this a bug?
Shouldn't logical business methods replace the user personalization settings?

Customization of the user for the duration of the session will be configurable?

Details: [http://adfbugs.blogspot.com/2009/09/tab-selection-and-enable-user.html]

Hello

Is this a bug?

Don't think. I guess your business logic depends on the disclosure statement, which is usually reset after each navigation works to a page. Using persistence of change you explicitly allow the user to keep the changes. If your business logic cannot rely on a State has changed.

The enhancement request proposed to prevent changes of the perisisting its just components. I'll drop a.

But it is not that you cannot override the persistent information for a component. You can use the ChangeManager API that is exposed on the ADFFacesContext to substitute information persistence

http://download.Oracle.com/docs/CD/E15051_01/apirefs.1111/e10684/Oracle/ADF/view/rich/change/changemanager.html

For example, with a change of disclosure event:

  boolean isDisclosed = < whatever you like to set >;
  //Record a Change for 'disclosed' attribute
  AttributeComponentChange aa =
  new AttributeComponentChange('disclosed', isDisclosed ? Boolean.TRUE : Boolean.FALSE);
  AdfFacesContext adfContext = AdfFacesContext.getCurrentInstance();
  //set disclosed state to component. Here you override the user choice
  adfContext.getChangeManager().addComponentChange(getFacesContext(), event.getSource(), aa);

Frank

Published by: Frank Nimphius, on September 30, 2009 15:20

Tags: Java

Similar Questions

  • How can I get FF to open a web site in a new tab and keep the old tab so I can come and go?

    If I'm in a web site that contains other links, I want to be able to open the new link in a new tab and keep the original tab so I can switch back.

    When you click on a link that is on a right click of the Web page and click on "Open link in a new tab" this will open the new page in a new tab and keep your old tab open. If you want to open a new tab without clicking on a link on a web page, click on the button "+" near your tabs currently open.

  • When I try to run Age Of Empires with the CD in, I get a message "Please insert the right CD-ROM, select OK and restart the application.

    Former title: Trouble running games CD, post installation under Vista. That is to say 2 AoE, Warrior kings.

    I have vista on my laptop, I installed games like shogun and medieval total war and they both work perfectly, I tried to put it on the age empires and warrior kings: battles who are also on a cd format, I installed the last but they usually run after that. Although the instialltion is over, I get asked if I wanted to leave the program to run as administrator. : s

    DVD/CD drive recognize there is a disc, but does not work automatically. I can't install the program normally when I run the setup.exe for the game. When I try to run the program with the CD in, I get a message "Please insert the right CD-ROM, select OK and restart the application.

    I tried to run them in compatibility mode, using all variants. and also I tried soome of advice from the help article about the disk drivers. game discs are clean and one striped.

    Why can I install the program and access the drive to use the files it contains, but then not use the disk?

    Hello
     

    This problem may occur if one of the following conditions is true:
    a. you do not use the game disc to start the program.
    b. the CD player is not compatible with the program.
    c. using a copy of the program CD.
    d. you are not connected to the computer as an administrator.
    e. the programs interfere with the start of the game which is running but is invisible to you.
    f. the CD-ROM drive uses out-of-date drivers.
     
     
    I would ask you to try the methods listed in the article below:
    Error message or the game stops responding on the "Loading" screen when you start a Microsoft game: "insert the right CD.
    http://support.Microsoft.com/kb/228985/en-us

    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Select reverse and remove the effect from Photoshop to Illustrator

    Hello

    I'm new to Illustrator and do my best to understand how it works! I'm used to working with Photoshop and there are some things that I could do it on Photoshop and am now trying to find a way to make it look as I want... So here goes

    I'm looking to have this effect on Illustrator. (For those who you don't see the image, mimage is a globe with the text that appears only on continents. The text disappears when the image is empty. I forgot to save it as a png, but white is transparent.

    Logo PEI.jpg

    I managed to write my text in Illustrator and change the text to "Color Burn" effect, so that it looks the same on all continents. However, I am unable to remove the text where it leaves the other layers. The text remains black where the background is transparent.

    Logo PEI Illustrator.jpg

    So I was wondering if there is a way to remove the text outside the continent. The same effect, you should achieve in Photoshop by selecting reverse and removing the text (pixelated).

    Make a copy of the shape of the continent. Select the copies, and then choose the command object > path > make a compound path.

    Then use the new compound path as a clipping on the text mask. With her before she and the text and the text selected, choose object > path > make a clipping mask.

  • I've been upgraded to El Capitan and electricity went off and stopped the session.  I don't have time to continue for 12 hours.  It is the CV.  How can I cancel until I have more time?

    I've been upgraded to El Capitan and electricity went off and stopped the session.  I don't have time to continue for 12 hours.  It is the CV.  How can I cancel until I have more time?

    Hello nancy milano,.

    Thanks for this info and choosing the communities Support from Apple. I know how important is able to complete your update to El Capitan at a later date! The good news is that you can simply delete the "install Mac OS X" install app in the Applications folder on your Mac. Then you can open the Mac App Store when you're ready to update and restart the download from the tab updates or searching through the Mac App Store for El Capitan. This is a resource that explains the process of update more:

    Update of OS X El Capitan

    See you soon!

  • copy the select value in the textfield of LOV, and allow the user to modify

    Hello
    I have a datablock with 20 records and each record has a comment (say field_comments) fields. I would like to allow the user to choose LOV populated predefined comments (say lov_comments) and add a few additional comments after they choose the value of LOV.

    I created a LOV and added the return type 'field_comments' in column mapping properties. When the user clicks a button, LOV opens. They choose the value of the LOV and the value goes to the field 'field_comment '. The problem with this approach, the user cannot add their comments after selecting in LOV.

    I tried this too much. I created another area of non-visible text (i.e. fake). In the LOV, I added "dummy" field as returntype. In the dummy field, I created the trigger 'After the CHANGE', which basically says: block. field_comments =: block. Mannequin.

    But, the user must click another field to display the value selected from the LOV. The values of the 'field_comments' is not being updated as soon as the user click on the 'OK' button in the LOV.

    I'd appreciate if someone could give me feedback and help to solve my problem. Thank you for your help.

    I thank.

    Well, I tried exactly what you posted and it allowed me to SELECT from LOV, then CHANGE/ADD new text in front of returned value in the field. He recorded in the database and questioned without any problem.

    Your article is allowed to INSERT/update? If this isn't the case, then set yes "Update/Insert allowed" and attach your LOV to the element and set "post to list" No.

    You can also see if you have any validation done on WHEN-VALIDATE-ITEM trigger or after CHANGE which will fail because you change LOV populated values.

    I hope that helps!

  • Upgrade to Acrobat Pro XI / Adobe Reader XI and allowing the user's rights

    My business is a bit backwards on the software updates and I will ask for Adobe Reader XI thrust out company-wide since then allows the user to save a completed PDF form.

    Right now I use Acrobat X Pro and suspect I will need to upgrade as well.

    My questions are:

    • With the newfound ability of the reader to finally be able to record a filled in form, how this effect the scenario of "enable user rights"?
      Is it necessary if the entire company uses Adobe Reader XI?

    I did a test in Adobe Reader XI, and of course, I was able to save a completed form... BUT I couldn't not digitally sign the form.

    • Where is the activation rights is always required?
    • Or is it because the form has been designed in Acrobat Pro X?
    • Acrobat Pro XI work around that?
    • I know I don't no need to upgrade to Acrobat Pro XI to continue to make shapes, but should I?

    Thanks for your feed back, and I look forward to reading your responses

    Yes, in order to activate the reader digitally sign, you should always activate with Acrobat Pro or LiveCycle Reader Extensions.

    Acrobat 11 has a number of improvements related to the forms of creation. Two of the largest partners about how configure the tab order of fields are worth the cost to upgrade. You can now select several fields during the reorganization and turn off the auto arrange making Acrobat.

  • How to stay with a clear new tab and not the search page of Yahoo every time?

    Years, I used Firefox with claire of new tabs and achieved this in the menu Options, general tab, display an empty Page - and the next line, remains empty. This has always worked, so far. Today, each new tab navigation takes me directly to the Yahoo Search page, which I certainly don't want.

    So, still today, I then passed to the 'Search' tab (in the Options menu) and removed all search engines from the list, including the option checked "Yahoo." However, each new tab again takes me to a "Yahoo" search page

    How can I stop this now and forever?

    I look forward to your solution.

    Thanks a lot for your help, Mark.

    You can watch the pref browser.newtab.url the topic: config page and set this pref to the URL of your preferred the new tab page.

    • the new default tab with the tiles page is on: newtab
    • the default homepage is Subject: Home
    • to a blank page, you can use Subject: vacuum

    The pref browser.newtabpage.enabled must be set to true to use the page defined through browser.newtab.url like the new tab page.

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

    See also;

  • Alt - Tab and noticed the bar tasks do not work, Windows + Tab does

    Any new system here - computer laptop Dell Vostro 1720 with the latest drivers according to Dell and Nvidia and all updates on windows update.  Windows 7 Home Premium 32 bit installed.

    I get the bug where Alt - Tab disappears immediately once you release the tab button (not allowing you to tab between windows).  Similarly, when you hover over a program in the taskbar, previews immediately disappear.

    • He is not a corrupt profile since I created a test-specific profile.  Problem persists.
    • It is not a problem with Aeropeek... I ran the store.  Also disable Aeropeek in the performance Options box has no effect
    • Still, all current windows updates have been applied and the drivers are up-to-date
    • Curiously, if regedit is open, the taskbar mousover saw will work, but the alt - tab will not be

    I had this same problem and ended up doing a complete uninstall of my Logitech keyboard and mouse software and reinstalled the latest version. This seems to have solved the problem. I've seen other products Logitech, including USB headphones/cameras, as the source of the problem. I suspect a complete uninstall, and then reinstall with the latest version of all Logitech drivers & software can solve the problem. I am running Win7 Pro 64-bit.

    I hope this will help. :)

    I literally JUST this is done about 10 minutes ago and have not yet tested to see if it sticks through the sleep/wake extended/recovery or restart, but leave the Logitech software resulted in an IMMEDIATE solution to the problem, which prompted me to try the reinstall. So far so good. I will update if I find the problem comes back.

  • I use google search. When I click on a suggestion contained in the results tab of the search, I want it to open in a new tab and keep the search results in the original tab. How?

    For example, when I enter the search term "cabinets" and get a page/tab search results with suggestions such as Sears, JCPenney, or Amazon, I want to be able to click on Sears and open the Sears page in a new tab/page. I want to be able to close the tab to Sears and use the search results tab.

    Google offers a framework for this. What it does, it adds a HTML (target = "blank") statement to every result link, which causes Firefox to open in a new tab. If you uncheck the preference to divert new windows in new tabs, Firefox will then open the result in a new separate window.

    This preference is stored in a cookie, if you clear your Google cookies often, so you'll need to reset every time. You can do so here:

    https://www.Google.com/preferences

    (On this page, Google refers to a new window.)

  • When you read a long email, leaving the tab and return the body reset at the beginning of the document and you find your place.

    If playback of a long email (up to present especially HTML but I am sure that she would be held with a mail long text) If you leave the tab to read another mail, when you return to the tab email a back on the way to the top of the document.

    It would be nice if he stickied to where you were when you stopped reading. Is there a parameter, or if not, could it be coded to be sticky.

    Thank you T-bird is always the best.

    It's a nuisance for a long time, and the only solution I know, is to open a message in a window (not the tab), so that the position of the scroll bar remembers if you switch to another window. Right-click on a message, a Message open in a new window.

  • I do not use tabs and followed the instructions to move them to the bottom of the page, but it didn't happen, and the bookmarks toolbar is now more often absent.

    Using the 'View' menu, I'll check the bookmarks toolbar, and it will appear, disappear with the next amendment of the page. In addition to travel, or by hiding the tabs feature, there is a new toolbar Add on I want to eliminate. This toolbar for the Add - it is unchecked in my 'View' menu, but it seems in any case.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode safe or make changes.

    I guess you were referring to define browser.tabs.onTop pref to false in the comments: config page.

    Current versions of Firefox only show the menu entry "Tabs" at the top menu "view > toolbars" and "Firefox > Options ' and in the shortcut menus toolbar if the tabs are not in the default position on the top.

  • Always have 2 tabs FF15.0.1 and start tabs w/previous/win. No matter when I start FF the second window always loses the 1 tab and put the '+' to the extreme left.

    When I close FF the active window becomes #1 window when I restart. No matter that one becomes a window #2 the first pinned tab is missing and the '+' is on the far left. Same thing happens if the tabs are not pinned. If I close FF and cause a switch between W #1 and 2 W, W #2 loses this 1 tab and w #1 missing tab reappears.

    Hello ppsffvt, it looks like an extension might be interfering here. Please, try to start firefox in safe mode once and see if the problem occurs here also.

    Troubleshoot extensions, themes, and issues of hardware acceleration to resolve common problems of Firefox

  • When I create a new tab and enter the URL for a site already called on another tab, instead of download the new site in the new tab Firefox switches to the tab with the site already called up. How to disable "switch to tab"?

    How to disable "switch to tab"? Why? The site that I want to turn a Java program, and I want the program to run several times. I looked in tools > Options > tabs and found no way to disable the switch 'tabs '. I looked through the Options together and found nothing. I thought tools > Options > advanced could hold the key to a solution, but I found nada.

    You can turn it off by using the switch to tab no Add on more - https://addons.mozilla.org/firefox/addon/switch-to-tab-no-more/

  • I want just a bunch of random numbers (about 120 of them) from the list, select 'all' and get the computer to rearrange in CNC

    I try both notepad and wordpad. I'm in Winows XP 2003.  I want just a bunch of random numbers (about 120 of them) from the list, select "all" and reorganize in order digital computer. I can't understand how I've done it before. Google says select the balls feature, but all that is put a point in front of a certain number. There is no arrow down to select. No A - Z. No 1,2,3. what Miss me? is the Notepad or wordpad not the place to do that?

    Use Excel.

Maybe you are looking for

  • HP Pavilion notebook f114dx 17: integrated or shared video card

    I use a software house and landscape on my new HP Pavilion Notebook.  Often, it seems to freeze so I called the software company to find out what could be the cause.  They told me this: their program uses a dedicated video card.  If my laptop (notebo

  • Problem with not to print all pages in a document with a HP Photosmart 7520

    I have a HP Photosmart 7520 networked printer.  If I try to print a document of medium to large sized (25 pages), it prints the first 20 without problem, but the remaining pages are incomprehensible and illegible. Initially, because it appeared that

  • [Y580] mSATA problem :/

    I have installed on two HDDs Y580. 1 TB HDD and SSD 120 GB (Kingston SMS200S3 / 120G). On both discs, I have Windows 7 x 64, but I only use it on the SSD. Yesterday, when I switched the computer blue screen appeared as soon as Windows starts to load.

  • Error loading lvdaq.dll

    Hello forum of Discussion of LabView. I am currently using LabView 2009. My Research Director has tried to open the files inherited from Labview 7.1 on the more modern version, without success. After doing a little research, I found that I had to dow

  • Wireless mouse seems to randomly start both vertical and horizontal scrolling

    My wireless mouse is out of control.  First, it seems random scroll vertically and horizontally.  When I started my computer I had no mouse at all.  I rebooted and it worked again but began to scroll wildly.  I changed the batteries, but nothing help