Problem with Deleting in ADF

I am ysing JDeveloper 10g v.10.1.2
Mr.Steven
When you do step by step of how Deleting in ADF , it is not deleting right away.
Is there any solution you have it .
I do this but it is not work ( maybe there is changing in the new version of JDeveloper 10g v.10.1.2 )
http://www.oracle.com/technology/obe/obe9051jdev/adfworkshop/buildingadfapplicationsworkshop.htm

let`s give you what i did :
I adding two dataPage ,First one for browse employee and second one for deleting an employee .
So, i did same what is write in a bove link for deleting
but when i run it :
first browse the employee
Then when click the link of delete it is go to DataPage that`s name( Delete employee) .So , when click the button delete
it is return to the first DataPage(browse employee)
and you will see that row is deleting but when go to the DataBase
you will see the row not Deleting.

Similar Messages

  • I how problems with delete/ fix alias

    I how problems with delete/fix alias. Somehow, I am trying to delete or fix alias by clicking the icon it show a pop-up saying to click "delete alias" or "fix alias." When I click "delete alias", it wouldn't let me. When I click "fix alias" I could not find what I am looking for. I try clicking different icon, but is show a pop-up saying "it could not be found (error code-43). Can someone help out????

    Moved to InDesign forum.
    You can start by telling us what the problem is.

  • Have a problem with deletting a folder that has lots over 100+ folders in it that are locked, please help

    Have a problem with deletting a folder that has 100+'s folders in it that are locked. Please help.

    Put the folder into the trash - go to the Finder menu and hold down the alt key whilst selecting Empty Trash.
    I've never tried this with a folder full of locked files, but it certainly works with a single locked file.
    Hope that helps!

  • Problem with PPR in ADF

    I have a problem with Partial Page Refreshing in ADF faces. what my requirement is I have Table with two cells. One cell contains the ADF Tree component. This tree component can expand their children. If you click any of the tree component then the details of that component displayed on the another cell. I want to display contents with out refreshing the entire page.

    let`s give you what i did :
    I adding two dataPage ,First one for browse employee and second one for deleting an employee .
    So, i did same what is write in a bove link for deleting
    but when i run it :
    first browse the employee
    Then when click the link of delete it is go to DataPage that`s name( Delete employee) .So , when click the button delete
    it is return to the first DataPage(browse employee)
    and you will see that row is deleting but when go to the DataBase
    you will see the row not Deleting.

  • Problem with delete index of cube in process chain

    HI ,i have a problem with my process chain,here on process name as delet index is ther which has been turned to red.when iam going inside of that in Display message iam getting the msg as"Indexes for InfoCube SMS_C06 have been deleted successfully".
    since the process is in red next process is not been triggering,but i have to continue the process chain.
    can anybody put some light into it.its very urgent........

    Hi,
    I ran into the same situation with one of my process chain that is part of a metachain. The process chain has the Delete Index that turned red. But the messages show that the indexes on all the cubes were deleted sucessfully.
    As suggested, I did a repeat on the delete index variant, but no luck as it turned red again.
    Anyone aware familiar with this issue?
    Thanks,
    Briston

  • Problems with refreshing a adf table

    Hi,
    i am using jdeveloper 11 with the new adf framework.
    I use a table which i bind to an arraylist. works fine. the table shows the data from the list.
    at sometime i change the backing arraylist but the table show (only in the section i saw on the screen) the old data, when i scroll down the new data is shown.
    so i know the arraylist holds the new data and the binding is ok but the refresh of the table doesnt work in the section i see....
    hope you understand my problem
    hannes

    Hi,
    As far as I understand , you are not clearing the previous or old data. This results in your table showing the new data towards the end.
    If you are using something like this : List tableRows = new ArrayList(); to populate the data in the table , ensure that you clear this list everytime you method runs
    You can do this by : tableRows.clear()
    HTH
    -Shishir

  • Problems with RowSelection in adf table

    I have problems with selection of a row in a adf table. Even though I have set the property : rowSelection="single" , when i select a row, the two other rows that follow, get selected too. For example I have 10 records an when i select the 7th row, the 8th and 9th row are also selected. This doesn't happen with the first rows.
    Also when i evaluate an attribute on selectionListener, it is always getting just the one from the first row.
    <f:facet name="second">
    <af:panelBox id="pbCon" showDisclosure="false" text="Históricos"
    binding="#{pageFlowScope.HistoricoEnvios.pbCon}">
    <af:table var="row" summary="Histórico de envios"
    rows="#{bindings.VOHistoricoEnvios.rangeSize}"
    emptyText="#{bindings.VOHistoricoEnvios.viewable ? 'No se encontraron resultados.' : 'Access Denied.'}"
    fetchSize="#{bindings.VOHistoricoEnvios.rangeSize}"
    rowBandingInterval="0" id="tHist"
    disableColumnReordering="true"
    value="#{bindings.VOHistoricoEnvios.collectionModel}"
    binding="#{pageFlowScope.HistoricoEnvios.thist}"
    rowSelection="single">
    <af:column width="32" id="c13" align="center"
    headerText="#{bindings.VOHistoricoEnvios.hints.Rownum.label}"
    rowHeader="unstyled">
    .

    I have two panelBox, one for a set of options with commandMenuItem and the second one wich shows the result in a table. The first commandMenuItem generate records an show them in the table. Here i got no problem with selection. The third commandMenuItem execute a log of the records generated, here is the problem.
    Thes two pages are part o a template, the template has a panelSpliter, in the right are the set of commandMenuItem an in the second is the part that i can edit.
    I have also drag an drop from the datacontrol again and have the same result
    The table that shows the records is :
    <af:panelTabbed id="ptReg" styleClass="AFStretchWidth"
    visible="true"
    binding="#{pageFlowScope.EnvioSunasa.ptReg}"
    partialTriggers="::dpEnv">
    <af:showDetailItem text="Datos Personales" id="sdiDp"
    stretchChildren="first"
    inflexibleHeight="100">
    <af:panelSplitter id="psDP" orientation="vertical"
    splitterPosition="216">
    <f:facet name="first">
    <af:panelBox id="pbErrDP"
    text="Registros con Error:#{pageFlowScope.EnvioSunasa.numRegErrDP}"
    showDisclosure="false">
    <af:table var="row" summary="Errores Datos Personales"
    rows="#{bindings.VOErrDatosPersonalesAfiliado1.rangeSize}"
    emptyText="#{bindings.VOErrDatosPersonalesAfiliado1.viewable ? 'No se encontraron errores.' : 'Access Denied.'}"
    fetchSize="#{bindings.VOErrDatosPersonalesAfiliado1.rangeSize}"
    rowBandingInterval="0" id="tErrDp"
    disableColumnReordering="false"
    value="#{bindings.VOErrDatosPersonalesAfiliado1.collectionModel}"
    rowSelection="single"
    binding="#{pageFlowScope.EnvioSunasa.terrDp}">
    .

  • Problems with deleted outbound deilverys

    Hi all,
    I have the following problem with a deleted outbound delivery. The issue is that a sales order was created and a outbound delivery was assigned to this sale order, but somebody deleted the outbound delivery, unassigned the corresponding material and the shipping person assigned this outbound to another sale order believing that there were still plenty of material to cover both sales orders.
    The help needed here is how do I know which user deleted the outbound delivery is there a record for that??
    I'll appreciate your help a lot.
    Best Regards,
    Erik Espinosa

    Malice is seldom behind stuff like this, from my experiences.
    Prime candidate is human error (possibly with an attempt to fix it, which also includes hiding it...).
    => Send the sales folks a mail with the order number and description in it and ask them whether any of them know about it or are aware that an error might have been made. This gives them the opportunity to realize the implications of their mistake, or "own up" to it.
    Depending on how your system is integrated and how many "cowboy" developers you had / have around, faulty config and even naive user-exits cannot be completely excluded.
    => Hard to find (better to prevent), but doing a where-used-list on the related VK* tables to see whether any Z-programs turn up is a start.
    Either way, with the sales order number, you should be able to find the user context which performed these actions via the business change documents.
    => Take a look at the SCD* transactions, and the CD* tables.
    If it was a batch user at midnight... then see "Hard to find..." above.
    Cheers,
    Julius

  • Problem with delete operation

    Hi all,
    Jdev version(11.1.1.3.0)
    I have a <af:table> with a check box.I can select the rows
    by checking check box and delete those rows.
    Sometimes am facing a problem in deleteing the rows.
    The viewobject that binded to the table,is based on two
    Entity Objects A&B.The table B has no primary key field.But
    it has a dynamic row_id as key fileld.
    The problem is am not able to filter
    the query results,when I select dynamic "Row_Id" in the select
    query,I can't filter the records.(In the VO if I unselect the ROW_Id,
    got an error like"Row_id missing in the view oject")Because of
    this issue am not able to delete the records.Due to
    this problem,delete works only in random.
    Please share the ideas..
    Thanks
    Swapna

    Try selecting a different attribute for EntityB as a key field

  • Problems with deleted Podcasts from iPod Touch (Проблема с удалением)

    У меня проблема с удалением подкастов с моего iPod Touch (версия прошивки 2.2, iTunes 8.0.2.20)
    Некоторое время назад я скачал через сам Ipod некоторые подкасты, в другое время с компа, после все синхронизировал и все уровнялось (переписалось недостающее туда и обратно). Сегодня я хотел все удалить и в настройках синхронизации моего iPod я просто снял галочку синхронизации и применил. После все плейлисты касательно подкастов были очищены, а вот сами файлы остались, т.к. в первую очередь суммируя то что у меня должно было быть и что было разница была в 3 гига.
    С помощью SharePod решил проверить действительно ли так то что я думаю и оказалось что он увидел эти файлы, которые должны были быть удалены, но т.к. версия базы данных иная чем то что он может понимать программа, удалить я их не могу. Прошу помочь.
    I have a problem with the removal of podcasts on my iPod Touch (firmware version 2.2, iTunes 8.0.2.20)
    Some time ago, through the iPod Touch I downloaded some podcasts, at other times from the computer, after all synchronized (rewritten podcasts from my computer and ipod). Today I want to delete everything and in sync to my iPod settings, I took a tick synchronization and applied. After all the playlists from podcast has been cleared, but the files themselves remain as the free space was at 3 Gb fewer regulations.
    Using SharePod checked their version and proved that SharePod saw no deleted files to be erased, but because version of the database other than the fact that he could understand the program, I can not remove them. Please help.

    You can only sync with one computer. I would backup to one computer and then restore from backup.
    iOS: Back up and restore your iOS device with iCloud or iTunes       

  • Problems with deleting mail in Mail-Yoesmite 10.10.1

    Each day, I have a problem where Mail will not delete messages that I have deleted. The messages I want deleted seems to be in the Trash folder and appear to be deleted when I select the delete button. But when I click out to another folder and then come back to the Trash folder, those messages are still there.
    T have tried doing this 3-4 times, with the same result.
    I have since found that quitting the Mail program resolves this problem and so each day, I have to quit Mail in order to get it to function correctly.
    Clearly, there is a problem with this piece of software, a piece of software which is one of the worst things Apple has ever made and which has been driving me nuts for years.

    I can't find a way to edit my question so I am adding further info as a reply.
    In addition to not deleting emails, Mail also does not always show me the most recent emails.
    When I quit the app and re-open it, a bunch of new emails suddenly appear, all with different time stamps.

  • Problems with Deleting Confirmati​on Messages on a 8830 device

    I am new to this forum but have a technical issue on a blackberry 8830 device with deleting confirmation messages.
    Scenario:
    User is replying to users with a confirmation of message read reciept from the blackberry.  It copies the reciept in both his exchange account and his blackberry device.  He can delete the confirmation of the reciept as usual but here lies the problem when he deletes it on either the blackberry or the exchange account side it won't reconcile it even though the reconcile is setup for both handheld and wireless and wireless email reconcile is turned on.  He also has the desktop manager software running on his pc and its still not correcting it.
    The BES server is on release 4.0.6.12 with a Microsoft 2000 Exchange Server (I'm thinking this is my issue but don't have any supporting evidence to support it).
    Can someone please provide some insight as to what the problem might be in this scenario.

    Thanks so much for answering! It looks like that cleared up the problem

  • Synchronisation problem with deleting an appointment from an iterating appointment

    Hello,
    I have a problem with the synchronisation of appointments from iCal (Mac OS X 10.7.3) to my iPhone 3GS (iOS 5.1) with iTunes (10.6.1 (7)).
    Scenario:
    I create an iterating appointment (e.g. each week) in iCal. Than I synchronise these appointments with my iPhone. After that I delete one specific appointment (not the whole iterating appointments) in iCal and synchronise the calendar via iTunes again.
    Now the appointment I deleted in iCal still exists on my iPhone. If I choose the option "replace all appointments on my iPhone" in iTunes it doesn't work and the deleted appointment still exists in my iPhone calendar.
    Any solutions for this problem? Or is it a known bug?

    Hi,
       try to make the request status into red in monitor and then delete. if the request deletion taking long time try to change the QM status in to green. i think then the delete box will dissaper. again start from begin convert the status to RED in monitor for that particular request. and then delete it.

  • Problem with deletion of files

    hi
    i have a very strange problem, so the application is swing app, i use intellij IDEA this is only informative.It is for uploading files to ftp, at the end of the process i must delete files, the problem is that the last one file doesn't delete.The strange is that when i run the application from idea it works ok, but when i run the application from jar it can't delete the last file
    i make jar file with ant. the difference between the running application from idea and from the jar is that in idea i create instance of Login (JFrame) and it is on, from the jar there is a method that at run time execute the following command in a new thread : "java -Xms128M -Xmx512M"
    + " -cp ./;ProcessingTool.jar; + "(here is adding all libs to class path...)"
    + " dialogs.Login");
    i thought that i have not close a stream, but why then from idea it works, and from jar doesn't.
    please help!!!

    i have used adobe reader 8 and now 9. However, i am having trouble opening form files from http://www.mca.gov.in which is a government site.
    the error i get is "this document enabled extended features in adobe reader. the document has been changed since it was created and use of extended featuresis no longer available. Please contact the author for the original version of this document."
    please help as i am able to open these files on another computer running older adobe reader version
    thanks in advance
    regards,
    ashish ahuja

  • Problem with delete button on macbook pro?

    AFter 4 yrs of no probelms, the delete button and number one button do not work. Has anyone had this problem?

    Reset PRAM.  http://support.apple.com/kb/PH4405
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

Maybe you are looking for