Graph pagination error

Hi,
jdev 11.1.1.5
I am using dvt:BarGraph component to display some information. I want to have pagination and I do
1. Drag the bar graph onto a page
2. On the PageDef file, change the RangeSize property to 5 (in your case)
3. From the DataControl panel, drag and drop the NextSet and PreviousSet operations of the View Object
4.Configure the af:graph PartialTriggers property to point to the two buttons
5. Ensure the buttons have their PartialSubmit property set to "true"
but after I click the next set button graph has post back but data not change.
It would be great if any of you can suggest me the best way to do this.
Thanks in advance.

hi my bar:graph:
<dvt:barGraph id="custCountDupEcoBargraph"
value="#{bindings.dimCustCountByDuplicateEcoCodeROBar.graphModel}"
subType="BAR_VERT_CLUST"
dynamicResize="DYNAMIC_SIZE"
threeDEffect="true"
hideAndShowBehavior="withRescale"
animationOnDisplay="zoom"
animationOnDataChange="zoom"
seriesRolloverBehavior="RB_HIGHLIGHT"
flashDefaultFontLoading="FLASH_DEFAULT_FONT_LOADING_NONE"
rendered="#{viewScope.ActivityInAllTableViewBean.graphType == 'BarGraph' ? true : false}"
drillingEnabled="false"
styleClass="AFStretchWidth"
emptyText="#{viewcontrollerBundle.graphEmptyDataLabel}"
clickListener="#{bindings.dimCustCountByDuplicateEcoCodeROBar.graphModel.processClick}"
clickAction="#{ActivityInAllTableBean.dimCustCountByDupEcoCodeGraphClickAction}"
partialTriggers="::nextSetb1 ::previosSettb2">
<dvt:background>
<dvt:specialEffects/>
</dvt:background>
<dvt:graphPlotArea/>
<dvt:seriesSet>
<dvt:series/>
</dvt:seriesSet>
<dvt:o1Axis scrolling="asNeeded"/>
<dvt:y1Axis scrolling="asNeeded"/>
<dvt:legendArea automaticPlacement="AP_NEVER"/>
</dvt:barGraph>

Similar Messages

  • BUG -- Column filtering bug in Apex 4.1 causing pagination error?

    Hi All,
    I'm getting a pagination error, when filtering from the column header in an Interactive Report.
    Report error:
    Invalid set of rows requested, the source data of the report has been modified.
    Reset Pagination*
    The steps to recreate:
    1. Run an Interactive Report
    2. Click the next button to go to the second page of data.
    3. From the column header select a data element that will return less than 15 rows. Note -- if the there are 15 or more rows of data, the error will not occur.
    The Report will fail with the error shown above.
    Note that the same error does not occur if you use the filter from the Action menu. This appears to be a bug in the column filtering.
    It looks like the pagination needs to be reset after the column filter, but how is this done?
    I'm using the canned interactive report with no customizations. Is there a fix for this issue?
    Thanks

    This «bug» is known for a long time unfortunately...
    I never find any solution for IR report filtering.
    Maybe you can use some JQuery to change the link when clicking a value in the list, (add a code that will update pagination).
    Something like :
    $('#apexir_rollover_content').load(function() {
         $(this).find('a').click(function(){
              gReport.search('SEARCH');
    });But I don't think it will work, as they already use JQuery to bind that &lt;a> events.
    In case you update your report using a button, you can simply use a "reset pagination" process called on button click.
    In case you use column link you simply have to tick the «Reset Pagination» checkbox.
    I hope Apex team will fix that one day.
    Good luck.
    Yann.

  • Pagination error when filtering in an Interactive Report

    Hi All,
    I'm getting a pagination error, when filtering from the column header in an Interactive Report.
    Report error:
    Invalid set of rows requested, the source data of the report has been modified.*
    Reset Pagination*
    The steps to recreate:
    1. Run an Interactive Report
    2. Click the next button to go to the second page of data.
    3. From the column header select a data element that will return less than 15 rows. Note -- if the there are 15 or more rows of data, the error will not occur.
    The Report will fail with the error shown above.
    It looks like the pagination needs to be reset after the column filter, but how is this done?
    I'm using the canned interactive report with no customizations. Is there a fix for this issue?
    Thanks

    This «bug» is known for a long time unfortunately...
    I never find any solution for IR report filtering.
    Maybe you can use some JQuery to change the link when clicking a value in the list, (add a code that will update pagination).
    Something like :
    $('#apexir_rollover_content').load(function() {
         $(this).find('a').click(function(){
              gReport.search('SEARCH');
    });But I don't think it will work, as they already use JQuery to bind that &lt;a> events.
    In case you update your report using a button, you can simply use a "reset pagination" process called on button click.
    In case you use column link you simply have to tick the «Reset Pagination» checkbox.
    I hope Apex team will fix that one day.
    Good luck.
    Yann.

  • XY Graph cursor Error

    Hello
    This error was found, when I started using LabView 8, with my old LabView 6.1 VI's.
    I have encountered a minor error on my Graph display. I noticed my Y-Scale numbers go negative, if I Press and Hold my Graph cursor, while I am moving it.
    I run this same test using New LV 8 XY Graph and numbers do not go negative, but they surely flicker a lot + numbers still change some.
    Have you noticed this before? Is there some new property I need to set up, to make my LabView 6.1 Graph stable? Is this known bug or am I just doing something wrong?
    Here is VI for your testing. My LabView 8 version is 8.0.0.4005.
    Just run it and while moving yellow cursor (press+hold+move), after 1-2 seconds of holding something happens.
    Yours
                                         Kari
    Attachments:
    Cursor Test.vi ‏84 KB

    Hello Karik.
    I experience the exact same problem in the application I'm programming.
    The only solution I have come up with is having the cursors Y-axis
    centered in the visible area of the graph.
    However this is really bad because there is will create a smal "hole"
    in the cursor bar, it looks awfull. I think this is a bug in lv8 since
    in lv7.1 I could tie down the y-axis to like -10000 or something and
    the problem would not appear.
    Hope NI fixes this problem really really soon.
    //Andreas

  • XY Graph, 2D Error Bar, Legend, Multi Plot Help? Please modify the VI

    PLEASE READ THE ENTIRE POST and HELP!
    Please help with this VI and make it an instructive example for me and other novices like me who come across this typical example.
    A typical problem in plotting data is as follows: On the SAME plot (Y-axis = Amplitude vs. X-axis = Time), plot the curves Amp1, Amp2, Amp3, ... coming from sample1, sample2, sample3, ...
    Furthermore, there is Error1, Error2, Error3, ... associated with Amp1, Amp2, Amp3,...., which also needs to be plotted. In order to distinguish between these curves, one may use different
    colors and show a legend that reads Amp1 (say black), Amp2 (say red), and Amp3 (say green). The plot then becomes complete and conveys data very conveniently.
    The attached VI makes an attempt to plot Amp1 and Amp2 using XY Graph and also 2D Error Bar plot (to show error bars). There is one slight problem. The legend does not show what it is supposed
    to show. Can someone fix this? If I plot two curves, the legend should show Amp1 and Amp2, if I plot three curves, the legend should show Amp1, Amp2, Amp3, and so on.
    I don't want to see the default Plot 0, Plot 1, or whatever. Also, it would be nice to dynamically control the symbol, color, curve style etc, as we keep adding more and more curves to the plot.
    Once this problem is fixed, I know I can easily extend it to make it plot more than just two curves in a dynamic way. I could use for loops with shift registers, etc to plot any number of curves on a single plot.
    Believe me, I have searched for other posts and cannot find a simple example like the one I have posted here. Many examples I found have confused me more than helped me. 
    I believe that if this problem is solved in a simple way, many others will find this example very instructive. So by helping me, you help many other people as well!
    Thank you in advance. Please see the attached files (the VI, and an example data file that I just created)
    Solved!
    Go to Solution.
    Attachments:
    Multi_Plot_Legend_Error_Bar.vi ‏24 KB
    data.txt ‏2 KB

    Some members have pointed out that this problem has already been resolved (see the link below).
    http://forums.ni.com/t5/LabVIEW/Dinamically-handle-legend-names-using-property-nodes/td-p/1479572
    I did verify that this works for XY Graph, but not for 2D Error Plot.
    I need both legend and error bars. Shame on LabVIEW for not making such a basic plotting requirement easy and trasparent. 
    There are many clever people who can find work arounds, but that is a not a correct approach. 

  • Graph Prompt Error?

    Hello All,
    I am trying to use a year in the graph prompt and when i am trying to change the year it is giving me the error as below> i tried to use another columns as graph prompts it is working fine. please advice
    View Display Error
    Error generating view. Error getting cursor in GenerateHead
    Error Details
    Error Codes: OAMP2OPY:GK3XOEE6
    DXE expression interpreter error. Cannot find match to expression pattern. Source name: BuildExprVisitor::visit, 'in' node. XML: <sawxd:expr xmlns:sawxd="com.siebel.analytics.web/expressiondxe/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="sawxd:list" op="in"><sawxd:expr xmlns:sawq="com.siebel.analytics.web/querydxe/v1.1" xsi:type="sawq:groupbyField" refCoorID="2"/><sawxd:expr xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="xsd:decimal">2007</sawxd:expr></sawxd:expr>
    Thanks,
    Ravi

    I tried with out the is prompt but still it's not working. I have that for future use because we will be using the report for dash boarding where we might use the dashboard Prompt. but i get your point only one is needed either the dashboard prompt or graph prompt. My best bet at this point is may be just remove the graph prompt and try to drag it on the dashboard and use a dash prompt instead.

  • PAGINATION ERROR

    Hi,
    I'm trying to get this pagination code functioning but I keep
    getting an error on my query. The error says: Microsoft Access
    Driver] Syntax error (missing operator) in query expression 'titles
    LIMIT 0'
    and I'm completely stumped, I pasted my coded on this page if
    anyone could help or point me in the right direction I would
    appreciate it. Thanks.
    <cfparam name="url.page" default="1">
    <cfset page_links_shown = 5>
    <cfset records_per_page = 5>
    <cfset start_record = url.page * records_per_page -
    records_per_page>
    <cfquery name="get_count" datasource="dgr">
    SELECT COUNT(nid) AS records
    FROM news
    </cfquery>
    <cfquery name="get_names" datasource="dgr"
    result="get_data">
    SELECT titles
    FROM news
    ORDER BY titles
    LIMIT #start_record#, #records_per_page#
    </cfquery>
    <cfset total_pages = ceiling(get_count.records /
    records_per_page)>
    <cfoutput>
    <cfloop query="get_names">
    #start_record + currentrow#. #names#<br/>
    </cfloop>
    <hr>
    <cfif url.page EQ 1>
    Prev Page
    <cfelse>
    <a href="pages.cfm?page=#url.page-1#">Prev
    Page</a>
    </cfif>
    <hr>
    <cfif url.page * records_per_page LT get_count.records>
    <a href="pages.cfm?page=#url.page+1#">Next
    Page</a>
    <cfelse>
    Next Page
    </cfif>
    <hr>
    <cfparam name="start_page" default="1">
    <cfparam name="show_pages"
    default="#min(page_links_shown,total_pages)#">
    <cfif url.page + int(show_pages / 2) - 1 GTE
    total_pages>
    <cfset start_page = total_pages - show_pages + 1>
    <cfelseif url.page + 1 GT show_pages>
    <cfset start_page = url.page - int(show_pages / 2)>
    </cfif>
    <cfset end_page = start_page + show_pages - 1>
    <cfloop from="#start_page#" to="#end_page#" index="i">
    <cfif url.page EQ i>
    #i#
    <cfelse>
    <a href="pages.cfm?page=#i#">#i#</a>
    </cfif>
    </cfloop>
    <hr>
    <a href="pages.cfm?page=1">First Page</a>
    <hr>
    <a href="pages.cfm?page=#total_pages#">Last
    Page</a>
    <hr>
    </cfoutput>

    LIMIT is a MS SQL/mysql operator and is not supported by ms
    access.
    access uses TOP instead, and differently from LIMIT:
    SELECT TOP n ....
    FROM....
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com

  • IR Reset pagination error while filtering

    Hi,
    - In my IR report when I have 100 records and I go to the last record by clicking next , next, ...
    - then I click any column header and do a filter (by selecting any one vallue from the drop down list)
    - as soon as I do that.. I get "Reset Pagination" link and then I have to click this link to go to the first page of the new search.
    Is this a APEX bug? OR
    is there any way .. as soon as I select any value from the column header list, the control should directly go to first page without clicking the "Reset Pagination".
    Thanks,
    Deepak

    Helo
    It's not a bug. If you go thru report page by page... You reach some number of page report for example 20. Next you filter a report. Filter cut report to 10 repor page, but you are on 20-th page still... Error ocured. You have to reset pagination :)
    Regards

  • Graph :cursor error

    Hello
    I have a graph with two cursors in it. Those cursors help me to set an interval. After that I can calculate max., min. and mean values of the interval. 
    When I open a saved graph I often receive this error: error-1801 occured at start value toot large in Get Waveform Subset.VI. 
    I've tried many things but still no results.. I hope someone on the firum can solve the problem.
    Tnx!

    I've put it as an printscreen in the word file
    Attachments:
    error labview.doc ‏132 KB

  • Example graph gives error

    Hi,
    I've just copied and pasted the code from pages 59-62
    (Complete complex example), the SimpleGlow graph. Maybe I did
    something wrong, but I keep having an error saying "(line 127)
    Metadata does not match any library node".
    In my .pbg line 127 is where start the boxblur2 node, which
    is a call to the BoxBlur kernel. Any thought?
    Thanks in advance,
    Davide

    You did nothing wrong, unfortunately I did. I changed the
    namespace we were using for the examples to make things clearer,
    and of course forgot to change it everywhere that was necessary.
    The code around line 127 looks like this:
    <node
    id="boxblur2"
    name="BoxBlur" vendor="Adobe"
    namespace="Node Test" version="1" >
    it should look like this:
    <node
    id="boxblur2"
    name="BoxBlur" vendor="Adobe"
    namespace="Tutorial" version="1" >
    Thanks for spotting this, we will fix it in the next version
    of the documentation.

  • Reagrdin Pagination error in the report region of classic report

    Hi ,
    when run the sql report iam getting below error ,, can any body suggest me how it could be resolve
    Invalid set of rows requested , the source data of the report has been modified._
    Iam using apex4.1
    thanks
    sagar

    Wrong forum - please mark this thead ANSWERED and repost in the APEX forum.
    Oracle Application Express (APEX)

  • Duplicate Header on pagination error?

    Hi guys,
    I am running into an issue and maybe one of you has a solution.
    I need to have the header stick to items when paginating and not show on first page or duplicate headers on the second page.
    The table is made of subforms.
    When the table is at the bottom of the page and the content is sent on the next page:
    1. if I set the header as Keep With: Next, I'll see two headers on the second page. Not good.
    2. If I uncheck the Keep With: Next, the header is shown on the first page without any items underneath, and all is ok on the second page. i.e. items body has only one header. I don't want to show an empty header on the first page.
    It's probably obvious but I just can't see it.
    Thanks,
    Paul

    Still trying without success.
    Here's an image of how things look:
    [http://i56.tinypic.com/xcj5tx.jpg|http://i56.tinypic.com/xcj5tx.jpg]
    I tried all possible permutations I could think of, but either I get the above result, or only one header, or a duplicate header on the second page.
    Thanks,
    Paul

  • Report pagination error on htmldb 1.6

    Hi all! I have a question regarding pagination on a report region. I have a pagination "Row changes X to Y of Z (with pagination)" and "Number of Rows = 15". When the result lists returns 16 records, the page shows 15 rows and the "next -> " link, after pressing that "next" link, the page shows the last record. If I delete that last record, the page shows no records and the pagination shown is "row(s) 16 - 0 of 15 Next > " without the possibility to return to "previous" 15 rows, this occurs with all other paginations.
    Thanks!

    you may want to create a reset pagination process which fires whenever the page is submitted or a specific button pressed (in this case the delete button).
    The only thing is that this will set the report back to the first page every time the page is submitted. This is however probably advisable as the underlying data has changed so the user should start from the beginning of the report again??

  • Pagination Error. Please Help

    I am using JDBC rowset for pagination. While, starting tomcat, iam getting the following NotSerializableException in eclipse console.
    SEVERE: Exception loading sessions from persistent storage
    java.io.WriteAbortedException: writing aborted; java.io.NotSerializableException: com.mysql.jdbc.SingleByteCharsetConverter
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1303)But in browser, it displays the table values and pagination links like Prev,1,2,Next. But clicking any page link 1 or 2, it displays the Invalid Column name SQLException in browser
    SQLException:
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.sql.SQLException: Invalid column name
         at com.sun.rowset.CachedRowSetImpl.getColIdxByName(CachedRowSetImpl.java:1638)
         at com.sun.rowset.CachedRowSetImpl.getInt(CachedRowSetImpl.java:2581)
         at org.apache.jsp.xyz_jsp._jspService(org.apache.jsp.xyz_jsp:59)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)I also posting the jsp codes for your reference.
    pagination.jsp
    <%@page import="com.sun.rowset.CachedRowSetImpl"%>
    <%@page import="javax.sql.rowset.CachedRowSet"%>
    <%@page import="java.sql.Connection"%>
    <%@page import="java.sql.DriverManager"%>
    <html>
    <body>
    <%
         String mysqlDriver = "com.mysql.jdbc.Driver";
         String url = "jdbc:mysql://127.0.0.1/sampledb";
         String userName = "root";
         String password = "mysql";
         Class.forName(mysqlDriver);
         Connection conn = DriverManager.getConnection(url,userName,password);
         out.println("Connection is established");
         CachedRowSet crs = new CachedRowSetImpl();
         crs.setCommand("select count(*) as UserId from credentials");
         crs.execute(conn);
         crs.next();
         session.setAttribute("crs", crs);
         session.setAttribute("conn", conn);
         CachedRowSetImpl crs1 = new CachedRowSetImpl();
         crs1.setCommand("select * from credentials");
         crs1.execute(conn);
         session.setAttribute("crs1",crs1);
         session.setAttribute("conn",conn);
    %>
    <jsp:forward page="xyz.jsp"/>
    </body>
    </html>
    xyz.jsp
    <%@page import="javax.sql.rowset.CachedRowSet"%>
    <%@page import="java.sql.Connection"%>
    <html>
    <body>
    <%!int currentPageNum;
         int totalPageCount;
         String pageNum;
         int currentrs = 0;
         int prevPage;%>
    <%
    CachedRowSet crs= (CachedRowSet) session.getAttribute("crs");
    Connection conn = (Connection) session.getAttribute("conn");
         int numOfRecs = crs.getInt("UserId");
         int pageCount = (numOfRecs/5);
         if(pageCount == 0) {
              totalPageCount = (numOfRecs/5);
         } else {
              totalPageCount = numOfRecs/5;
              totalPageCount = totalPageCount + 1;
         pageNum = request.getParameter("pageNum");
         if(pageNum == null) {
              pageNum = "1";
              currentPageNum = Integer.parseInt(pageNum);
         } else {
              currentPageNum = Integer.parseInt(pageNum);
              currentrs = (5*(currentPageNum - 1));
    %>
         <center>
         <table>
         <tr>
         <th>UserName</th>
         <th>Password</th>
         </tr>
         <%
         crs.setCommand("select * from credentials limit " + currentrs + ",5");
         crs.execute(conn);
         while(crs.next()) {
         %>     
              <tr>
              <td><%out.println(crs.getString(1));%></td>
              <td><%out.println(crs.getString(2));%></td>
              </tr>
         <%
         %>
         </table>
         <br>
         <%
         prevPage = currentPageNum;
         prevPage--;
         if(prevPage > 0){
              out.println("<a href=xyz.jsp?pageNum=" + prevPage + ">Prev</a>");
         } else {
              out.println("Prev");
         for (int i=1; i <= totalPageCount ; i++) {
              out.println("<a href=xyz.jsp?pageNum="+ i +">["+ i +"]</a>");
         int nextPage = currentPageNum + 1;
         if(nextPage == totalPageCount) {
              out.println("<a href=xyz.jsp?pageNum="+ nextPage +">Next</a>");
         } else {
             out.println("Next");
         %>
         </center>
         </body>
         </html>Please help.

    hi,
    do u have column name as UserId in your credentials table?
    if so then make changes in your code as follows,
    <%@page import="javax.sql.rowset.CachedRowSet"%>
    <%@page import="java.sql.Connection"%>
    <html>
    <body>
    <%!int currentPageNum;
         int totalPageCount;
         String pageNum;
         int currentrs = 0;
         int prevPage;%>
    <%
    CachedRowSet crs= (CachedRowSet) session.getAttribute("crs");
    1. CachedRowSet crs1= (CachedRowSet) session.getAttribute("crs1");
    Connection conn = (Connection) session.getAttribute("conn");
         //int numOfRecs = crs.getInt("UserId");
    2. int numOfRecs = crs.size();
         3. int pageCount = (numOfRecs%5);
         if(pageCount == 0) {
              totalPageCount = (numOfRecs/5);
         } else {
              totalPageCount = numOfRecs/5;
              totalPageCount = totalPageCount + 1;
         pageNum = request.getParameter("pageNum");
         if(pageNum == null) {
              pageNum = "1";
              currentPageNum = Integer.parseInt(pageNum);
         } else {
              currentPageNum = Integer.parseInt(pageNum);
              currentrs = (5*(currentPageNum - 1));
    %>
         <center>
         <table>
         <tr>
         <th>UserName</th>
         <th>Password</th>
         </tr>
         <%
         4. crs1.setCommand("select * from credentials limit " + currentrs + ",5");
         crs1.execute(conn);
         while(crs1.next()) {
         %>     
              <tr>
              <td><%out.println(crs1.getString(2));%></td>
              <td><%out.println(crs1.getString(3));%></td>
              </tr>
         <%
         %>
         </table>
         <br>
         <%
         prevPage = currentPageNum;
         prevPage--;
         if(prevPage > 0){
              out.println("<a href=xyz.jsp?pageNum=" + prevPage + ">Prev</a>");
         } else {
              out.println("Prev");
         for (int i=1; i <= totalPageCount ; i++) {
              out.println("<a href=xyz.jsp?pageNum="+ i +">["+ i +"]</a>");
         int nextPage = currentPageNum + 1;
         if(nextPage == totalPageCount) {
              out.println("<a href=xyz.jsp?pageNum="+ nextPage +">Next</a>");
         } else {
         out.println("Next");
         %>
         </center>
         </body>
         </html>
    I have checked it with the above mentioned changes. Its work fine for me.
    Edited by: Thilagavathi on Sep 22, 2008 6:29 AM

  • Grapher integration error?

    solve the following volume integral problem by hand:
    integral(-1, 1) integral(-1, 1) x^2 + y^2 - 2/3 dx dy
    one would get 0
    put x^2 +y^2 - 2/3 in grapher and have it perform volume integral, I get 2.667. that's not even close.

    To Solarbike,
    I must apologize for my first reply : I tried more double integrals of different f(x, y) fonctions, written in 2D or 3D Grapher windows giving the same results ; same result as well in 3D window using Equation menu / Integration / Volume. Grapher calculation is generally wrong, except for some particular cases, as function x or y alone or constant, which must be verified by hand !
       So its a new bug in Grapher 2.1, may be older versions and Curvus Pro X : don't trust double integrals of functions of two variables.
    On the other hand I tried  - single integrals in 2D windows (equation editor and menu Equation/Integration) ;
                                         - integral(a,b)dxIntegral(f(x),g(x))dy 1  (area between two 2D curves) ;
                                         - integral(f(x),g(x)dt h(t)  (limits are functions of the variable) ;
                                         - y = integral(0,x)dt f(t)  to graph a primitive of f(x).
    all calculations are OK in Grapher 2.1 2D windows.
      Be well, YB24

Maybe you are looking for

  • Can we change the background color of a Standard report "column"?

    4.2.1 Theme 24 - Cloudy Hi There, I searched this forum and online but did not get a straight forward way to change the color of a standard classic Apex report column. I want the whole columns background color to be blue. I tried some of the suggesti

  • Music not playing in iDVD

    I created a movie in iMovie and sent it to iDVD. I picked a theme, filled the drop zones, etc. iDVD created a menu button for scene selection and those are correct based on the chapter markers from my iMovie project. However, when I preview the iDVD

  • Creaing sub Threads to create and Update UI to minimise delay

    Can somebody guide me How to create sub Threads ( optional automatically ) to create and show a big jframe .so as to minimise delay in starting and opening a jframe. Thanks sushil

  • Retrieving overwritten imported photos

    Hi, I imported some photos I took with a friend's camera, and I neglected to fill in the boxes to name the event etc. (This is the first time I've ever imported photos from a camera.) After importing a few photos I saw there were a few more on the ca

  • Please : WWC-43273 - ContainerException: Unable to load resource bundle

    Please Help :( Development Environment: Application : Hello World Portlet OAS : 10.1.2.0.2 Installed on LocalHost Development Tool : JDeveloper 10.1.3.2.0 Portal Server : 10.1.4 Installed on LocalHost I have followed following Tutorial for the same :