GetRowIndex of richTable returns different row num from what is defined in the generated page

Hi,
I am using jdev 11.1.2.4...
I have a binding to a RichTable. When I use dataTable.getRowIndex() I get the right row numbers, from 0.
When I look at the source of the page in the browser, after pressing execute query - the row num in the page increases by the total number of rows in the table.
So when I need to get the inputText clientid (to open a popup next to it) I can't get the right client id.
for example:
For the first time the page is entered the id is: pt1:weekTab:2:inTime1
after pressing execute query the same field is called like this: pt1:weekTab:13:inTime1
Does this may have something to do with that I use contextual event to run the "execute query" (the dates are on a fragment inside the page )?
Some other definitions of the table?
Thank you,
Nina

Hi,
no it has to do with the fact that tables are stamped and the components in the table cells are no object instances. Do you launch the popup programmatically ?
Frank

Similar Messages

  • IPhone question:  Im trying to update applications on my iphone.  When I do it I'm as for password from a different Apple ID from what I have in Itunes.  How do I change so that both are the same?

    IPhone question:  Im trying to update applications on my iphone.  When I do it I'm as for password from a different Apple ID from what I have in Itunes.  How do I change so that both are the same?

    All apps are tied to the apple id that it was used to purchase or download the app.
    did you use a different id to buy the app?
    you can change id, settings - appstore - apple id - log out and log in with correct id.

  • Delete Overlapping Requests from InfoCube: Before or After the Generate Ind

    Hi,
    Delete Overlapping Requests from InfoCube Before or After the Generate Index of the Infocube? Why?
    I think "After", but the system (transaction RSPC)suggest 1.Generate Index 2.Overlapping Requests from InfoCube ...
    Thanks
    Alessandro

    Hi Alessandro,
       Bottom Line Index will speed up the Process. While loading the Data you need to delete the Index.
    Index will degrade the performence while updating or modifying DB Entries(Loading). Index will improve the performence while reading the DB(Reporting).
    It's not with BW. all RDBMS need this.
    Regards,
    Nagesh.

  • Problem in Retrieve Image from DB and display in the JSP page

    Hi All,
    I did one JSP Program for retriveing image from DB and display in the JSP Page. But when i run this i m getting "String Value" output. Here i have given my Program and the output. Please any one help to this issue.
    Database Used : MS Access
    DSN Name : image
    Table Name: image
    Image Format: bmp
    Output : 1973956
    Sample Program:_
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ page import="java.io.*" %>
    <%
         try{
              Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
              Connection conn = DriverManager.getConnection("jdbc:odbc:image");
              Statement st = conn.createStatement();
              ResultSet rs = st.executeQuery("SELECT images FROM image");
              String imgLen="";
              if(rs.next()){
                   imgLen = rs.getString(1);
                   out.println(imgLen.length());
              if(rs.next()){
                   int len = imgLen.length();
                   byte [] rb = new byte[len];
                   InputStream readImg = rs.getBinaryStream(1);
                   int index=readImg.read(rb, 0, len);
                   System.out.println("index"+index);
                   st.close();
                   response.reset();
                   response.setContentType("image/jpg");
                   response.getOutputStream().write(rb,0,len);
                   response.getOutputStream().flush();
         }catch(Exception ee){
              out.println(ee);
    %>
    Thanks,
    Senthilkumar S

    vishruta wrote:
    <%
    %>Using scriptlets is asking for trouble. Java code belongs in Java classes. Use a Servlet.
                   out.println(imgLen.length());Your JSP was supposed to write an image to the output and you wrote some irrelevant strings to the output before? This will corrupt the image. It's like opening the image in a text editor and adding some characters before to it.
                   byte [] rb = new byte[len];Memory hogging. Don't do that.
              out.println(ee);You should be throwing exceptions and at least printing its trace, not sending its toString() to the output.
    You may find this article useful to get an idea how this kind of stuff ought to work: [http://balusc.blogspot.com/2007/04/imageservlet.html].

  • I have problems uploading a journal from iPhoto in my iPad, the web page online works on the iPad but I can't open the link on my computer

    I have problems uploading a journal from iPhoto in my iPad, the web page online works on the iPad but I can't open the link on my computer

    What did you rent the film on, your iPad or your Mac ? If you rented it on your iPad then it should have downloaded into the Videos app on it (you should get a rentals tab in the app). If you rented it on your Mac then it should be in the Movies part of your Mac's iTunes library, you will have to connect your iPad to your Mac's iTunes and move it from your Mac to your iPad (I think that it should show on the iPad's Movies tab for moving)

  • I downloaded a game that need to pay, but after that when i want to update or download a free game from app. It opens the pilling page again, and can't download or update anything any more, why this happen?

    Help
    I downloaded a game that need to pay, but after that when i want to update or download a free game from app. It opens the pilling page again, and can't download or update anything any more, why this happen?

    Recent crashes of certain multimedia contents (this includes Youtube videos, certain flash games and other applications) in conjunction with Firefox are most probably caused by a recent Flash 11.3 update and/or a malfunctioning Real Player browser plugin.
    In order to remedy the problem, please perform the steps mentioned in these Knowledge Base articles:
    [[Flash Plugin - Keep it up to date and troubleshoot problems]]
    [[Flash 11.3 crashes]]
    [[Flash 11.3 doesn't load video in Firefox]]
    Other, more technical information about these issues can be found under these Links:
    http://forums.adobe.com/thread/1018071?tstart=0
    http://blogs.adobe.com/asset/2012/06/inside-flash-player-protected-mode-for-firefox.html
    Please tell us if this helped!

  • Suppress Row Num from XML output

    Hi there,
    Is possible to generate the output following without using style sheet ?
    a) remove <ROW num="10">
    b) to change the tag Code <COMM NULL="TRUE"/> to <COMM><COMM/>
    Thanks
    Jeremy Lee
    =====
    declare
    queryCtx DBMS_XMLquery.ctxType;
    result CLOB;
    begin
    delete from temp_clob_tab;
    commit;
    result := empty_clob();
    -- set up the query context...!
    -- queryCtx := DBMS_XMLQuery.newContext('select * from testxml');
    queryCtx := DBMS_XMLQuery.newContext('select empno ,ename,comm from emp WHERE comm is null');
    -- modify encoding format
    DBMS_XMLQuery.setEncodingTag(queryCtx, '"WINDOWS-1252"');
    --DBMS_XMLQUERY.setencodingtag(queryCtx 'UTF-8');
    -- DBMS_XMLGEN.SETNULLHANDLING(queryctx,2);
    dbms_xmlquery.SETROWSETTAG(queryCTX,'ROOT');
    dbms_xmlquery.usenullattributeindicator(queryCtx, true);
    -- get the result..!
    result := DBMS_XMLQuery.getXML(queryCtx);
    INSERT INTO temp_clob_tab VALUES(result);
    -- Now you can use the result to put it in tables/send as messages..
    ShowClobContents(result);
    DBMS_XMLQuery.closeContext(queryCtx); -- you must close the query handle..
    end;
    ================================================================
    | </ROW>
    | <ROW num="9">
    | <EMPNO>7902</EMPNO>
    | <ENAME>FORD</ENAME>
    | <COMM NULL="TRUE"/>
    | </ROW>
    | <ROW num="10">
    | <EMPNO>7934</EMPNO>
    | <ENAME>MILLER</ENAME>
    | <COMM NULL="TRUE"/>
    | </ROW>
    | </ROOT>

    Hi Ramesh,
    Thanks for your reply. If I tried using DBMS_XMLGEN, I get the following output which is closer to the output that I want. How do i show the null value as <COMM></COMM> ?
    Thanks
    Regards
    Jeremy Lee
    DECLARE
         ctx DBMS_XMLGEN.ctxHandle;
         xml CLOB;
    BEGIN
    delete from temp_clob_tab;
    commit;
         ctx := dbms_xmlgen.newcontext('select * from emp where comm is null');
         dbms_xmlgen.setrowsettag(ctx, 'Root');
    dbms_xmlgen.setrowtag(ctx, 'ROW');
    DBMS_XMLGEN.SETNULLHANDLING(ctx,2);
    -- DBMS_XMLGEN.setEncodingTag(ctx, '"iso-8859-1"');
    -- dbms_XMLGEN.usenullattributeindicator(ctx, true);
    xml := dbms_xmlgen.getxml(ctx);
    INSERT INTO temp_clob_tab VALUES(xml);
         -- dbms_output.put_line(substr(xml,1,1000));
    DBMS_XMLGEN.closeContext(ctx);
    END;
    ===================================================================
    <ROW>
    <EMPNO>7934</EMPNO>
    <ENAME>MILLER</ENAME>
    <JOB>CLERK</JOB>
    <MGR>7782</MGR>
    <HIREDATE>23-JAN-82</HIREDATE>
    <SAL>1300</SAL>
    <COMM/>
    <DEPTNO>10</DEPTNO>
    </ROW>
    Regards
    Jeremy Lee

  • Suppress Row Num from XML

    Hi there,
    Is possible to generate the output following without using style sheet ?
    a) remove <ROW num="10">
    b) to change the tag Code <COMM NULL="TRUE"/> to <COMM><COMM/>
    Thanks
    Jeremy Lee
    =====
    declare
    queryCtx DBMS_XMLquery.ctxType;
    result CLOB;
    begin
    delete from temp_clob_tab;
    commit;
    result := empty_clob();
    -- set up the query context...!
    -- queryCtx := DBMS_XMLQuery.newContext('select * from testxml');
    queryCtx := DBMS_XMLQuery.newContext('select empno ,ename,comm from emp WHERE comm is null');
    -- modify encoding format
    DBMS_XMLQuery.setEncodingTag(queryCtx, '"WINDOWS-1252"');
    --DBMS_XMLQUERY.setencodingtag(queryCtx 'UTF-8');
    -- DBMS_XMLGEN.SETNULLHANDLING(queryctx,2);
    dbms_xmlquery.SETROWSETTAG(queryCTX,'ROOT');
    dbms_xmlquery.usenullattributeindicator(queryCtx, true);
    -- get the result..!
    result := DBMS_XMLQuery.getXML(queryCtx);
    INSERT INTO temp_clob_tab VALUES(result);
    -- Now you can use the result to put it in tables/send as messages..
    ShowClobContents(result);
    DBMS_XMLQuery.closeContext(queryCtx); -- you must close the query handle..
    end;
    ================================================================
    | </ROW>
    | <ROW num="9">
    | <EMPNO>7902</EMPNO>
    | <ENAME>FORD</ENAME>
    | <COMM NULL="TRUE"/>
    | </ROW>
    | <ROW num="10">
    | <EMPNO>7934</EMPNO>
    | <ENAME>MILLER</ENAME>
    | <COMM NULL="TRUE"/>
    | </ROW>
    | </ROOT>

    Dup of {thread:id=2159004}

  • IPhone 6 shows a different free storage from what iTunes shows.

    When I go into the storage section on my iPhone (iPhone 6 iOS 8.3), it shows a different number from what iTunes shows when I connect the device to it.
    There's around a 500 MB gap that I cannot understand why is happening. This is kind of critical 'cause you know how many apps or pictures can fit in 500 MB and I don't know which number to follow.
    Anybody else experiencing this? Any suggestions on how to fix?
    Thanks in advance.

    this one is actually a really rare symptom of a flaky connection to the ipod on a Windows PC. there's more going on in terms of hardware on nanos and 5th gens than in the earlier models ... so if the connection is flaky to precisely the right/wrong degree, itunes will see the ipod, but misidentify it as an earlier version of ipod.
    tracking down the cause of the flakiness can be tricky ... as you already know ...
    just checking. have you tried connecting with a different (known-good) USB cable? does that seem to have any impact on the rate of occurence of the problem?

  • Why are emails downloaded with the subject and from address different from what is actually in the email?

    The subject and from address listed in the message pane are totally different from what is in the actual email, viewed either in the preview pane or when the email is opened. The emails are correct when viewed online. For example:
    Email subject A from Sender A - email A
    Email subject B from Sender B - email B
    Email subject C from Sender C - email C
    After downloading to Thunderbird:
    Email subject A from Sender A - email A
    Email subject B from Sender B - email B
    Email subject C from Sender C - email A *** Subject and Sender for C but is actually email A
    This started happening within the past month and appears to be random. Sometimes everything is correct. But more often there are a few that exhibit the above behavior. I have multiple email address downloading from the same domain but this problem seems to occur ostly with my main email account.

    Try to rebuild the index file of the troubled folder.
    Right-click the folder - Properties - Repair Folder

  • Just installed os x maverick and updated my version of pages now when I try to open a document stored in pages format from old version get message "The Application "pages" can't be opened -1712  What is wrong?

    Just updated to new version of pages.  Now can not open stored documents created under al pages.  Get message "the application pages can' be opened -1712"  hat do I do?

    Apple released Pages 5.0 to run on Maverics only. They completely rewrote the program for Maverics and 64 bit compatibility. They failed to explain that this version is missing much of the previous version's capability and that it cannot read older Pages files. When they install it they leave the older Pages 4.3 in place because it is the only way to read the older Pages files and upgrade them to a level that can be read by Pages 5!
    If you still have Pages 4.3 on your computer it will tell you what to do. If you do not then go into your backups and retrieve it.
    Because of the deficiences of Pages 5 I have removed it from my Mac and gone back to working with Pages 4.3. I have also removed Pages 2 from my iPad and found Pages 1.7 in the Time Machinew backups and brought it forward and droped it onto the iTunes icon to restore it and then synced the iPad to get the Pages 1.7 running again - it is compatible with Pages 4.3 on the Mac so all is back to normal for me.
    Apple say that they will fix many of the deficiences in Pages 5 in the next six months. I suggest you wait until then and keep an eye on these communities beforte considering the "upgrade".
    Incedentaly Pages 5.0 writes files that cannot be read by anything else including Pages 4.3 - better hope no one sends you one! It does not save RTF either - what where they thinking!

  • This is about the still image size changing from what I see on the computer monitor and what the burned DVD shows on the TV

    I have Prem.El 12 and have used PE4 for years.  I have a new PC that runs Win7Pro.  The still images on the computer monitor are within the "safe margins".  The still images after the movie has been burned to a disk are MUCH smaller on the TV screen.  Is this an issue of 16:9 vs 4:3 ratios?  My TV is 4:3.  Can I tell PE12 to make the movie a 4:3?

    retchemteach
    Although I have seen your post of today in my Inbox Email Notifications, that post has not yet appears in this thread. It will probably will sooner or later. But, to keep things moving along....this is a copy of what I am seeing as your message of today in my Indox Email Notifications
    Thank you for your patience in the time it is taking me to get back to you.
    I am still trying to buy some DVD-RW discs and will hopefully do that in a
    bit.  Meanwhile, I have more info for you and some simple (I hope)
    questions.  If you want to insert your answers, that would be fine.
    My camera (for stills and video) is set to the 4:3 ratio.  It is capable of
    being set to a 16:9 ratio if I wanted to do that.  I looked in its TOOLS
    menu and saw this info.
    My TV is definitely a 4:3 TV.  (I measured it with my tape measure and
    divided W/L to get 1.33)  The TV can show a 16:9 movie and just adds the
    black bars on the top and bottom.  Question: What will my old 4:3 movies
    look like on a 16:9 TV whenever we buy one of those?
    It seems to me that I want to set PE12 to the NTSC DV Standard you
    mentioned.
    I do NOT know how to “size your photos so that each has a 4:3 aspect”,
    unless you mean doing that in Photoshop Elements, which I know how to do
    (*see below)
    I had NOT considered that I would need to watch the preset for the
    ‘Publish+Share’ step; so that’s good to know (I copied and pasted your info
    for later use).
    BTW, years ago when I had difficulties with my XP computer working on PE4
    (had only 2 GB RAM), an Adobe tech told me to resize my photos * to have a
    720 pixel width (the height would be automatically adjusted) to lower the
    file size to something my computer could handle without crashing.  (That
    was back in the good ol’ days when Adobe support would actually talk with
    their customers and try to help them in the first month)
    My new computer has 16GB RAM.  Do you think I still need to reduce file
    size?  One does lose some sharpness in the resizing process…..however,
    these videos I’m making are travelogues and are for a fun way to view pics
    and videos of a trip…nothing Earth shattering….and just a hobby to keep me
    off the streets.
    I truly appreciate the time you take to help me (and others).  I was even
    tempted to try to install my old PE4 on my new computer just to be able to
    enjoy my hobby again.
    My reply to the above....
    1. If you camera is giving you 4:3 photos and your Premiere Elements 12/12.1 is running on Windows 7, 8, or 8.1 64 bit, then leave
    the photos as is unless you have a lot of photos and each has pixel dimensions sizes way over 1920 x 1080 pixels that are giving your computer resource issues. If you have to down size them because of computer resources, then copy the photos to a computer desktop folder and also create an empty folder on the computer desktop.
    a. Photoshop Elements Editor, File Menu/Process Multiple Files.
    Process Files form Folder
    Source - browse to and select the computer desktop folder with photos to be resized
    Destination - browse to and select the empty computer desktop folder
    Image Size
                 Check Mark Next To Resize Images
                (no check mark next to Constrain Proportions)
                Type in Width = 1000  (set units for pixels)
                Type in Height = 750 (set unites for pixels)
    File Size
               Check Mark Next to Convert Files To
               Set for JPEG High Quality
    The above should work fine for a NTSC DV Standard project with a burn to DVD disc with preset NTSC_Dolby DVD (4:3 video).
    2. With regard to the TV Set and 16:9 video....when you have the DVD-player attached to the TV, do you have the opportunity to bring up a display of menus with
    controls for Picture and Aspect Ratio? From what you have written so far, it looks like the answer is no. I am not sure how your TV DVD
    player will handle 16:9.
    Best do a mini test run
    1. Project preset set manually to NTSC DV Widescreen (please refer to post 1 link)
    A few photos sized for 1600 x 1200
    In the Premiere Elements project, use the Safety Margins inner rectangle for text placement
    Publish+Share/Disc/DVD disc with preset = NTSC_Widescreen_Dolby DVD.
    See what that looks like on your TV DVD player.
    If you discovered that your current TV DVD player can be set for a 16:9 display, then I have a preferred workflow for
    NTSC DV Widescreen which typically gives best possible results. Hints of things to come.
    Please review and consider. Thanks for the follow ups.
    ATR

  • How do i delete photo's from my photo album on the home page on an iphone 5

    how do i delete photo's from my iphone 5 running the latest software

    Photos in your camera roll can be deleted on your device: Select the photo>Tap the trash can, lower right.
    Photos synced to your phone must be removed the same way they got there, through the iTunes sync process. You remove the checks next to the albums/folders, under the Photos tab, then hit Apply/Sync.

  • SELECT returning different rows when issued from SQL Developer or Java apps

    Hi there. I'm facing a problem here: I'm trying to issue a SELECT from Java, which should return me 2 rows; but I'm getting just one. When I issue the SELECT directly through SQL Developer it gives me the expected result. I've pastebin the code at http://paste.uni.cc/11821, where I've described in details the problem.
    What could it be? Any help would be appreciated.
    Thanks in advance!

    Marco,
    I would code it a bit differently, but I don't think that would solve your problem.
    I suggest setting up the JDBC logging. I'm not promising it will help, but I guess it
    can't hurt. Here is a white paper about it:
    http://www.oracle.com/technology/tech/java/sqlj_jdbc/pdf/logging%20white%20paper.pdf
    You can also access that link from this Web page:
    http://www.oracle.com/technology/tech/java/sqlj_jdbc/index.html
    Good Luck,
    Avi.

  • ADF question: re-executing the view iterator which returns different rows

    Hi,
    I am terribly stuck in building one of my demos for
    an ADF seminar.
    I happened to created a view object which queries with
    rows showing up random lists such that:
    select a, b, c
    from sometable
    order by mod(DBMS_RANDOM.Random,50)+50
    and the result shows up fine. I wanted to display
    only one row, so I set up fetch size max to 1.
    in this way, I would get a random selection whenever
    I executed query to this view object.
    I created a data page where the results would show up.
    ok, so far so good. But I happened to notice that
    the randomly selected row would not change once it is
    loaded (pressing reload button on my browser did not
    refreshed the random selection). I knew this behavior,
    that the view object would cache the query once it
    is executed and not updated.
    So, I put an action event to invoke the 'Execute' method
    to this view object iterator. The selection now seems
    to be working randomly, but I also got error messages
    that says:
    You must correct the following error(s) before proceeding:
    JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-33035: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[2 ]
    JBO-33035: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[2 ]
    I suspect this was because the newly selected row has different Key(primary key) to that of previously selected row, but I want to override this.
    is there any way that I may clear up the selection cache
    to tell ADF that the newly selected row is the current
    key in the row?
    Any suggestions are gladly welcomed.
    Regards,
    Howard Yoo

    repost

Maybe you are looking for

  • Page Up and Page down functionality in table control

    Hi,     I want to add two pushbuttons in the module pool screen which has a table control that fetches data from the transparent table. One pushbutton is for the page up and other is for page down. If my table control <say tab_ctrl1> has 75 records i

  • Connecting a tablet to a PS3

    Hi there! I'm not sure if this is the proper forum to ask this. But is there a way to connect an Xperia tablet (or any Android tablet) to a PS3 via wifi in order to cast or stream off files such as photos or movies? Please advice. Thanks.

  • Adobe Reader 7でセキュリティ設定したPDFを開けない

    Adobe Reader 7でセキュリティ設定したPDFを開くと次のエラーが発生するという事象が起こっています. 埋め込みフォント「OONPKP+MS-Pgothic」を抽出できません.一部の文字を正しく表示できない場合や.印刷できない場合があります. 対象のPDFはExcel97-2003形式のXLSファイルをPDF変換した後パスワードをかけてセキュリティ設定したもので.以下のプロパティになっています. アプリケーション:PScript5.dll Version 5.2.2 PDF変換:Acr

  • Boot CD doesn't work Satellite 5105-S501. What should I do?

    I do have some major problems with my 5105-S501 The computer is totally screwed up, with a little help of some evil virus. Well, anyway; I thought this would be a good time to format the HD and install the OS again. Did like the manual said, put the

  • SETTINGS for "search in page" in Safari? (iPad)

    When using iOS 4.3, "search in page" in Safari browser finds the search word INSIDE words as well. Eg: search "wave" and it finds "waves" and "shockwave" as well. When using iOS 6, "search in page" in Safari browser finds the search word only in the