VO LOV (and af:selectOneChoice) refresh. Can it be automatic?

Hi!
I'm using the build: JDEVADF_11.1.2.2.0_GENERIC_120418.2212.6183.1
I defined an attribute in a ViewObject to use a LOV.
When the page which uses the such attribute is loaded the current database records/information are loaded with no problem.
But if there is some change in the data from where the LOV comes, it does not reflect in the items available (neither if the underlying record was deleted/inserted/updated). No matter what I do: reload the page, navigate to other and come back and so forth, the only way to refresh the combo box is starting a new session.
Looking at the pagedef I could not find the iterator used to build the list of items in the combo box, but while debugging the page I could find a iterator (in fact a JUIteratorBinding) that had the name of the underlying view (from where the items to populate the combo box come) and an additional "List_XX" in the end of the name where XX is a number that varies with no apparent logic sometimes is 2, sometimes is 13, sometimes is 87 and so forth. So I guessed ADF generates it automatically.
I wrote a small function linked to a button and called from there the iterator refresh method.
Once this was done the refresh is processed and everything looks fine for all operations in the underlying data (insert/update/delete).
While I found a partial solution, it looks too much complicated.
What I mean is: Do we need to have all this amount of work to get a simple combo box refreshed?
Is there any approach that is simpler?
I can't believe that a framework like ADF don't have an easier way to solve this use case, but I read the documentation and searched a lot this forum and found no solution, although many posts helped me in building this "solution" (did I miss something?).

Duplicate af:selectOneChoice refresh problem

Similar Messages

  • Lov and Message Styled Text Problem in OAF R12

    Hi,
    I am trying to develop a UI page for capturing country information in OAF R12.
    I am facing an issue as described below:
    I am choosing the Country Name for a Lov and the Country Code should get populated automatically into the field as below
    Country Name Country Code Status Flag
    India (Lov) IN (populated from Lov) Active (msg choice)
    Add New Row --- Button Apply -- Button
    Now country Name : Message Lov
    Country Code : Message styled Text
    Now when I click on the Add New Row button, the value in the Country code field gets
    disappeared.If I click on Apply button, value does not get saved to the db.
    But if I make Country Code as : Message Text Input, then the value remains, whether I click on the Add New Row or the Apply button and value gets saved to db.
    Is there a workaround for this. Also I am working on OAF R12. Does this kind of thing occur even in OAF 11.5.10 ?
    Kindly help its very urgent.
    Thanks

    Hi,
    You have to take care of these things...
    1. Return the value from LOV to a form value on a page. Now attach a view instance and view attribute to this form value say VO1 and Attr1 respectively.
    2. Now attach the same VO instance and vo attribute to the Messagestyletext/messagetextinput u are using for the CODE.
    This will surely retain the values and will save to DB too.

  • Downloaded free game for my iPad 2; made several in-app purchases. The game no longer works, it's happen to all users (customers). Deleting and re-downloading refreshes the game to level 1. How can I get a refund?

    Downloaded free game for my iPad 2; made several in-app purchases. The game no longer works, it's happen to all users (customers). Deleting and re-downloading refreshes the game to level 1. How can I get a refund?

    You can contact iTunes and ASK for a refund. Then make make an exception to their all sale are final policy.
    Refunds from the App Store or iTunes - Apple Club
    In the future set the restrictions so that in-app purchases are prohibited and that a password is always required.
    iOS: Understanding Restrictions

  • I can't find preferences for the notes app. and every once in awhile some of my notes just disappear at start up, I see the name and then it refreshes and they are gone, very annoying. Can anyone tell me why it does this and how to stop it? thanks

    I can't find preferences for the notes app. and every once in awhile some of my notes just disappear at start up, I see the name and then it refreshes and they are gone, very annoying. Can anyone tell me why it does this and how to stop it? thanks

    Hi again, I am on an iMac using OSX 10.7.5, I"ve taken screenshots to show you I think my settings are correct

  • My question is ***, never had any probs before , love my Iphone 4 and Itunes now, I can't run Itunes on my win Vista Prem, and in turn can't update my Iphone!!!So dissapointed!!!!!!

    Never had any probs before , love my Iphone 4 and Itunes, now I can't run Itunes on my win Vista Prem, and in turn can't update my Iphone!!!So dissapointed!!!!!!

    I've the same problem, and this pops up when i'm trying to open itunes..... i tried installing and unistalling like 5 times ... i download the version for windows 32bits, i have w7 32bts, and just keep poping up that sh****
    sorry, but what can i do to upgrade my iphone???!!!!!!

  • HT1338 When I connect my Macbook Pro to my Dell DLP projector, either via cable or wirelessly, I just see a dark screen with the mouse and mouse trails only, can any one help?

    When I connect my Macbook Pro to my Dell DLP projector, either via cable or wirelessly, I just see a dark screen with the mouse and mouse trails only, can any one help?

    jpmarkques post is a good start point, after folling his directions, you can try detect displays. Also try different rsolution and refresh rates.
    Most of the projectors I have used support a 1024X768 res.
    Youcan also try a pram reset if it still does not detect.
    Leave theproctor connected and powered up, power down the MBP.
    Power back up the MBP and hold the following keys before you hear the start up chime:
    Option, command, P,R (no commas) continue to hold these keys till you hear the start up chime 2 times.

  • Copy select value in the textfield from LOV and allow user to edit it

    Hi,
    I have a datablock with 20 records and each record has comments (say field_comments) fields. I would like to allow user to choose predefined comments populated from LOV (say lov_comments) and to append some extra comments after they choose the value from LOV.
    I have created a LOV and added Return type “field_comments” in the column mapping properties. When user clicks on a button, LOV opens up. They select the value from the LOV and the value goes to “field_comment” field. The problem with this approach, user can’t add their comment after selecting from LOV.
    I tried this way too. I created another non-visible textbox (say dummy). In the LOV, I added “dummy” field as returntype. In the dummy field, I have created “POST-CHANGE” trigger which basically says :block. field_comments = :block. Dummy.
    But, the user has to click on other field to view the selected value from the LOV. The values in the “field_comments” is not updated as soon as user click on “OK” button in the LOV.
    I would appreciate it if somebody could give me some input and help to solve my issue. Thank you for your help.
    Thank.

    Well, I tried exactly what you posted and it allowed me to SELECT from LOV and then CHANGE/APPEND new text in front of returned value in the field. It saved to the database and queried without any problems.
    Is your item allowed to INSERT/UPDATE ? If not, then set "Update/Insert Allowed" properties to Yes and attach your LOV to the item and set "Validate from list" to No.
    You may also see if you have any validation being performed on WHEN-VALIDATE-ITEM or POST-CHANGE trigger which will fail since you are editing the values populated from LOV.
    Hope it helps!

  • A one sentance cannot include enough detail to yeild a helpful answer so I'm going to post this and hope that I can immediately repost without a character limit

    Hello and thanks for reading this! I was having trouble with firefox crashing on my old PC (windows xp) when I had 20-30 tabs open (I could be my imagination but if youtube videos were among the opened pages I think it would crash with fewer tabs open). With my old pc I had stored every bookmark on the quickbookmark toolbar and with this many tabs open it would use about 1.6 or 1.7GB of memory and it would consistently crash. I read that the emoticons from each one of those boomarks would add up and become a significant amount of memory. Well, I read this about a week before I knew I was getting a new pc but I went ahead and tried to see if I got better then I deleted them. It did improve but I used the PC for such a short amount of time after that I can't tell you how much. It seemed much better to me.
    Now I have a new pc (windows 7) with 32GB of ram and Firefox crashes when it gets around 3GB of memory usage. I have no idea why its using 3GB of memory, its just a lot of tabs about stuff I was reading or researching and decided I didn't want to finish just then. I don't have huge pages of high quality pictures or videos open. I DO keep a lot of tabs open but it will be stuff like forums I was reading, best buy, newegg, reading other people's opinions on products, etc. Other than product images it seems like these pages are simple and would use less memory. To be honest I don't care if it uses more memory I have plenty to waste. I'm not sure why I bought a pc with 32GB of memory, I don't think I've seen the total usage for the pc ever go over 8GB. So I can either try to reduce the amount of memory firefox is using or I can try to make it easier for firefox to use more memory because I have plenty to waste. Either way is ok with me I just want to be able to keep A LOT OF TABS OPEN AT ONCE without it crashing. I love forums and really appreciate you taking the time to read this but some people in forums have a tendency to give an answer that is completely contrary to the original poster's primary objective. I will make any trade off you suggest other than keeping fewer tabs open and readily accessible. That is the entire point. If that is impossible please just say so. I love firefox but if I can't do that I'll probably have to end up trying other browsers and customizing them to be more like firefox.
    Thanks again
    Dan

    hello dan, sorry that you're having this problem - which addons do you have installed on your system? another thing you could look for: when there's high ram usage, please enter '''about:compartments''' into the location bar & have a look at the bottom of the page if there are any "ghost windows" present/listed.
    also see [[Firefox uses too much memory (RAM) - How to fix]]

  • TS2446 I just got my Ipad and I can not download apps.  I get a message saying my Apple ID has been disabled.  I have reset my password, I can access itunes and icloud but still can not download apps.  Can someone please tell me how to get my ID activated

    I just got my Ipad and I can not download apps.  I get a message saying my Apple ID has been disabled.  I have reset my password, I can access itunes and icloud but still can not download apps.  Can someone please tell me how to get my ID activated?  TY

    Depending on why it's been disabled you might be able to re-enable it via this page : http://appleid.apple.com, then 'reset your password'
    Or you might need to contact Apple : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page
    If it then works on your computer's iTunes but not your phone/iPad then try logging out of your account on the phone/iPad by tapping on your id in Settings > Store (Settings > iTunes & App Stores on iOS 6) and then log back in and see if that 'refreshes' the account on it

  • Would love a bumper case that can stay on the phone

    It appears there is an overwhelming number of people who would love a bumper case that can stay on the phone when docking it in a speaker dock, a clock dock etc etc.   Is there such a beast and if so who makes it and who sells it?

    I have the same issue.  While I am sure your solution would work, my playlist has over 6,000 songs and hiting every song to download it is not very practical.  Is there another way?
    I am looking to have a subset of my music physically on my phone so that I can play it without internet access, but have access to the entire library when I do have internet access. 

  • Hi apple users, I am in need of your expertise. I have a mov file and mp4 file which I need converted to DVD. However IDVD quality is terrible and wondering if anyone can help!?

    Hi apple users, I am in need of your expertise. I have a mov file and mp4 file which I need converted to DVD. However IDVD quality is terrible and wondering if anyone can help!?
    I created project in iMovie then exported it to MP4 and also MOV file at highest definition possible + I added it to iDVD and had a number issues about encoding errors regarding the mp4 file. MOV worked but the quality was terrible.....
    MOV file is as follows:
    4.08GB
    Codecs: H.264, ACC
    Colour Profile: HD (1-1-1)
    Dimensions: 1920 x 1080
    Duration: 12:33
    Audio Channels: 2
    MP4 File is as follows:
    3.02GB
    Codecs: H.264, ACC
    Colour Profile: HD (1-1-1)
    Dimensions: 1280 x 720
    Duration: 12:33
    Audio Channels: 6
    I have a MacBook Pro using the Yosemite system upgrade.
    I have updated iDVD and iMovie.
    I even bought the iSkysoft app from the mac store and that was terrible too.
    PLEASE HELP i am getting desperate and about to launch this macbook into the air
    2.66 GHz Intel Core i7
    Version 10.10. 2

    First of all, Hunt--thanks for responding!
    "First, where are you playing the MPEG-2, that you see that jitter?"
    On both a MacBook Pro, an Acer laptop and my Mac Tower. I would love to think that it is a problem with the playback system, and that if I merely send the file off to the duplicator they won't have the same problem. Maybe that is the case...I don't know if I have a choice rather than sending it off to see. But it happens in the same spots, in the same way, on all three of the players so I'm a little reluctant to have faith.
    "Another thing that can cause jitter in an MPEG-2 is the Bit-Rate - higher the Bit-Rate, the better the quality, but the larger the file. For a DVD, one is limited by the total Bit-Rate (both Audio & Video), but with longer prodcutions, some users choose too low a Bit-Rate. If this is the issue, one would need to go back to the original Project and do a new Export/Share."
    Of course, but in the case there is no more 'original project.' It is gone like the wind, stolen along with his computer and backups.
    I think I am stuck using one of two files as my master: a DVD he burned where I only see the stutter/vibration/jitter once, or the mpeg2 file where I see it three times. Hopefully, the duplication house can rip if off of one of them and not see the jitter. I know that in audio, my personal filed, you can do a lot to enhance already existing sound--EQ, compression, tape saturation emulation software, etc. I guess I'm hoping there is some kind of analog to the video world that address jitter after a source has been printed--if indeed the source has been printed to be jittery.
    Thanks,
    Doug

  • Rectangle box in designer lovs and in deski report where there is apostroph

    HI ,
    I have came across two issues with same scenario.
    Customer is using Sybase Adaptive server 12.5 when he is seeing rectangle box in designer lovs and in deski report where there is apostrophie.
    The apostrophie is of different kind, the normal one in our keyboard shows correctly.
    In bo 6.5 it was showing correctly, I found that when I use odbc connection it works fine but when I use Adaptive server client for creating a connection it shows junk character for those LOV's.
    I have compared the sbo and prm files of odbc and sybase and also of 6.5 and XIR2 but not found any peculiar difference relating to it.
    Can somebody help in this.
    For eg.
    CHILDRENu2019S = this shows junk character
    and
    CHILDREN'S = this works fine

    Hi Gurudev,
                        Can you use or create
    Replace(<Object Name>," ' "," ")
    Regards
    Prashant

  • Error in Full and Delta CPACache refresh.

    Hi Experts,
    In our production environent we have a SOAP -> XI - > PROXY scenario [Synchronous].
    The Consumer of the WebService has reported an error:
    500_Internal_Server_Error = SOAP:Server_Server_Error_XIAdapter_ADAPTER.JAVA_EXC
    When I checked there are no messages in SXMB_MONI , but when I checked the Cache Refresh History I found that
    there was error in both Full and Delta Cache Refresh. But the restart of the XI(Production) server resolved the issue.
    The error is as shown below:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <CacheRefreshError>
      <EngineType>AE</EngineType>
      <EngineName>af.pxi.su0956</EngineName>
      <RefreshMode>F</RefreshMode>
    - <GlobalError>
      <Message>Couldn't parse Configuration Data cache update XML string from Directory.</Message>
    org.xml.sax.SAXException: JavaErrors Tag found in cache update XML. at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryDataSAXHandler.startElement(DirectoryDataSAXHandler.java:157) at com.sap.engine.lib.xml.parser.handlers.SAXDocHandler.startElementEnd(SAXDocHandler.java(Compiled Code)) at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java(Compiled Code)) at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java(Compiled Code)) at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java(Compiled Code)) at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java(Compiled Code)) at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java(Compiled Code)) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java(Compiled Code)) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java(Inlined Compiled Code)) at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java(Compiled Code)) at com.sap.engine.lib.xml.parser.Parser.parse_DTDValidation(Parser.java(Inlined Compiled Code)) at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java(Compiled Code)) at com.sap.engine.lib.xml.parser.SAXParser.parse(SAXParser.java(Compiled Code)) at javax.xml.parsers.SAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(Unknown Source) at com.sap.aii.af.service.cpa.impl.cache.directory.DirectoryDataParser.updateCentralCache(DirectoryDataParser.java:56) at com.sap.aii.af.service.cpa.impl.cache.CacheManager.updateCacheWithDirectoryData(CacheManager.java:871) at com.sap.aii.af.service.cpa.impl.cache.CacheManager.performCacheUpdate(CacheManager.java:640) at com.sap.aii.af.service.cpa.impl.servlet.CacheRefresh.process(CacheRefresh.java:104) at com.sap.aii.af.service.cpa.impl.servlet.CacheRefresh.doGet(CacheRefresh.java:53) at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code)) at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code)) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java(Compiled Code)) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java(Compiled Code)) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java(Inlined Compiled Code)) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java(Compiled Code)) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java(Compiled Code)) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java(Compiled Code)) at com.sap.engine.services.httpserver.server.Client.handle(Client.java(Inlined Compiled Code)) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java(Compiled Code)) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code)) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code)) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code)) at java.security.AccessController.doPrivileged1(Native Method) at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code)) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code)) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    Can anyone tell me what is the cause of this error and how restart of the XI server resolved the issue?
    Thannks,

    Guys,
    I have deployed the below components and after this repository could not be started which gives the below error.
    1000.7.11.10.18.20130529165100
    SAP AG
    sap.com
    SAP_XIAF
    1000.7.11.10.11.20130529165100
    SAP AG
    sap.com
    SAP_XIESR
    1000.7.11.10.15.20130529165100
    SAP AG
    sap.com
    SAP_XITOOL
    We have the same issue. Still the Restart did not solve ths issue.
    Can anybody help? We are not able to start the XI Repository.
    Our PI components are as below
    com.sap.engine.services.ejb3.runtime.impl.refmatcher.EJBResolvingException: Cannot start applicationsap.com/com.sap.xi.repository; nested exception is: java.rmi.RemoteException: [ERROR
    CODE DPL.DS.6125] Error occurred while starting application locally and wait.; nested exception is:
            com.sap.engine.services.deploy.container.DeploymentException: Cannot activate endpoint for message-driven bean sap.com/com.sap.xi.repository*xml|com.sap.xpi.ibrep.server.jar*xm
    l|CacheRefreshMDB^M
            at com.sap.engine.services.ejb3.runtime.impl.DefaultContainerRepository.startApp(DefaultContainerRepository.java:315)^M
            at com.sap.engine.services.ejb3.runtime.impl.DefaultContainerRepository.getEnterpriseBeanContainer(DefaultContainerRepository.java:106)^M
            at com.sap.engine.services.ejb3.runtime.impl.DefaultRemoteObjectFactory.resolveReference(DefaultRemoteObjectFactory.java:55)^M
    1000.7.11.10.6.20121015232500
    SAP AG
    sap.com
    MESSAGING
    Regards
    Omkar

  • It's Time for the TechNet Wiki PowerShell "Great Guru Love-in"! You too can get some loving!

    February at TechNet Wiki usually involves a lot of love...
    We love to read.
    We love to learn.
    We love our gurus, for they love to give.
    We love to make friends and promote great content.
    We love to meet the community, and get closer to you.
    We love to interview our winners, and bestow much love and honor upon them.
    We love to tell the world of your achievements, and we promote those most active to inner circles!
    All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something
    you had to solve for your own day's work today.
    Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
    This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
    HOW TO WIN
    1) Please copy over your Microsoft technical solutions and revelations to
    TechNet Wiki.
    2) Add a link to it on
    THIS WIKI COMPETITION PAGE (so we know you've contributed)
    3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
    If you win, we will sing your praises in blogs and forums, similar to the
    weekly contributor awards. Once "on our radar" and making your mark, you will probably be
    interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
    Winning this award in your favoured technology will help us learn the active members in each community.
    Feel free to ask any questions below.
    More about TechNet Guru Awards
    Thanks in advance!
    Pete Laker
    And...
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

    2 articles so far:
    BizTalk BAM (Business Activity Monitoring) by Vignesh
    Sukumar 
    BizTalk Server 2013 R2 Instrumenting
    a custom pipeline component with ETW by Steef-Jan Wiggers 
    And 2 more days to go!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • It's time for the TechNet Wiki WPF "Great Guru Love-in"! You too can get some loving!

    February at TechNet Wiki usually involves a lot of love...
    We love to read.
    We love to learn.
    We love our gurus, for they love to give.
    We love to make friends and promote great content.
    We love to meet the community, and get closer to you.
    We love to interview our winners, and bestow much love and honor upon them.
    We love to tell the world of your achievements, and we promote those most active to inner circles!
    All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something
    you had to solve for your own day's work today.
    Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!
    This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!
    HOW TO WIN
    1) Please copy over your Microsoft technical solutions and revelations to
    TechNet Wiki.
    2) Add a link to it on
    THIS WIKI COMPETITION PAGE (so we know you've contributed)
    3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.
    If you win, we will sing your praises in blogs and forums, similar to the
    weekly contributor awards. Once "on our radar" and making your mark, you will probably be
    interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!
    Winning this award in your favoured technology will help us learn the active members in each community.
    Feel free to ask any questions below.
    More about TechNet Guru Awards
    Thanks in advance!
    Pete Laker
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to
    TechNet Wiki, for future generations to benefit from! You'll never get archived again, and
    you could win weekly awards!
    Have you got what it takes o become this month's
    TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to
    TechNet Wiki, for future generations to benefit from! You'll never get archived again, and
    you could win weekly awards!
    Have you got what it takes o become this month's
    TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

    Hi Rob,
    Someone would have to decide which articles are good.
    If it was an individual who did that then they could have some personal bias - intentionally or unintentionally.
    Or they could potentially be accused of some personal bias.
    The competition uses a panel of people to rate each article in the monthly competition.
    You can see previous months results and of course those articles entered in the competition are usually the best efforts of the authors and hence pretty good.
    http://blogs.technet.com/b/wikininjas/archive/2014/12/17/the-microsoft-technet-guru-awards-november-2014.aspx
    Substitute other months and years in a search.
    " technet wiki guru november 2014 "
    There's a page with all the results somewhere as well but, personally, I like to see all the entries.
    The criteria the judges use might be different from your own.
    If you have a particular area of interest then ( presumably that would be in wpf ) then ask.
    Hope that helps.
    Recent Technet articles:
    Property List Editing ;  
    Dynamic XAML

Maybe you are looking for

  • How to add a new field in the Field Mapping

    Dear Freinds,                I have two un used fields in the  Source fields to the Target Fields , i have to add the 3   fields which r there in the my source fields to that of the target fields ( as per the change in the requirement) in the 5th Ste

  • Ultra 10 not writing to path_to_inst

    Hello I have a Ultra 10 system, Solaris 8, 64-bit. I installed an Antares gigabit quad card and for some reason its not writing to the /etc/path_to_inst file. I installed the package and the package is showed doing a pkginfo. Issueing the command prt

  • ABAP Proxy Import Structure

    ok. Guys and gals I have limited ABAP expierence and have a simple question around loops. I have an ABAP proxy setup that receives an XML file and stores the contents in the INPUT method. The two structures under Item I am working with are I_HEADER a

  • AirPlay from one computer to another

    Is it possible to use AirPlay to send the audio from iTunes running on my laptop to the speakers connected to a Mini elsewhere in my house? I don't want to use an Airport Express, because I want /all/ sounds from my Mini to go through the speakers, n

  • Generic object template

    In the workflow we usually create generic objects and assign values and refer them through out the process. But instead of creating generic objects on the fly in the workflows we want to reuse the generic objects created as a template. We see that th