Convert a textfield item to an LOV in seeded page(AttendeeDetailPG.xml)

Hi
I have a requirement to create an LOV on AttendeeDetailPG.xml in iExpense
The page already has AttendeeName as textfield item. I want to convert this textfield item to an LOV and change the LOV query to point to some other view.
What do i need to do ?
do i need create a new AM, CO and VO?
can you please let me know the steps?
Thanks

Hi I get this error when i add LOV using personalization
oracle.apps.fnd.framework.OAException: oracle.adf.mds.exception.MDSRuntimeException: Unable to find component with absolute reference = /oracle/apps/ap/oie/entry/lines/webui/ExpenseDetailsPG.bio.oracle.apps.ap.oie.webui.BioPrescribersVO, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
     at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:597)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1134)
     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2297)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1585)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:501)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:422)
     at oa_html._OA._jspService(_OA.java:86)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
     at oracle.jsp.JspServlet.service(JspServlet.java:148)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
oracle.adf.mds.exception.MDSRuntimeException: Unable to find component with absolute reference = /oracle/apps/ap/oie/entry/lines/webui/ExpenseDetailsPG.bio.oracle.apps.ap.oie.webui.BioPrescribersVO, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
     at oracle.adf.mds.internal.MUnResolvedState.resolveState(MUnResolvedState.java:193)
     at oracle.adf.mds.internal.ElementData.resolveState(ElementData.java:509)
     at oracle.adf.mds.internal.ElementData.getUntransAttrVal(ElementData.java:922)
     at oracle.adf.mds.internal.ElementData.getAttrVal(ElementData.java:835)
     at oracle.adf.mds.internal.ElementData.getAttributeValue(ElementData.java:260)
     at oracle.adf.mds.internal.Cache.getAttribute(Cache.java:237)
     at oracle.adf.mds.internal.MetadataManagerBase.getAttributeValueInternal(MetadataManagerBase.java:1091)
     at oracle.adf.mds.internal.MElementImpl.getAttrValueOrExpression(MElementImpl.java:620)
     at oracle.adf.mds.internal.MElementImpl.getAttributeValue(MElementImpl.java:230)
     at oracle.apps.fnd.framework.personalization.PersonalizationHelper.getElementHintOrID(PersonalizationHelper.java:2932)
     at oracle.apps.fnd.framework.personalization.PersonalizationHelper.getElementHint(PersonalizationHelper.java:2864)
     at oracle.apps.fnd.framework.personalization.PersonalizationHelper$ActionItem.load(PersonalizationHelper.java:1753)
     at oracle.apps.fnd.framework.personalization.PersonalizationHelper$ActionItem.isInserted(PersonalizationHelper.java:1440)
     at oracle.apps.fnd.framework.personalization.webui.DeletePGCO.processRequest(DeletePGCO.java:69)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1134)
     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2297)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1585)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:501)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:422)
     at oa_html._OA._jspService(_OA.java:86)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
     at oracle.jsp.JspServlet.service(JspServlet.java:148)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)
oracle.adf.mds.exception.MDSRuntimeException: Unable to find component with absolute reference = /oracle/apps/ap/oie/entry/lines/webui/ExpenseDetailsPG.bio.oracle.apps.ap.oie.webui.BioPrescribersVO, XML Path = null. Please verify that the reference is valid and the definition of the component exists either on the File System or in the MDS Repository.
     at oracle.adf.mds.internal.MUnResolvedState.resolveState(MUnResolvedState.java:193)
     at oracle.adf.mds.internal.ElementData.resolveState(ElementData.java:509)
     at oracle.adf.mds.internal.ElementData.getUntransAttrVal(ElementData.java:922)
     at oracle.adf.mds.internal.ElementData.getAttrVal(ElementData.java:835)
     at oracle.adf.mds.internal.ElementData.getAttributeValue(ElementData.java:260)
     at oracle.adf.mds.internal.Cache.getAttribute(Cache.java:237)
     at oracle.adf.mds.internal.MetadataManagerBase.getAttributeValueInternal(MetadataManagerBase.java:1091)
     at oracle.adf.mds.internal.MElementImpl.getAttrValueOrExpression(MElementImpl.java:620)
     at oracle.adf.mds.internal.MElementImpl.getAttributeValue(MElementImpl.java:230)
     at oracle.apps.fnd.framework.personalization.PersonalizationHelper.getElementHintOrID(PersonalizationHelper.java:2932)
     at oracle.apps.fnd.framework.personalization.PersonalizationHelper.getElementHint(PersonalizationHelper.java:2864)
     at oracle.apps.fnd.framework.personalization.PersonalizationHelper$ActionItem.load(PersonalizationHelper.java:1753)
     at oracle.apps.fnd.framework.personalization.PersonalizationHelper$ActionItem.isInserted(PersonalizationHelper.java:1440)
     at oracle.apps.fnd.framework.personalization.webui.DeletePGCO.processRequest(DeletePGCO.java:69)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1134)
     at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
     at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
     at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
     at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
     at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2297)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1585)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:501)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:422)
     at oa_html._OA._jspService(_OA.java:86)
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
     at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
     at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
     at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
     at oracle.jsp.JspServlet.service(JspServlet.java:148)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
     at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
     at org.apache.jserv.JServConnection.run(JServConnection.java:294)
     at java.lang.Thread.run(Thread.java:595)

Similar Messages

  • How to convert a open item become cleared item without using F-32

    Dear experts,
    Can I convert an open item become clear item without using F-32.
    Please help.

    Hi,
    You can use F-28.
    If it's useful assign points
    Thanks&Regards,
    Kumar

  • Oracle 10g FRM-41051 on a non-database text item with a LOV

    Hi all,
    I'm struggling with a problem I'm convinced must have a really simple solution, but for the life of me I can't figure it out!
    I have a data block called query. It is a non-DB block with a number of items, with either LOVs or drop down lists. It is used to choose values, which are them programatically 'translated' into values in two other database data blocks (which are populated in the WHEN-BUTTON-PRESSED trigger of a button in the non-DB block).
    This is necessary as I have a slightly complex query which takes values from many different tables and displays bits of information from all the different tables.
    My problem is that, on my text item (which has a LOV attached to it with Automatic Display set to Yes); when I click on it, I expect the LOV to show and I am able to choose a value from it. Instead I get the error 'FRM-41051 You cannot create records here' and the LOV does not display.
    I don't understand this. Everything on the block is a non-DB item, including the block itself, and I don't want to 'create' any records, all I want to do is choose values into my text items which I can then use in a DB query (written in my trigger).
    What am I doing wrong?
    Abigail

    Probably this other item or block has got property insert allowed to FALSE.
    I have suggested you to use a push button in order to check that everything in the LOV is OK.
    Lov can also return value to item in another block; probably in your case there is something that fires the error.
    Normally when I develop my form I disable on-error and on-message trigger in order to follow every step at runtime...
    I'm happy that you have resolved your problem :D
    Fabrizio

  • Item "Popup Key LOV" as Tree

    Hi All,
    As in item "Popup Key LOV" to display data as tree?
    Thanks!
    Aleksey.

    A good solution might be to add a new "item" - "Tree Popup Key LOV" in the following versions of APEX?
    I'm creating an application entirely using APEX API, and I can not know in advance what will be "p_tnn" for item.
    if form1.rows_all.FieldValues [ 'mnemonic'] = 'OPERATOR' then
    begin
    form1.pagers8.Lines.Add ( 'p_item_default =>''Declare''| | chr (10 )||');
    form1.pagers8.Lines.Add ( '''r_id VArchar2 (150 );''|| chr (10 )||');
    form1.pagers8.Lines.Add ( '''begin''| | chr (10 )||');
    form1.pagers8.Lines.Add ( '''SELECT SURNAME ||''''''''|| NAME ||''''''''|| PATRONYMIC INTO r_id FROM sa_users WHERE ORA_NAME =: app_user;' '| | chr (10 )||');
    form1.pagers8.Lines.Add ( '''return r_id ;''|| chr (10 )||');
    form1.pagers8.Lines.Add ( '''end ;'',');
    form1.pagers8.Lines.Add ( 'p_item_default_type =>''PLSQL_FUNCTION_BODY'',');
    form2.pagers8.Lines.Add('wwv_flow_api.create_page_item(');
    form2.pagers8.Lines.Add(' p_id=>'+items_id+' + wwv_flow_api.g_id_offset,');
    form2.pagers8.Lines.Add(' p_flow_id=> wwv_flow.g_flow_id,');
    form2.pagers8.Lines.Add(' p_flow_step_id=> '+inttostr(tab_sequence*10+1+tempi3)+',');
    form2.pagers8.Lines.Add(' p_data_type=> ''VARCHAR'',');
    form2.pagers8.Lines.Add(' p_accept_processing=> ''REPLACE_EXISTING'',');
    end; Thank you for your quick answers!

  • Navigation to Next Item  when selecting LOV

    how is it possible to navigate to the next item (automatically) from an item which is having a LOV attached to it, after selecting item in the LOV...?
    Kris

    open the property palate of the lov and set auto skip to yes

  • Undo or CTRL-Z does not work in an item with an lov

    When you change a required item of a record and this item has an LOV behind it. The required item is not validated. Because it's not validated no changes are seen by the item. So your changes can't been undone. In oracle forms the CTRL-Z combination works for the item, in the headstart demo application the CTRL-Z doesn't work and the undo button is not enabled.
    The example of the multi-select LOV in the headstart demo-application (form hsd0012f) has the same problem. When you make the id item empty, you can't undo the changes.
    How can I undo the changes?

    Is there a way to undo the changes? What work-around can the developer add to make the undo work.

  • How to convert non stock item in to stock item.

    hi
    cud any one let me know how will in convert non stock item in to stock item.
    regards
    manish sharma

    Dear Manish.
    please check the below link for your answers. Before posting any question please do check the forum. That's the easy way to find an answer.
    Change item category in a PO
    Non-Stock items convert to Stock
    Hope it will help you.
    Regards,
    Alok Tiwari

  • Cascading LOV and submit page

    Hi,
    I have a series of LOVS on a page each using the 'Select list with submit' attribute and 'Source Used' set to 'Only when current value in session state is null'. The cascade feature works ok once I branch back to the same page. However when I set the 'Select list with submit' attribute on the LOV item I am unable to save the data back to the database with the submit page button.
    Any ideas?
    Thanks

    Steve - Make sure the "save" process fires only when the submit button is used (base the process condition on the value of the REQUEST or use a when button pressed option) and check that no branches are firing before the process runs.
    Scott

  • On click of lov new jsp page which has only text area for adding comment

    hi all ,
    please help me to do this task. on click of lov new jsp page should be opend which has only text area for adding comment and upon clicking submit on the jsp page the value entered on the textarea should fall on the text field of lov.
    with regards
    prabhakaran.p

    The only reason I see for such a requirement is "Notes" require more space for entering a detailed note and would be inconvenient to write it in small single-line text input box. But, still in this case, getting the entered text back to the page and displaying it will have the same inconvenience of reading it from that field. And, I still think that removing one amongst the two (text field or image link) would be good, design wise.
    Anyway, did u try the following:
    1. Add a flow layout to the table bean
    2. Add text input and image item to the flow layout.
    3. Attach the notes page as the destination uri for the image.
    Did u start the working on it, let us know how far did u reach so that we can guide you through from that point.

  • Creating a New Item In Seeded page

    Hi,
    I am having requirement to create a new field in seeded page.So Please can anyone help me in creating it.
    My Requirement is----->
    Creating a new field to be displayed In CONFORMATION PAGE of "Internet Expense Audit Manager Responsibility".
    The Navigation is :
    Internet Expense Audit Manager Responsibility---------->Conformation Page
    The Field to be displayed is ProjectNumber.
    So please can anyone help in doing this.

    Hi,
    Actually I am using ReviewCashVO . In it i can see ProjectNumber,Justification etc attributes.
    In seeded Page,he had used Justification Field and it showing data.He had not used ProjectNumber.
    so i created a new field and assigned projectnumber as instance attribute ,then its not displaying data.
    But if i use Justification Instance Attribute for newly created field or item then its displaying data.
    So please can u help me in doing personalization on seeded page.
    My Aim is:
    Internet Expense Audit Manager responsibility
    In it
    Conformation Page
    In conformation page i need to add Project Number field.
    Plz can u check it.

  • ADDING A NEW ITEM IN THE CREDIT REQUEST DETAILS PAGE.

    Dear friends,
    Please help me with this scenario.Thanks so much for your help.
    Task: ADDING A NEW ITEM IN THE CREDIT REQUEST DETAILS PAGE.
    Need to create a new item on this page called "approver notes" (column notes).
    Can this be achieved by personalization?
    Scenario:
    On credit request details page disputed invoice number, request date, status, bill to, ship to, etc are displayed.
    When the status is "not approved”, item should be displayed along the "rejected" comment.
    If the status is other than "not approved" then the item should not be displayed.

    what page is this ? are you sure it is a OAF page ?
    If it is a OAF page, you would need to extend the controller to fire a partial action for the item and then control the display property of the comments field
    Tapash

  • Page copy seems to mess up item validation referenced fields in new page

    Hello team,
    this morning i create two pages as a copy of an existing page in Apex 4.0.1.
    This page contained 4 regions, each one containing 4 items, sort of:
    reg1
    P44_ITEM_A1
    P44_ITEM_B1
    P44_ITEM_C1
    P44_ITEM_D1
    reg2
    P44_ITEM_A2
    reg4
    P44_ITEM_D4
    There were field item validations defined on each pair of items P44_ITEMCn - P44_ITEMDn and each validation was associated with its corresponding field (the element attribute linking the validation with the error message visualization i mean).
    After creating the new page, i saw that some of these validations in the new page had lost their associated item attribute value or they were associated to the item with the highest item sequence, for instance P44_ITEM_A1 lost its associated item, while P44_ITEM_D1 was associated to P44_ITEM_D4.
    I just did this again a few seconds ago, so i am pretty sure this is a repeatable error.
    Flavio
    http://oraclequirks.blogspot.com
    http://www.yocoya.com

    Hi Flavio,
    I was able to reproduce this, of sorts. I created 2 regions each containing 4 page items, named in the way you describe. Then created item validations on all of those page items. Copied the page and the copied page contains some validations with a null 'Associated Item' value. Although, none were changed to a different item as you describe, in my test case.
    I have filed bug #10198224 for this issue.
    Thanks for reporting.
    Regards,
    Anthony

  • Want to create a link on seeded page which can pass the values of LOVs

    Hi,
    I have a seeded page.. and i want to create a Link on the page which will redirect to new custom page...
    When user clicks on the link, the values of some LOVs should be forwarded on the custom page......
    I created a link through personalization... But I have doubt about how to attach the values of LOVs through url....
    Is it possible to do the same???
    Thanks in advance,
    Kaushik

    Thanks Pratap,
    Yes the LOVs are created through personalization....
    Since i dint want to touch the code... so i created everything through personalization.....
    The only problem now is to get the values of these LOVs in URL....
    Is there no other method other then extension to do this???
    Thanks,
    Kaushik

  • HOW TO ADD A NEW ITEM ON CREDIT MEMO REQUEST DETAILS PAGE?

    Dear friends,
    Please help me to do this by personalization or extension. This is very important for sustaining in my job. Please post your thoughts as soon as possible.
    Thanks so much for your help and support.
    Here is the scenario:
    In credit memo request page, I need to add a new item.
    In the 'About this page', I checked for the view objects CMRequestVO and CMRequestLinesVO but the item is not available in the view objects.
    There is an item called Requestor Comments shown on this page. The item to be added is the Approver Notes. These 2 columns are populated through the workflow.
    How to find about the Requestor Comments item? If we know this then the Approver Notes item can be easily added to this page, I think.
    Also I enabled the FND_PERSONALIZATION_REGION_LINK profile option so that
    I can create a new item using personalization. But I could not see the create item icon in the create item field.
    Can adding the Approver Notes be achieved by personalization?
    EAGERLY WAITING FOR YOUR HELP.
    CK.

    Hi VK,
    You need to look at both VO's and see where to add the credit memo field.
    To extend the VO object...you have to use Jdeveloper.
    Check the below this site for the details steps:
    http://apps2fusion.com/apps/oa-framework/14-fwk/119-oa-framework-faq-extending-view-objects
    After extending the, you need to copy your objects under webserver and the bounce the apache.
    Then you need to do personalization..
    Here are the steps for personalization:
    Click Personalize page and click "Expand All" under Personalization Structure..
    Go to the corresponding Advance Table and Click on Create Item. This will create a Column Field
    1) Enter Unique ID-- ex; CreditMemoEx
    2) Rendered -- True
    3) Click Apply
    In the advance table search the newly created "CreditMemoEx"
    Click on the Create Item field again.
    1) Select Item Style " Message Styled Text"
    2) Data Type -- Varchar2
    3) Enter the Prompt = "Credit Memo"
    4) Scope -- Enter the full path of VO object...ex: /xx.../oracle/apps/...
    5) View Attribute -- Enter Exact name the attribute defined in the VO object.
    6) Enter other attributes required for Business.
    7) When Finished Click Apply.

  • Convert jsp page into xml  or dom for search

    Hello everyone,
    I have to build an application that searches for message beans in all jsp page. I did it the traditional way, using scanner and string methods. Its working but its not perfect. So i want to convert all my jsp page into xml format and then process them. My jsp pages are quite complicated. I used some jars that convert them into jspx . But its not working. Please help
    Thanks in advance

    Well its like this.I need to develop a program that reads all the message bean keys.. We have lots of struts webapps. All messages in the jsp pages have been externalised and internationalised. Now i have to build a program that given a webapp path prints out all the message bean keys used in the webapp. I have developed the program using the Plexus Directory scanner to filter all the jsp pages and java util Scanner to read line by line and used String functions to search for keys.
    Now thats not the best soultion. The best way, imo, is to cinvert the jsp into xml pages and then we can parse the xml pages easily. The' problem is to find a way to convert the jsp pages(jstl +javascript) into xml.
    Can you help me out?
    Thanks

Maybe you are looking for

  • I want to implement "return process"

    gurus i want to customize the return process of the materials.what config required. tell me step by step guidence so as to develop these things.please step by step each and every setting required.i want total guidence to develop this scenario. explai

  • Burn DVD from video

    Somewhat a rookie so go easy on me. I produce a 30 minute TV show in Final Cut Express. I print to video for my media that I give the TV station. I'm often asked to present one of my episodes to a club, etc. A DVD is most convenient for this. I've ne

  • JPanel custom tooltips in JTree not showing

    Hi, I use a custom TreeCellRenderer in a JTree like MyTreeCellRenderer extends JPanel implements TreeCellRenderer The panel contains two JLabels, each with a different tooltip. Although I register the tree, the panel and the two labels with the tooti

  • Change the logging option for the Lightweight AP

    Hi,   For my AP I can see the logging option enable for a host: # show running-config[...]logging snmp-trap debugging logging 10.0.10.11 control-plane[...] You notice this AP are Lightweight AP not Autonomous AP. Even in those you can run "show runni

  • Blogging Engines and Servers

    I'm new to the blogging feature of Contribute and have to set up a blogging server as well. Can anyone recommend a good Blogging server for Contribute? Thanks.