Topic profile page for Oaf.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: Oaf.
Topic "Oaf" was discussed 6,407 times on 908 sites in last 3 months
Joystixx Playin' @ Trashbags at OAF - THIS... Joystixx Playin' @ Trashbags at OAF - THIS SATURDAY! Supportin' DATA (France), Redial, SmackTown, Obey, + D ... http://lnk.ms/1ZKTG 10:56 PM Oct 8th from MySpace
->but Father of the Bride, please, or at least an... ->but Father of the Bride, please, or at least an interesting pimp. So of course the bolt was gummed with Cosmolite, some prideless oaf 8:09 AM May 25th from Power Twitter
Congrats @ artvsscience on another amazzzzing... Congrats @ artvsscience on another amazzzzing performance. I miss the good ole days at OAF :) However I couldn't be more proud of you 3 x 5:13 AM Oct 5th from web
Started 1 day, 11 hours ago (2009-11-09 07:02:00)
by sreese
Gurus, After searching OAF threads and Jdeveloper "help", I have not been able to find much information pertaining to auditing data changes made through OAF pages. We have implemented solutions to audit from the backend by making API calls from OAF but is there any logging or auditing functionality included "out of the box"? Any help would be greatly...
Started 5 days, 14 hours ago (2009-11-05 05:00:00)
by SrikanthK
Dear all when i am calling the report from oaf page if (pageContext.getParameter("PrintPDF") != null) { DataObject sessionDictionary = (DataObject)pageContext.getNamedDataObject("_Sessi onParameters"); HttpServletResponse response = (HttpServletResponse)sessionDictionary.selectValue ("HttpServletResponse");...
Started 6 days ago (2009-11-04 18:41:00)
by natashasprite
These look fab...just ordered me one I love Lazy Oaf! http://www.lazyoaf.co.uk/product_inf...oducts_id=1 537 Girls Goodie Bag http://www.lazyoaf.co.uk/product_inf...oducts_id=1 538 Boys Goodie Bag
Started 6 days, 5 hours ago (2009-11-04 13:38:00)
by user12005936
Hi, I have a requirement to call a custom Oracle form from a OAF Page (Purchase Agreements form). Using personalization I have created a button on the OAF page and have set its Destination function to form:PO:XXOX_PO_SU_OCM_FG:STANDARD:XXOX_QTY_ADJ:BA _TYPE=BPA BA_VALUE=5307 BA_TYPE and BA_VALUE are two parameters defined on the Oracle form. ...
Started 1 week ago (2009-11-03 08:14:00)
by Chagoos
Hello Gurus, I am new to ADF 11g and I am from OAF background. in OAF we had the Events ProcessRequest and ProcessFormRequest where in we used to get handle to the Page Beans and we could modify the UI properties programatically . Do we have something similar in ADF 11g , is there any documentation for developers from OAF background ? Regards ...
Started 1 week, 1 day ago (2009-11-02 14:20:00)
by SCHAVVA
HI all, I have a Requirement where i need to Display the User Name who Logs in to the Self Service Web Pages (welcome Message..... Ex:- Welcome mr.TOM,MURRAY) .. Is it Possible in OAF Personalization... If so Please Give me some Steps..... I am Pretty new to OAF Personalization... I know this can be done in Oracle forms (Using Oracle Forms ...
Started 1 week, 1 day ago (2009-11-01 23:34:00)
by argyle_dude
Oaf (IMG: http://midnightexcess.files.wordpress.com/2007/08/ chavs.jpg ) Oaf (black hoody) and friends Name: Before I answer this, does anybody actually know...? I don't think I've ever had reason to give my name on TFF... Well, its Ben. Yeah, I know, another one. How boring. There seem to be tons of us on here. As a sick side note, my middle name is actually James. Yeah, I...
Started 5 days, 3 hours ago (2009-11-05 15:05:00)
by user595907
I'm trying to extend a Stacked Layout region on a standard page by using Personalization. However, it seems impossible without knowing what the Properties on the Personalization page are for. I did some research and "Oracle Application Framework Personalization Guide" referred me to "OA Component Reference" for personalization item properties. The ...
Started 1 week, 1 day ago (2009-11-02 07:36:00)
by user10990758
Hi, I have an issue with events in R12 as below. On an OAF page in R12, we have a text box and a Button next to it which will display a list of contacts after pressing it. When I give a '%' in that text box and tab out, this display a list of contact. When i click on on contact button, even here it will display a page where i could enter % and get...
Started 1 week ago (2009-11-02 19:28:00)
by user482569
Hi, We have a custom page using OAF (jDeveloper9i/ EBS 11.5.10) We have a advanced table with the "Records Diaplayed" property set to 10. Assume that there are 50 records that the VO returns. Now, when the page loads we see the first 10 records are displayed which is fine. The drop down next to the Previous - Next links displays 1 - 10 and More. ...
Started 2 days, 4 hours ago (2009-11-08 14:22:00)
by COWBOYSHOOTER
Quote: Originally Posted by okie I'm hopin that the OAF gun rag knows that 1911's is the finest hand arm ever made. If it weren't true I wouldn't have said it
Started 3 days, 18 hours ago (2009-11-07 00:59:00)
by RoversAlias
Warrior was gone by 1993 I believe, so that is indeed it for him...he does return for one more WrestleMania but it's a ridiculously short squash match against a certain future World Champion at WrestleMania...12 I believe it was. Hogan however is back for two more great bouts in the 21st Century, at Mania's X8 and XIX, against Rocky and Vinny Mac respectively. I didn't love Mania VIII too ...
Started 1 week, 1 day ago (2009-11-02 02:41:00)
by Oaf
QUOTE (Magic @ Nov 2 2009, 1:33 AM) I happen to think he's talking to the other "BJ" here. The picture of Jermaine Beckford celebrating a late, late winner against Norwich City at Elland Road. The answer to his query is no. Ah. Ok, BJ. All is forgiven. QUOTE (Funkmeister J @ Nov 2 2009, 1:39 AM) You're both BJ's? Huh, too bad you couldn't be a CJ, but I guess you have ...
Started 1 week ago (2009-11-03 13:00:00)
by HusainD
The concept is significantly different in JSF or ADF. Instead of processRequest we will need to use invokeMethod in 10g and Method calls before the page in the taskflows in 11g. Instead of processFormRequest we need to use various listeners on components. So instead of central CO file controlling all events, it will be distributed across each component....