JQuery problem after ADF partial refresh

Hi,
I am using JDeveloper 10.1.3, and am trying to spice things up a little with some jQuery. However some of this code does not work as I expect after a partial refresh. In a simple page for testing purposes I have:
bq. <afh:script text=" \\     $(document).ready(function() { \\         oldBackgroundColor = $('#outputText').css( 'background-color' ); \\         $('#outputText').css( 'background-color', 'red' ); \\         newBackgroundColor = $('#outputText').css( 'background-color' ); \\         alert('background color was ' + oldBackgroundColor + ', now ' + newBackgroundColor); \\     }); \\ "/>
and
bq. <af:outputText partialTriggers="button" id="outputText" value="some text whose background color changes"/> \\ <af:commandButton partialSubmit="true" immediate="true" id="button" text="partial submit button"/>
When the page is initally loaded, the background color of the text is changed to red, and the alert is displayed saying something like 'background color was transparent, now red' (browser dependent).
When the button is pushed, the background reverts to transparent (as expected as it is being loaded again). The alert is also displayed with the same message (indicating the color has been changed), but the background on the screen does not change.
Is this what anyone would expect, and should it be possible? My javascript knowledge is pretty basic so I haven't got very far looking through the code trying to figure it out. Any ideas would be much appreciated.
I am using version 1.2.6 of jQuery from [http://docs.jquery.com/Downloading_jQuery]
The full source of the jspx is:
<?xml version='1.0' encoding='windows-1252'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:af="http://xmlns.oracle.com/adf/faces"
xmlns:afh="http://xmlns.oracle.com/adf/faces/html">
<jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
doctype-system="http://www.w3.org/TR/html4/loose.dtd"
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
<jsp:directive.page contentType="text/html;charset=windows-1252"/>
<f:view>
<afh:html>
<afh:head title="List">
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252"/>
<afh:script source="/javascript/jquery-1.2.6.js"/>
<afh:script text="
$(document).ready(function() {
oldBackgroundColor = $('#outputText').css( 'background-color' );
$('#outputText').css( 'background-color', 'red' );
newBackgroundColor = $('#outputText').css( 'background-color' );
alert('background color was ' + oldBackgroundColor + ', now ' + newBackgroundColor);
"/>
</afh:head>
<afh:body>
<af:form>
<af:outputText partialTriggers="button" id="outputText"
value="some text whose background color changes"/>
<af:commandButton partialSubmit="true" immediate="true" id="button"
text="partial submit button"/>
</af:form>
</afh:body>
</afh:html>
</f:view>
</jsp:root>

I don't have 10g release in my computer right now.
But I have tried the same in 11 + build of JDeveloper
Done little changes and it worked
below is the code
<?xml version='1.0' encoding='UTF-8'?>
<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
<jsp:directive.page contentType="text/html;charset=UTF-8"/>
<f:view>
<af:document id="d1" title="My Test JQuery Page">
<af:resource type="javascript" source="/js/jquery-1.4.4.min.js"/>
<af:resource type="javascript">
$(document).ready(function () {
$("#outputText").css("background-color", "red");
function changeColor() {
$("#outputText").css("background-color", "yellow");
</af:resource>
<af:form id="f1">
<af:outputLabel id="outputText"
value="some text whose background color changes"/>
<af:commandButton id="button" partialSubmit="true"
clientComponent="true" text="partial submit button">
<af:clientListener method="changeColor" type="action"/>
</af:commandButton>
</af:form>
</af:document>
</f:view>
</jsp:root>

Similar Messages

  • Characterset Problem after migrating to new database

    Hi, I'm developing a application on local system with these settings
    NLS_CHARACTERSET:     WE8MSWIN1252
    DAD CHARACTERSET: UTF-8
    and then we moved it to our server with these settings
    NLS_CHARACTERSET:     WE8MSWIN1252
    DAD CHARACTERSET:     
    after that we are having character set problem, some characters are not displayed correctly. Not just in application but also the data in the database.
    (a result from a query which been done with sql commands from apex)
    http://img340.imageshack.us/img340/9123/charsetprob.jpg
    But the characters are displayed correctly on csv export.
    On the application itself, sometimes its always displayed correctly for the first time the page was rendered, after a partial refresh or paging the same problem occurs.
    1st time rendered
    http://img690.imageshack.us/img690/2310/charsetprob2.jpg
    after paging
    http://img690.imageshack.us/img690/3784/charsetprob3.jpg
    is it because DAD Characterset was not set on our server?
    can someone please enlight me, I would be very thankful for your help.
    Danny

    Sorry but I still has not resolve this problem yet. Can someone help me?
    edit: case solved
    Edited by: raitodn on 30.06.2010 07:16

  • ADF: Tree Refresh after Expanding a node. Please Frank have a look!

    About this post:
    Re: ADF: Tree Refresh after Expanding a node
    Frank answered that he doesn't notice that behavior. I found out that this happens if an appication uses a custom skin.
    In SRDemoSampleADFBC, SRManage.jspx (Management from menu), if you make the explorer window small enough not to cover the whole tree, you can notice this (the page jumps to the top).
    Now if you change in adf-faces-config.xml the "skin-family" tag to "oracle", you will see that the tree component has changed (it has no triangle icons why this happens) and the page doesn't refresh.
    Minas

    It seems that there's more to the tree expansion icon than the skin definition. We're using the minimal skin and ADF puts out a special character to represent the disclosure symbol (which by the way, renders differently on IE6, than IE7, than Safari or Firefox on Mac). However, switching to the Oracle skin, the disclosure symbol comes out as a full-on image (triangle including the +). We have found this frustrating because the triangles seem not sufficiently suggestive to our users - but switching to the Oracle skin has other issues with white-on-white text.
    But in any case, the tree refresh after node expansion is another annoyance as I described in the other thread linked here (including URL to see problem in action).
    Cheers, Mark

  • I have a problem with a chart refreshing after its bound data provider changes.

    I have a problem with a chart refreshing after its bound data
    provider changes. After the subsetHighLowData.refresh() is called I
    would expect the chart to redraw, but it still looks the same. I
    even inspected the debugger to see if the slice had taken place and
    it had.
    Any ideas coding friends?

    "nikos101" <[email protected]> wrote in
    message
    news:gib6aa$prr$[email protected]..
    >I have a problem with a chart refreshing after its bound
    data provider
    >changes.
    > After the subsetHighLowData.refresh() is called I would
    expect the chart
    > to
    > redraw, but it still looks the same. I even inspected
    the debugger to see
    > if
    > the slice had taken place and it had.
    >
    > Any ideas coding friends?
    >
    > subsetHighLowData.source =
    >
    highLowData.source.slice(slider.values[0],slider.values[1]);
    Just use the ArrayCollection's removeItemAt, and it should
    handle the event
    dispatching for you.
    HTH;
    Amy

  • "Row currency has changed.." problem after Refresh

    hello,
    I'm trying http://otn.oracle.com/obe/obe9051jdev/adftojsp/defaultendtoend.htm tutorial. Everyting works fine for me, but, when I run browseDepartments.jsp (from struts diagram), then I press NEXT buton one or few times, then REFRESH (from the IE browser) i get the error:
    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[16 3 ]
    JBO-33035: Row currency has changed since the user interface was rendered. The expected row key was oracle.jbo.Key[16 3 ]
    Also, I created my own app with jdeveloper, but after NEXT and REFRESH I get the same error..
    Help!!!

    I'm currently evaluating JDeveloper and the interaction
    between UIX and Struts.
    I've got the same JBO-33035 when using a LOV and handling
    changes with UIX Event-Handlers to update the query
    in an related ViewObject.
    For some other reasons I use Struts for the page flow.
    When I directly call the UIX-Page (without Struts) everything
    is fine - Event handling works, no JBO-33035.
    But when I call the page using the Struts controller,
    I got JBO-33035, fired in the prepareModel Method.
    The first change works, but from then on I'll get this
    error.
    On the other side it seems to be impossible to handle LOV
    changes (not using ViewLinks) from struts.
    I use a Bean to store the selected Values from the LOV.
    So my first attempt was to use a Struts Action Handler
    to get the value from the Bean (used as DataControl).
    But the postback of the selected values occurs after
    all Struts Page Lifecycle routines. So I found no way for
    doing this.
    On the other hand, with no OnEvent Handler declared in
    DataAction but using a UIX-Event, the postback occurs in
    the processComponentEvents phase!
    Does anybody has some hints regarding this?
    How can I get the updated Bean values in the struts lifecyle?
    Why does JBO-33035 only occur with Struts?
    Hope to hear from somebody.
    Cheers
    Stefan

  • Source System Problem after system refresh in RSA1 trx

    Hi,
    We have R/3 4.7 Test source system created in our SCM 2007 Test System. The source system check was OK.
    The R3 Test system was refreshed with Production data few days back and now my source system is not working. When i perform Source System check it says:
    BI unknown in source system
    BI IDoc type ZSSB006 is not the same as source system IDoc type
    I performed following steps in R3 Test system after its system refresh:
    1. Created logcal system and created RFC.
    2. Created port in trx we21.
    3. Created partner profile in trx we20.
    4. For the outbound parameter RSSEND, I had to create idoc type that should be same as in my SCM system i.e. ZSSB006.
    5. Created idoc type using trx we30 as a copy of RSSEND and added entry in table EDIMSG. Now, i could also create outbound parameter RSSEND with idoc type ZSSB006.
    After performing the above steps i also replicated the datasources for the R3 Test source system, but its still showing above error.
    I also checked the RSBASIDOC table in SCM test system. It has correct entry for my source system. But there is no such entry in RSBASIDOC table in the R3 test system.
    Someone pls help me.
    Regards,
    Chintan

    Hi
           Need to restore the All Dalaload connection settings after refresh the system which either R/3 or SCM.
    RSA1 -> select the Source system -> Right click -> Restore , It'll ask the connecon paramters like RFC , method of activations. Then check the connection test of the Source system .
    Check the the note for further  info...
    Note 886102 - System Landscape Copy for SAP BW and NW BI
    Hope halp you...
    Regards,
    Sureshram

  • Source System Problem after System Refresh

    Hi,
    We have R/3 4.7 Test source system created in our SCM 2007 Test System. The source system check was OK.
    The R3 Test system was refreshed with Production data few days back and now my source system is not working. When i perform Source System check it says:
    BI unknown in source system
    BI IDoc type ZSSB006 is not the same as source system IDoc type
    I performed following steps in R3 Test system after its system refresh:
    1. Created logcal system and created RFC.
    2. Created port in trx we21.
    3. Created partner profile in trx we20.
    4. For the outbound parameter RSSEND, I had to create idoc type that should be same as in my SCM system i.e. ZSSB006.
    5. Created idoc type using trx we30 as a copy of RSSEND and added entry in table EDIMSG. Now, i could also create outbound parameter RSSEND with idoc type ZSSB006.
    After performing the above steps i also replicated the datasources for the R3 Test source system, but its still showing above error.
    I also checked the RSBASIDOC table in SCM test system. It has correct entry for my source system. But there is no such entry in RSBASIDOC table in the R3 test system.
    Someone pls help me.
    Regards,
    Chintan

    Hi Chintan,
    Can you please check IDOC in your Target system. It should be the same type. Better you do the Partner profile steps.
    Also please check have correctly created the idoc in Inbound or Outbound.
    Consider the case like if its exist in BW as Out bound then its connected to Inbound IDOC of R/3 and vice a versa.
    Please elaborate your refresh activites. Normally IDOC setting never get changed in you refresh activites.
    Just check your BW system patch level and search for Notes.
    Regards,
    Mahesh

  • Problem when trying to refresh oracle screens with latest data

    hello experts,
    i have one problem,i want to refresh the oracle screen with the latest data from the data
    base.
    It is a two stage process.At first step one user will select a row from the screen and then he will press a button .
    now the second screen will appear and the detail of the employee will be displayed.
    First step has been completed and the data is coming in the second form via parameters and i can see the full information of the employee.
    Now i want to refresh the oracle form i.e. suppose if my dba has made any changes in the oracle table( EMP table) i want that after pressing the refresh button user can see the
    latest data from the database.
    in WHEN_BUTTON_PRESSED trigger i have written this codes.
    enter_query;
    execute_query;
    but they are not giving the expected result.
    And one more thing please suggest whether in the second form i should use database item
    or non database item.
    When i am using database item when i am trying to close second from one pop up is appearing
    and asking that whether i want to save the changes.
    please suggest how can i remove this message from my application.
    Regards
    Anutosh

    Hi,
    what data did you transfer via parameters to the second form ?
    how did you populate the datablock in the second form ?
    Typical solution would be:
    (For my example the block is both forms is named EMP, and is based on the table SCOTT.EMP)
    In Form 1, transfer the primary key-value of the current record to a global or parameter (will use global in my example):
    e.g. you have a WHEN-BUTTON-PRESSED-Trigger with the following code:
    <pre>
    :GLOBAL.EMPNO:=:EMP.EMPNO;
    CALL_FORM('FORM2');
    </pre>
    In Form 2, you have a WHEN-NEW-FORM-INSTANCE-Trigger with code:
    <pre>
    DEFAULT_VALUE('GLOBAL.EMPNO', NULL);
    IF :GLOBAL.EMPNO IS NOT NULL THEN
    GO_BLOCK('EMP');
    EXECUTE_QUERY;
    :GLOBAL.EMPNO:=NULL;
    END IF;
    </pre>
    On block EMP in Form 2 there is a PRE-QUERY-Trigger with following code:
    <pre>
    IF :GLOBAL.EMPNO IS NOT NULL THEN
    :EMP.EMPNO:=:GLOBAL.EMPNO;
    END IF;
    </pre>
    And at last, in your refresh-button would be the following code:
    <pre>
    :GLOBAL.EMPNO:=:EMP.EMPNO;
    GO_BLOCK('EMP');
    EXECUTE_QUERY;
    :GLOBAL.EMPNO:=NULL;
    </pre>
    Hope this helps

  • Problem with ADF Table and doDML method.

    HI,
    I have a problem with ADF Trinidad Table. I have one search form and which i click on search button the result is coming it's working fine, And when i click on CreateInsert button to insert a new row it's adding after entering all the data into the table when i click on button on the page i am getting error like
    Messages for this page are listed below.
    Error     
    Missing mandatory attributes for a row with key oracle.jbo.Key[1 ] of type AppModule.CmSubscribersView1
    Error     
    Attribute Name in AppModule.CmSubscribersView1 is required
    Error     
    Attribute CreatedBy in AppModule.CmSubscribersView1 is required
    Error     
    Attribute CreationDate in AppModule.CmSubscribersView1 is required
    Here Created By and Creation Date are not available in the table i need to set these data from back end for that i have used doDML() method in the entity object and i written the logic but this method not even invoking as i couldn't able to see the logs in the server.
    protected void doDML(int operation, TransactionEvent e) {
    super.doDML(operation, e);
    System.out.println("^^^^^^^^^^^^^^^^66666Inside entity object^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ");
    // AppModuleImpl am=new AppModuleImpl();
    // Number userID= am.getUserId();
    //System.out.println("User id in the Entity Object Is: "+userID);
    oracle.jbo.domain.Date dt = new Date();
    if(operation ==DML_INSERT){
    EntityDefImpl cmSubscribers=CmSubscribersImpl.getDefinitionObject();
    CmSubscribersImpl newSubscribers=(CmSubscribersImpl)cmSubscribers.createInstance2(getDBTransaction(),null);
    Number n=new Number(1599);
    newSubscribers.setCreatedBy(n);
    newSubscribers.setCreationDate(dt);
    newSubscribers.setLastUpdateDate(dt);
    newSubscribers.setLastUpdatedBy(n);
    But still the same problem can any one help me inthis.
    Regards,
    Edited by: user5802014 on Aug 21, 2009 2:04 PM

    Hi,
    Modify your method to call super.doDML() after initialization of mandatory attributes as below:
    protected void doDML(int operation, TransactionEvent e) {
         oracle.jbo.domain.Date dt = new Date();
         if(operation ==DML_INSERT){
              //PRE-INSERT code begins     
           EntityDefImpl cmSubscribers=CmSubscribersImpl.getDefinitionObject();
           CmSubscribersImpl newSubscribers=(CmSubscribersImpl)cmSubscribers.createInstance2(getDBTransaction(),null);
           Number n=new Number(1599);
           newSubscribers.setCreatedBy(n);
           newSubscribers.setCreationDate(dt);
           newSubscribers.setLastUpdateDate(dt);
           newSubscribers.setLastUpdatedBy(n);
           //PRE-INSERT code ends
           super.doDML(operation, e);
           //POST-INSERT code if any
         }else
            super.doDML(operation, e);
    }Sireesha

  • Problems after Leopard upgrade with ATI 9800 Pro 256MB

    I don't know if this is related.. but I've been battling multiple problems ever since I upgraded my G5 to Leopard a week ago. Everything was perfect under Tiger.
    The problem that only occurred directly after upgrading to Leopard... is that my graphics now get corrupted and garbled. I've got two video cards running two LCD monitors. The card giving me problems is the ATI Radeon 9800 Pro (256MB). What happens is.. first all the window shadows and top menu bar start getting checkerboard patterns.. then the whole screen starts getting variants of different colors and checkerboard patterns. After awhile and refreshing the screen a few times... the problem goes away for a bit. Then comes back.
    Again, this card and my entire system and drives were working fine under Tiger. Now, I don't know if I have a bad card? Is there something wrong with Leopard on my G5 2Ghz DP? Did my Maxtor 750GB triple interface drive just go bad with the upgrade?
    I don't know where else to look, I'm guessing the "geniuses" at the Apple store won't help me since this machine is out of warranty. Any help would be HUGELY appreciated. I've been battling all these problems ever since I started the Leopard upgrade 4 days ago and have not got much sleep.

    I've already reset PRAM with the option,command,P,R keys... letting it chime a couple times... and have already done this many times over the last few days. Doesn't seem to help. I don't know how to reset NVRAM via open firmware and the instructions are vague. But, supposedly a PRAM reset is all you have to do.
    If it is a heat problem, why would it only have presented itself directly after a Leopard upgrade? It also does it when I boot off the Leopard disk. Actually does it worse. I'd just get a new card if I wasn't suspicious about the Leopard upgrade... not convinced it's a hardware problem yet. Though the card is mounted on the bottom slot above the CPUs. It has a fan on top that appears to be working but it doesn't look like much clearance between the card and the top of the CPUs case.
    I could move it up a slot to give it more air... but it still doesn't explain why until last Monday, it worked fine under Tiger.

  • MLOGS not purge after a fast refresh (Materialized view) ...

    Hi,
    I have a database on my own site (Quebec) that has 36 materialized views refresh by a master table site that is physically at Montreal. The MVIEWs are refreshed every day of the week (monday to friday) at 7h00 until 19h00. We use the "fast refresh" technic to refresh the materialized views.
    Last weekend, I transfered this database on a new server. So, I created a new SID (I rename the old SID "ORCL" by "ATQP") and I created this instance with a DB_BLOCK_SIZE of 16k rather than 8k. It's the only difference between the two instances (the old one and the new one). I also created the owner schema "ATQP" and I made an Export on the old server followed by an Import of the schema that owned the Materialized views (not a Full import) on the new server. The export was made many hours (saturday morning) after the last refresh of the week (friday, at 19h00) on the old server.
    After the successul import on my new server, I'm looking for the information about the creation of the MVIEW. Everything seems OK. I can see that the last refresh date indicated "2008-02-22 19:00" (date / time of the last refresh of the week). I made a quick test on a small MVIEW (a fast refresh) and it worked, no error.
    Yesterday morning, the DBA of the master table site mentionned us that the DELETE on the MLOGS didn't work on the master site. The refresh was made successfully but the MLOGS continue to grow up, again and again ... On my database, I'm looking in the SYS.SNAP$ table and I saw that the SNAPTIME date is '1950-01-01 12:00' rather than '2008-02-25 19:00'. In the SYS.SNAP_REFTIME, the SNAPTIME is OK but the LOADERTIME column contains the same strange date '1950-01-01 12:00'.
    I made a quick check on my old server and the SYS.SNAP$ table is empty !!! I think it's normal because the last refresh on this node was made last friday night and I made the transfert last saturday (I shutdown the old database after).
    I know how to solve the problem, by recreate the MVIEW, but it causes a big problem for us. We are in PRODUCTION and we don't want to refresh many millions of records. I think it will take a couple of days to refresh all the materialized views of my schema. And it doesn't sound good by the master table site management team ...
    The master table site "rush" us to solve the problem before the weekend. They don't want that we overcharge the network link between them and us by refreshing those MVIEWS.
    So, is it possible to make something simple to resynchronized the SNAPTIME date without refreshing completely all the materialized views ?
    If the master site table recreate the MLOG (purge manually), is it possible that it will solve our problem ?
    Is it also possible to recreate the MVIEW without refreshing the data (specify to Oracle to recreate the MVIEW but indicate that the table associated already exist) ?
    All of my materialized view are up to date concerning the data. I don't want to refresh all of it.
    Thank's in advance ...

    Hi Justin,
    The DBA of the master table site sent me a email about the fact he unregistered the MVIEW. He told me that the script for the unregistered worked well. He tried to purge the MLOG and he got the error ORA-23424 but I think it's normal (It's what you said yesterday about the fact that the UNREGISTER command also purge the MLOGS).
    So, it seems that the MLOGS are still not purged (that's what the DBA of the master table site said). I ran the following query:
    SQL> select * from [email protected];
    LOG_OWNER MASTER LOG_TABLE LOG_TRIGGER ROW PRI OBJ FIL SEQ INC
    ATQ ALIAS_ANILOTS MLOG$_ALIAS_ANILOTS NO YES NO YES NO YES
    ATQ ALIAS_INTERVENANTS MLOG$_ALIAS_INTERVENANTS NO YES NO YES NO YES
    ATQ ANILOTS MLOG$_ANILOTS NO YES NO YES NO YES
    ATQ CATEGORIES MLOG$_CATEGORIES NO YES NO YES NO YES
    ATQ CODES_POSTAUX MLOG$_CODES_POSTAUX NO YES NO YES NO YES
    ATQ COMMANDES MLOG$_COMMANDES NO YES NO YES NO YES
    ATQ COMMUNICATIONS MLOG$_COMMUNICATIONS NO YES NO YES NO YES
    ATQ DEPLACEMENTS MLOG$_DEPLACEMENTS NO YES NO YES NO YES
    ATQ DETAILS_STATUTS_COMMANDES MLOG$_DETAILS_STATUTS_COMM NO YES NO YES NO YES
    ATQ DOMAINES MLOG$_DOMAINES NO YES NO YES NO YES
    ATQ ENREGISTREMENT_LOGS MLOG$_ENREGISTREMENT_LOGS NO YES NO YES NO YES
    ATQ ENREGISTREMENT_NOTES MLOG$_ENREGISTREMENT_NOTES NO YES NO YES NO YES
    ATQ ESPECES MLOG$_ESPECES NO YES NO YES NO YES
    ATQ EVENEMENTS MLOG$_EVENEMENTS NO YES NO YES NO YES
    ATQ EVENE_DIFFERES MLOG$_EVENE_DIFFERES NO YES NO YES NO YES
    ATQ IDENTIFIANTS MLOG$_IDENTIFIANTS NO YES NO YES NO YES
    ATQ INTERVENANTS MLOG$_INTERVENANTS NO YES NO YES NO YES
    ATQ INTERVENANTS_CLIENTS MLOG$_INTERVENANTS_CLIENTS NO YES NO YES NO YES
    ATQ INTERVENANTS_SITES MLOG$_INTERVENANTS_SITES NO YES NO YES NO YES
    ATQ MAX_EVENE_DIFFERES MLOG$_MAX_EVENE_DIFFERES NO YES NO YES NO YES
    ATQ MESSAGES MLOG$_MESSAGES NO YES NO YES NO YES
    ATQ MUNICIPALITES MLOG$_MUNICIPALITES NO YES NO YES NO YES
    ATQ NEW_ANILOTS MLOG$_NEW_ANILOTS NO YES NO YES NO YES
    ATQ NEW_EVENEMENTS MLOG$_NEW_EVENEMENTS NO YES NO YES NO YES
    ATQ NEW_IDENTIFIANTS MLOG$_NEW_IDENTIFIANTS NO YES NO YES NO YES
    ATQ NEW_SITES MLOG$_NEW_SITES NO YES NO YES NO YES
    ATQ PAYS MLOG$_PAYS NO YES NO YES NO YES
    ATQ PRODUCTIONS MLOG$_PRODUCTIONS NO YES NO YES NO YES
    ATQ PROPRIETES_ANILOTS MLOG$_PROPRIETES_ANILOTS NO YES NO YES NO YES
    ATQ PROVINCES MLOG$_PROVINCES NO YES NO YES NO YES
    ATQ SITES_EXPLOITATIONS MLOG$_SITES_EXPLOITATIONS NO YES NO YES NO YES
    ATQ TYPES_IDENTIFIANTS MLOG$_TYPES_IDENTIFIANTS NO YES NO YES NO YES
    ATQ UTILISATEURS MLOG$_UTILISATEURS NO YES NO YES NO YES
    ATQ VALEURS MLOG$_VALEURS NO YES NO YES NO YES
    ATQ VALEURS_DETAILS MLOG$_VALEURS_DETAILS NO YES NO YES NO YES
    ATQ VEHICULES MLOG$_VEHICULES NO YES NO YES NO YES
    36 ligne(s) sélectionnée(s).
    SQL>
    I supposed that is the result of the MLOG of the MVIEW associated with my new server. How can I be sure that the MLOG associated with the old one are really deleted ?
    Thank you

  • How to make graphics in Applet not to repaint after I click "refresh"

    Hi, pals
    I have some interactive graphics inside an Applet. User can drag and
    move the graphic objects. The problem is when user click "Refresh"
    button of the web browser, those objects return to their original
    positions. What I hope is to make those objects still lie on the new
    position that user has moved them to after they click "refresh" or
    "back" and "forward" button to return to the applet page.
    do I need to write some thread control?
    Think when you type new URL in the browser showing the applet and go to the new web page. The system will call
    Applet.stop() and destory() to destroy the applet resource used by the
    Applet webpage. When you go back to the applet page, the system will
    call Applet.init() and start() to recreate it. All previous object
    positions and states manipulated by user will return to original.
    For example, there's a circle centered at (50,50), you move it to
    center (100,100). Then you go to another webpage in the same web
    browser frame. When you use "Back" button to return to the Applet, the
    circle will be redraw at center (50,50). (why? because the browser call applet.init() and do all process as first time the applet download to your computer) What I hope is the circle still keeps
    at its last center (100,100) . This seems impossible to me
    since the applet has lost its memory about the center position
    (100,100) last time when you go to another page and the system call
    destory() to delete the applet.
    Any suggestion?

    I think you can disable page refreshing with javascript, but how, I do not know.
    I wish this is helpfull.
    Ahmad Elsafty

  • Multiple Problems after Leopard upgrade HELP! Video display and FW problem

    I don't know if this is related.. but I've been battling multiple problems ever since I upgraded my G5 to Leopard a week ago. Everything was perfect under Tiger.
    Well, I think I've got everything solved except two last things.
    1. My 750GH Maxtor Firewire drive... when I plug it in... does not show in the desktop and it causes both my internal drive and two other Firewire enclosures to disappear from the desktop. I can see all of them mounted in the disk utility, but if this one drive is plugged in.. all icons disappear from the desktop. If I unplug or unmount the 750GB drive.. everything comes back.
    I've reformatted this drive, etc. This does not happen on my MacBookPro. The drive mounts fine on that. I've tried different cables, I've tried USB (it's a triple interface Maxtor) and nothing seems to work. I would assume there's something wrong with the drive and not my desktop... but the drive works fine on the MacBookPro.
    PLEASE!! Any clues would help...
    The other problem that only occurred directly after upgrading to Leopard... is that my graphics now get corrupted and garbled. I've got two video cards running two LCD monitors. The card giving me problems is the ATI Radeon 9800 Pro (256MB). What happens is.. first all the window shadows and top menu bar start getting checkerboard patterns.. then the whole screen starts getting variants of different colors and checkerboard patterns. After awhile and refreshing the screen a few times... the problem goes away for a bit. Then comes back.
    Again, this card and my entire system and drives were working fine under Tiger. Now, I don't know if I have a bad card? Is there something wrong with Leopard on my G5 2Ghz DP? Did my Maxtor 750GB triple interface drive just go bad with the upgrade?
    I don't know where else to look, I'm guessing the "geniuses" at the Apple store won't help me since this machine is out of warranty. Any help would be HUGELY appreciated. I've been battling all these problems ever since I started the Leopard upgrade 4 days ago and have not got much sleep.

    The drives not or disappearing on the desktop could point to the need to do a pram reset.
    I believe you hold down the apple-option-p-r keys at startup and listen for a couple of chimes.

  • Login problem after testing upgrade today

    Yeah problem after upgrade again   After i enter my username and password to login to Gnome, i get the message
    Your session only tested less than 10 seconds. If you
    have not logged out yourself, this could mean that there
    is some installation problem or that you may be out of
    diskspace. Try logging in with one of the failsafe
    sessions to see if you can fix this problem
    I sure am not out of disk space so what could the problem be? I am using windows for now till i can find a solution.
    Thanks.

    Sigi wrote:
    first do a
    pacman -Sy libstdc++5
    and see if this solves your problem (more info here)
    If this doesn't help post you /var/log/Xorg.0.log, please
    Cheers Sigi
    libstdc++5 has already been installed. Anyway here is the Xorg.0.log and xsession.errors files
    Xorg.0.log
    X Window System Version 7.0.0
    Release Date: 21 December 2005
    X Protocol Version 11, Revision 0, Release 7.0
    Build Operating System:Linux 2.6.16-ARCH i686
    Current Operating System: Linux archlinux 2.6.16-ARCH #1 SMP PREEMPT Mon May 22 21:36:23 CEST 2006 i686
    Build Date: 04 May 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 29 19:11:49 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Screen 1" (0)
    (**) | |-->Monitor "My Monitor"
    (**) | |-->Device "** ATI Radeon (generic) [radeon]"
    (**) |-->Input Device "Mouse1"
    (**) |-->Input Device "Keyboard1"
    (**) FontPath set to "/usr/share/fonts/misc,/usr/share/fonts/75dpi,/usr/share/fonts/100dpi,/usr/share/fonts/TTF,/usr/share/fonts/Type1"
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.2
    X.Org Video Driver: 0.8
    X.Org XInput driver : 0.5
    X.Org Server Extension : 0.2
    X.Org Font Renderer : 0.4
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules/libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,2570 card 1043,80a5 rev 02 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,2571 card 0000,0000 rev 02 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24d2 card 1043,80a6 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24d4 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24d7 card 1043,80a6 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:3: chip 8086,24de card 1043,80a6 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24dd card 1043,80a6 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev c2 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24d0 card 0000,0000 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24db card 1043,80a6 rev 02 class 01,01,8a hdr 00
    (II) PCI: 00:1f:3: chip 8086,24d3 card 1043,80a6 rev 02 class 0c,05,00 hdr 00
    (II) PCI: 00:1f:5: chip 8086,24d5 card 1043,8095 rev 02 class 04,01,00 hdr 00
    (II) PCI: 01:00:0: chip 1002,5961 card 1002,2002 rev 01 class 03,00,00 hdr 80
    (II) PCI: 01:00:1: chip 1002,5941 card 1002,2003 rev 01 class 03,80,00 hdr 00
    (II) PCI: 02:09:0: chip 14f1,2f00 card 13e0,8d85 rev 01 class 07,80,00 hdr 00
    (II) PCI: 02:0e:0: chip 104c,8023 card 1043,808b rev 00 class 0c,00,10 hdr 00
    (II) PCI: 02:0f:0: chip 10ec,8139 card 1043,80b3 rev 10 class 02,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000afff (0x1000) IX[B]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfe900000 - 0xfe9fffff (0x100000) MX[B]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd7f00000 - 0xf7efffff (0x20000000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000b000 - 0x0000b0ff (0x100) IX[B]
    [1] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[B]
    [2] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [3] -1 0 0x0000bc00 - 0x0000bcff (0x100) IX[B]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xfea00000 - 0xfeafffff (0x100000) MX[B]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (--) PCI:*(1:0:0) ATI Technologies Inc RV280 [Radeon 9200] rev 1, Mem @ 0xe8000000/27, 0xfe9f0000/16, I/O @ 0xa800/8, BIOS @ 0xfe9c0000/17
    (--) PCI: (1:0:1) ATI Technologies Inc RV280 [Radeon 9200] (Secondary) rev 1, Mem @ 0xe0000000/27, 0xfe9e0000/16
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) OS-reported resource ranges:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to 0xf7ffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xfeaef400 - 0xfeaef4ff (0x100) MX[B]
    [1] -1 0 0xfeae8000 - 0xfeaebfff (0x4000) MX[B]
    [2] -1 0 0xfeaef800 - 0xfeaeffff (0x800) MX[B]
    [3] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B]
    [4] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
    [5] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
    [6] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]
    [7] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
    [8] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [9] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
    [10] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
    [11] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
    [12] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
    [13] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [15] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
    [16] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
    [17] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [18] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
    [19] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [20] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
    [21] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
    [22] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
    [23] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [24] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfeaef400 - 0xfeaef4ff (0x100) MX[B]
    [1] -1 0 0xfeae8000 - 0xfeaebfff (0x4000) MX[B]
    [2] -1 0 0xfeaef800 - 0xfeaeffff (0x800) MX[B]
    [3] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B]
    [4] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
    [5] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
    [6] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]
    [7] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
    [8] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [9] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
    [10] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
    [11] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
    [12] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
    [13] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [14] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [15] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
    [16] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
    [17] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [18] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
    [19] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [20] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
    [21] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
    [22] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
    [23] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [24] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [6] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0xfeaef400 - 0xfeaef4ff (0x100) MX[B]
    [6] -1 0 0xfeae8000 - 0xfeaebfff (0x4000) MX[B]
    [7] -1 0 0xfeaef800 - 0xfeaeffff (0x800) MX[B]
    [8] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B]
    [9] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
    [10] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
    [11] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]
    [12] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
    [13] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [14] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
    [15] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
    [16] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
    [17] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
    [18] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [21] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [22] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
    [23] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
    [24] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [25] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
    [26] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [27] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
    [28] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
    [29] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
    [30] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [31] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.0.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.4
    (II) Loading font FreeType
    (II) LoadModule: "bitmap"
    (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Loading font Bitmap
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.2
    (II) Loading sub module "GLcore"
    (II) LoadModule: "GLcore"
    (II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
    (II) Module GLcore: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.2
    (II) Loading sub module "drm"
    (II) LoadModule: "drm"
    (II) Loading /usr/lib/xorg/modules/linux/libdrm.so
    (II) Module drm: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.2
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "fglrx"
    (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 6.8.99.8, module version = 8.25.18
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 0.7
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.4
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.5
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.5
    (II) ATI Radeon/FireGL: The following chipsets are supported:
    RADEON 9000/9000 PRO (RV250 4966), RADEON 9000 LE (RV250 4967),
    MOBILITY FireGL 9000 (M9 4C64), MOBILITY RADEON 9000 (M9 4C66),
    RADEON 9000 PRO (D9 4C67), RADEON 9250 (RV280 5960),
    RADEON 9200 (RV280 5961), RADEON 9000 (RV280 5962),
    RADEON 9200 SE (RV280 5964), FireMV 2200 PCI (RV280 5965),
    MOBILITY RADEON 9200 (M9+ 5C61), MOBILITY RADEON 9200 (M9+ 5C63),
    FireGL 8800 (R200 5148), RADEON 8500 (R200 514C),
    RADEON 9100 (R200 514D), RADEON 8500 AIW (R200 4242),
    RADEON 9600 (RV350 4150), RADEON 9600 SE (RV350 4151),
    RADEON 9600 PRO (RV360 4152), RADEON 9600 (RV350 4E51),
    MOBILITY RADEON 9600/9700 (M10/M11 4E50),
    MOBILITY RADEON 9500 (M11 4E52), MOBILITY RADEON 9550 (M12 4E56),
    RADEON 9500 (R300 4144), RADEON 9600 TX (R300 4146),
    FireGL Z1 (R300 4147), RADEON 9700 PRO (R300 4E44),
    RADEON 9500 PRO/9700 (R300 4E45), RADEON 9600 TX (R300 4E46),
    FireGL X1 (R300 4E47), RADEON 9800 SE (R350 4148),
    RADEON 9500 (R350 4149), RADEON 9550 (RV350 4153),
    FireGL T2 (RV350 4154), RADEON 9600 (RV351 4155),
    RADEON 9800 PRO (R350 4E48), RADEON 9800 (R350 4E49),
    RADEON 9800 XT (R360 4E4A), FireGL X2-256/X2-256t (R350 4E4B),
    MOBILITY FireGL T2/T2e (M10/M11 4E54), RADEON X300 (RV370 5B60),
    RADEON X600 (RV380 5B62), RADEON X550 (RV370 5B63),
    FireGL V3100 (RV370 5B64), FireMV 2200 (RV370 5B65),
    MOBILITY RADEON X300 (M22 5460), MOBILITY RADEON X300 (M22 5461),
    MOBILITY RADEON X600 (M24 5462), MOBILITY FireGL V3100 (M22 5464),
    RADEON X600 (RV380 3E50), FireGL V3200 (RV380 3E54),
    MOBILITY RADEON X600 (M24 3150), MOBILITY RADEON X300 (M22 3152),
    MOBILITY FireGL V3200 (M24 3154), RADEON X800 (R420 4A48),
    RADEON X800 PRO (R420 4A49), RADEON X800 SE (R420 4A4A),
    RADEON X800 XT (R420 4A4B), RADEON X800 (R420 4A4C),
    FireGL X3-256 (R420 4A4D), MOBILITY RADEON 9800 (M18 4A4E),
    RADEON X800 SE (R420 4A4F),
    RADEON X800 XT Platinum Edition (R420 4A50),
    RADEON X800 VE (R420 4A54), RADEON X800 (R423 5548),
    RADEON X800 PRO (R423 5549),
    RADEON X800 XT Platinum Edition (R423 554A),
    RADEON X800 GT (R423 554B), RADEON X800 XT (R423 5D57),
    FireGL V7100 (R423 5550), FireGL V5100 (R423 5551),
    MOBILITY RADEON X800 XT (M28 5D48), MOBILITY FireGL V5100 (M28 5D49),
    MOBILITY RADEON X800 (M28 5D4A), RADEON X800 XL (R430 554D),
    RADEON X800 GT (R430 554E), RADEON X800 GTO (R430 554F),
    RADEON X850 XT Platinum Edition (R480 5D4D),
    RADEON X800 GTO (R480 5D4F), RADEON X850 XT (R480 5D52),
    RADEON X850 (R481 4B48), RADEON X850 XT (R481 4B49),
    RADEON X850 SE (R481 4B4A), RADEON X850 PRO (R481 4B4B),
    RADEON X850 XT Platinum Edition (R481 4B4C),
    MOBILITY FireGL V5000 (M26 564A), MOBILITY FireGL V5000 (M26 564B),
    FireGL V5000 (RV410 5E48), FireGL V3300 (RV410 5E49),
    RADEON X700 XT (RV410 5E4A), RADEON X700 PRO (RV410 5E4B),
    RADEON X700 SE (RV410 5E4C), RADEON X700 (RV410 5E4D),
    RADEON X700 (RV410 5E4F), MOBILITY RADEON X700 (M26 5652),
    MOBILITY RADEON X700 (M26 5653), MOBILITY RADEON X700 XL,
    RADEON 9100 IGP (RS300 5834),
    RADEON 9000 PRO/9100 PRO IGP (RS350 7834),
    MOBILITY RADEON 9000/9100 IGP (RS300M 5835),
    RADEON XPRESS 200 (RS400 5A41), RADEON XPRESS 200M (RS400 5A42),
    RADEON XPRESS 200 (RS480 5954), RADEON XPRESS 200M (RS480 5955),
    RADEON XPRESS 200 (RS482 5974), RADEON XPRESS 200M (RS482 5975),
    RADEON XPRESS 200 (RC410 5A61), RADEON XPRESS 200M (RC410 5A62),
    RADEON X1800 (R520 7100), MOBILITY RADEON X1800 (M58 7101),
    MOBILITY RADEON X1800 (M58 7102), MOBILITY FireGL V7200 (M58 7103),
    FireGL V7200 (R520 7104), FireGL V5300 (R520 7105),
    MOBILITY FireGL V7100 (M58 7106), RADEON X1800 XT (R520 7108),
    RADEON X1800 PRO (R520 7109), RADEON X1800 SE (R520 710A),
    RADEON X1800 (R520 710B), RADEON X1800 (R520 710C),
    FireGL V7300 (R520 710E), FireGL V7350 (R520 710F),
    RADEON X1300 PRO (RV505 7143), RADEON X1300 (RV505 7147),
    MOBILITY RADEON X1300 (M52 714B), MOBILITY RADEON X1300 (M52 714C),
    RADEON X1300 (RV505 715F), RADEON X1300 XT (RV515 7140),
    RADEON X1300 PRO (RV515 7142), MOBILITY FireGL (M54 GL 7144),
    MOBILITY RADEON X1400 (M54 7145), RADEON X1300 LE (RV515 7146),
    MOBILITY RADEON X1300 (M52 7149), MOBILITY RADEON X1300 (M52 714A),
    RADEON X1300 SE (RV515 714E), FireGL V3300 (RV515 7152),
    RADEON X1300 VE (RV515 715E), RADEON X1300 (RV516 7180),
    RADEON X1300 (RV516 7183), RADEON X1300 (RV516 7187),
    RADEON X1900 (R580 7240), RADEON X1900 (R580 7243),
    RADEON X1900 (R580 7244), RADEON X1900 (R580 7245),
    RADEON X1900 (R580 7246), RADEON X1900 (R580 7247),
    RADEON X1900 (R580 7248), RADEON X1900 (R580 7249),
    RADEON X1900 (R580 724A), RADEON X1900 (R580 724B),
    RADEON X1900 (R580 724C), RADEON X1900 (R580 724D),
    RADEON X1900 (R580 724E), RADEON X1900 (R580 724F),
    RADEON X1600 XT (RV530 71C0), RADEON X1600 PRO (RV530 71C2),
    MOBILITY FireGL V5200 (M56 71C4), MOBILITY RADEON X1600 (M56 71C5),
    RADEON (RV530 LE 71C6), RADEON (RV530 VE 71CE),
    FireGL V3400 (RV530 71D2), FireGL V5200 (RV530 71DA),
    RADEON (RV530 SE 71DE)
    (II) Primary Device is: PCI 01:00:0
    (II) ATI Proprietary Linux Driver Version Identifier:8.25.18
    (II) ATI Proprietary Linux Driver Release Identifier: LGDr8.25g1
    (II) ATI Proprietary Linux Driver Build Date: May 18 2006 09:54:44
    (II) ATI Proprietary Linux Driver Build Information: autobuild-rel-r6-8.25.1-driver-lnx-268237
    (WW) fglrx: No matching Device section for instance (BusID PCI:1:0:1) found
    (--) Chipset RADEON 9200 (RV280 5961) found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0xfeaef400 - 0xfeaef4ff (0x100) MX[B]
    [6] -1 0 0xfeae8000 - 0xfeaebfff (0x4000) MX[B]
    [7] -1 0 0xfeaef800 - 0xfeaeffff (0x800) MX[B]
    [8] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B]
    [9] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
    [10] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
    [11] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]
    [12] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
    [13] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [14] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
    [15] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
    [16] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
    [17] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
    [18] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [21] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [22] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
    [23] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
    [24] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [25] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
    [26] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [27] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
    [28] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
    [29] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
    [30] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [31] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
    (II) fglrx(0): pEnt->device->identifier=0x81fe980
    (II) resource ranges after probing:
    [0] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [1] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [2] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [3] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [4] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [5] -1 0 0xfeaef400 - 0xfeaef4ff (0x100) MX[B]
    [6] -1 0 0xfeae8000 - 0xfeaebfff (0x4000) MX[B]
    [7] -1 0 0xfeaef800 - 0xfeaeffff (0x800) MX[B]
    [8] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B]
    [9] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
    [10] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
    [11] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]
    [12] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
    [13] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [14] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
    [15] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
    [16] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
    [17] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
    [18] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [19] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [20] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [21] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [24] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [25] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
    [26] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
    [27] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [28] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
    [29] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [30] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
    [31] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
    [32] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
    [33] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [34] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
    [35] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
    [36] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
    (II) Setting vga for screen 0.
    (II) fglrx(0): === [R200PreInit] === begin, [s]
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules/libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.8
    (II) fglrx(0): PCI bus 1 card 0 func 0
    (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) fglrx(0): Default visual is TrueColor
    (**) fglrx(0): Option "NoAccel" "no"
    (**) fglrx(0): Option "NoDRI" "no"
    (**) fglrx(0): Option "Capabilities" "0x00000000"
    (**) fglrx(0): Option "CapabilitiesEx" "0x00000000"
    (**) fglrx(0): Option "GammaCorrectionI" "0x0dc370dc"
    (**) fglrx(0): Option "GammaCorrectionII" "0x06419064"
    (**) fglrx(0): Option "OpenGLOverlay" "off"
    (**) fglrx(0): Option "VideoOverlay" "on"
    (**) fglrx(0): Option "DesktopSetup" "(null)"
    (**) fglrx(0): Option "ScreenOverlap" "0"
    (**) fglrx(0): Option "UseInternalAGPGART" "yes"
    (**) fglrx(0): Option "Stereo" "off"
    (**) fglrx(0): Option "StereoSyncEnable" "1"
    (**) fglrx(0): Option "UseFastTLS" "0"
    (**) fglrx(0): Option "BlockSignalsOnLock" "on"
    (**) fglrx(0): Option "ForceGenericCPU" "no"
    (**) fglrx(0): Option "CenterMode" "off"
    (**) fglrx(0): Option "FSAAScale" "1"
    (**) fglrx(0): Option "FSAAEnable" "no"
    (**) fglrx(0): Option "EnablePrivateBackZ" "yes"
    (**) fglrx(0): Option "FSAADisableGamma" "no"
    (**) fglrx(0): Option "FSAACustomizeMSPos" "no"
    (**) fglrx(0): Option "FSAAMSPosX0" "0.000000"
    (**) fglrx(0): Option "FSAAMSPosY0" "0.000000"
    (**) fglrx(0): Option "FSAAMSPosX1" "0.000000"
    (**) fglrx(0): Option "FSAAMSPosY1" "0.000000"
    (**) fglrx(0): Option "FSAAMSPosX2" "0.000000"
    (**) fglrx(0): Option "FSAAMSPosY2" "0.000000"
    (**) fglrx(0): Option "FSAAMSPosX3" "0.000000"
    (**) fglrx(0): Option "FSAAMSPosY3" "0.000000"
    (**) fglrx(0): Option "FSAAMSPosX4" "0.000000"
    (**) fglrx(0): Option "FSAAMSPosY4" "0.000000"
    (**) fglrx(0): Option "FSAAMSPosX5" "0.000000"
    (**) fglrx(0): Option "FSAAMSPosY5" "0.000000"
    (**) fglrx(0): Option "PseudoColorVisuals" "off"
    (==) fglrx(0): RGB weight 888
    (II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
    (**) fglrx(0): Gamma Correction for I is 0x0dc370dc
    (**) fglrx(0): Gamma Correction for II is 0x06419064
    (==) fglrx(0): Buffer Tiling is ON
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules/libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
    (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    (**) fglrx(0): Option "mtrr" "off"
    (--) fglrx(0): Chipset: "RADEON 9200 (RV280 5961)" (Chipset = 0x5961)
    (--) fglrx(0): (PciSubVendor = 0x1002, PciSubDevice = 0x2002)
    (--) fglrx(0): board vendor info: original ATI graphics adapter
    (--) fglrx(0): Linear framebuffer (phys) at 0xe8000000
    (--) fglrx(0): MMIO registers at 0xfe9f0000
    (==) fglrx(0): ROM-BIOS at 0x000c0000
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules/libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.1.0
    ABI class: X.Org Video Driver, version 0.8
    (II) fglrx(0): VESA BIOS detected
    (II) fglrx(0): VESA VBE Version 2.0
    (II) fglrx(0): VESA VBE Total Mem: 131072 kB
    (II) fglrx(0): VESA VBE OEM: ATI RADEON 9200
    (II) fglrx(0): VESA VBE OEM Software Rev: 1.0
    (II) fglrx(0): VESA VBE OEM Vendor: ATI Technologies Inc.
    (II) fglrx(0): VESA VBE OEM Product: V280
    (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    (II) Loading sub module "drm"
    (II) LoadModule: "drm"
    (II) Reloading /usr/lib/xorg/modules/linux/libdrm.so
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    [drm] failed to load kernel module "fglrx"
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    compiled for 6.8.99.8, module version = 8.25.18
    ABI class: X.Org Server Extension, version 0.2
    (EE) fglrx(0): Fail to initialize ASIC in kernel.
    (--) fglrx(0): VideoRAM: 131072 kByte, Type: DDR SGRAM / SDRAM
    (II) fglrx(0): AGP card detected
    (II) fglrx(0): board/chipset is supported by this driver (original ATI board)
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules/libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
    (II) fglrx(0): Connected Display1: CRT on primary DAC
    (II) fglrx(0): Display1 EDID data ---------------------------
    (II) fglrx(0): Manufacturer: PAT Model: 2002 Serial#: 189
    (II) fglrx(0): Year: 2004 Week: 44
    (II) fglrx(0): EDID Version: 1.3
    (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.700 V
    (II) fglrx(0): Sync: Separate
    (II) fglrx(0): Max H-Image Size [cm]: horiz.: 34 vert.: 27
    (II) fglrx(0): Gamma: 2.20
    (II) fglrx(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
    (II) fglrx(0): First detailed timing is preferred mode
    (II) fglrx(0): GTF timings supported
    (II) fglrx(0): redX: 0.631 redY: 0.354 greenX: 0.294 greenY: 0.596
    (II) fglrx(0): blueX: 0.143 blueY: 0.087 whiteX: 0.300 whiteY: 0.340
    (II) fglrx(0): Supported VESA Video Modes:
    (II) fglrx(0): 720x400@70Hz
    (II) fglrx(0): 640x480@60Hz
    (II) fglrx(0): 640x480@67Hz
    (II) fglrx(0): 640x480@72Hz
    (II) fglrx(0): 640x480@75Hz
    (II) fglrx(0): 800x600@56Hz
    (II) fglrx(0): 800x600@60Hz
    (II) fglrx(0): 800x600@72Hz
    (II) fglrx(0): 800x600@75Hz
    (II) fglrx(0): 832x624@75Hz
    (II) fglrx(0): 1024x768@60Hz
    (II) fglrx(0): 1024x768@70Hz
    (II) fglrx(0): 1024x768@75Hz
    (II) fglrx(0): 1280x1024@75Hz
    (II) fglrx(0): Manufacturer's mask: 0
    (II) fglrx(0): Supported Future Video Modes:
    (II) fglrx(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) fglrx(0): #1: hsize: 1280 vsize 1024 refresh: 75 vid: 36737
    (II) fglrx(0): #2: hsize: 1024 vsize 768 refresh: 60 vid: 16481
    (II) fglrx(0): #3: hsize: 1024 vsize 768 refresh: 70 vid: 19041
    (II) fglrx(0): #4: hsize: 1024 vsize 768 refresh: 75 vid: 20321
    (II) fglrx(0): #5: hsize: 800 vsize 600 refresh: 60 vid: 16453
    (II) fglrx(0): #6: hsize: 800 vsize 600 refresh: 70 vid: 19013
    (II) fglrx(0): #7: hsize: 800 vsize 600 refresh: 75 vid: 20293
    (II) fglrx(0): Supported additional Video Mode:
    (II) fglrx(0): clock: 108.0 MHz Image Size: 338 x 270 mm
    (II) fglrx(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) fglrx(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) fglrx(0): Ranges: V min: 50 V max: 75 Hz, H min: 30 H max: 82 kHz, PixClock max 140 MHz
    (II) fglrx(0): Serial No: 00189
    (II) fglrx(0): Monitor name: LCD-MONITOR
    (II) fglrx(0): End of Display1 EDID data --------------------
    (WW) fglrx(0): Specified desktop setup not supported: 8
    (II) fglrx(0): Primary Controller - CRT on primary DAC
    (II) fglrx(0): Internal Desktop Setting: 0x00000004
    (II) fglrx(0): POWERplay version 3. 1 power state available:
    (II) fglrx(0): 1. 250/164MHz @ 50Hz [enable load balancing]
    (**) fglrx(0): Qbs disabled
    (==) fglrx(0): FAST_SWAP disabled
    (**) fglrx(0): PseudoColor visuals disabled
    (==) fglrx(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) fglrx(0): Center Mode is disabled
    (==) fglrx(0): TMDS coherent mode is enabled
    (II) fglrx(0): Total of 39 modes found for primary display.
    (--) fglrx(0): Virtual size is 1280x1024 (pitch 1280)
    (**) fglrx(0): *Mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1280x1024" 135.00 1280 1296 1440 1688 1024 1025 1028 1066
    (**) fglrx(0): Default mode "1280x1024": 128.9 MHz (scaled from 0.0 MHz), 74.6 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1280x1024" 128.94 1280 1368 1504 1728 1024 1025 1028 1066 +hsync
    (**) fglrx(0): Default mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1280x1024" 108.00 1280 1328 1440 1688 1024 1025 1028 1066
    (**) fglrx(0): Default mode "1280x1024": 85.5 MHz (scaled from 0.0 MHz), 50.9 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024" 85.51 1280 1344 1480 1680 1024 1025 1028 1083 interlace +hsync
    (**) fglrx(0): Default mode "1280x1024": 77.8 MHz (scaled from 0.0 MHz), 46.3 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1280x1024" 77.80 1280 1344 1480 1680 1024 1025 1028 1077 interlace +hsync
    (**) fglrx(0): *Mode "1024x768": 94.5 MHz (scaled from 0.0 MHz), 68.7 kHz, 85.0 Hz
    (II) fglrx(0): Modeline "1024x768" 94.50 1024 1072 1168 1376 768 769 772 808
    (**) fglrx(0): Default mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.0 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1024x768" 78.75 1024 1040 1136 1312 768 769 772 800
    (**) fglrx(0): Default mode "1024x768": 78.4 MHz (scaled from 0.0 MHz), 57.7 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "1024x768" 78.43 1024 1080 1192 1360 768 769 772 801 +hsync
    (**) fglrx(0): Default mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1024x768" 75.00 1024 1048 1184 1328 768 771 777 806 +hsync +vsync
    (**) fglrx(0): Default mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1024x768" 65.00 1024 1048 1184 1344 768 771 777 806 +hsync +vsync
    (**) fglrx(0): Default mode "1024x768": 44.9 MHz (scaled from 0.0 MHz), 35.5 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1024x768" 44.90 1024 1032 1208 1264 768 768 772 817 interlace
    (**) fglrx(0): Default mode "1024x768": 100.2 MHz (scaled from 0.0 MHz), 72.8 kHz, 90.0 Hz
    (II) fglrx(0): Modeline "1024x768" 100.19 1024 1088 1200 1376 768 769 772 809 +hsync
    (**) fglrx(0): *Mode "800x600": 56.2 MHz (scaled from 0.0 MHz), 53.7 kHz, 85.0 Hz
    (II) fglrx(0): Modeline "800x600" 56.25 800 832 896 1048 600 601 604 631
    (**) fglrx(0): Default mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "800x600" 49.50 800 816 896 1056 600 601 604 625
    (**) fglrx(0): Default mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "800x600" 50.00 800 856 976 1040 600 637 643 666
    (**) fglrx(0): Default mode "800x600": 45.5 MHz (scaled from 0.0 MHz), 43.8 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "800x600" 45.50 800 840 920 1040 600 601 604 625 +hsync
    (**) fglrx(0): Default mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "800x600" 40.00 800 840 968 1056 600 601 605 628
    (**) fglrx(0): Default mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.0 Hz
    (II) fglrx(0): Modeline "800x600" 36.00 800 824 896 1024 600 601 603 625
    (**) fglrx(0): Default mode "800x600": 60.1 MHz (scaled from 0.0 MHz), 56.9 kHz, 90.0 Hz
    (II) fglrx(0): Modeline "800x600" 60.06 800 840 928 1056 600 601 604 632 +hsync
    (**) fglrx(0): *Mode "640x480": 36.0 MHz (scaled from 0.0 MHz), 43.3 kHz, 85.0 Hz
    (II) fglrx(0): Modeline "640x480" 36.00 640 696 752 832 480 481 484 509 +hsync +vsync
    (**) fglrx(0): Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x480" 31.50 640 656 720 840 480 481 484 500 +hsync +vsync
    (**) fglrx(0): Default mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.0 Hz
    (II) fglrx(0): Modeline "640x480" 31.50 640 664 704 832 480 489 492 520 +hsync +vsync
    (**) fglrx(0): Default mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x480" 25.18 640 656 752 800 480 490 492 525 +hsync +vsync
    (**) fglrx(0): Default mode "640x480": 37.9 MHz (scaled from 0.0 MHz), 45.5 kHz, 90.0 Hz
    (II) fglrx(0): Modeline "640x480" 37.89 640 672 736 832 480 481 484 506 +hsync
    (**) fglrx(0): Default mode "1152x864": 119.7 MHz (scaled from 0.0 MHz), 77.1 kHz, 85.0 Hz
    (II) fglrx(0): Modeline "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 +hsync
    (**) fglrx(0): Default mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "1152x864" 108.00 1152 1216 1344 1600 864 865 868 900
    (**) fglrx(0): Default mode "1152x864": 96.8 MHz (scaled from 0.0 MHz), 63.0 kHz, 70.0 Hz
    (II) fglrx(0): Modeline "1152x864" 96.77 1152 1224 1344 1536 864 865 868 900 +hsync
    (**) fglrx(0): Default mode "1152x864": 81.6 MHz (scaled from 0.0 MHz), 53.7 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 +hsync
    (**) fglrx(0): Default mode "1152x864": 64.7 MHz (scaled from 0.0 MHz), 43.0 kHz, 47.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864" 64.68 1152 1208 1328 1504 864 865 868 915 interlace +hsync
    (**) fglrx(0): Default mode "1152x864": 58.3 MHz (scaled from 0.0 MHz), 39.2 kHz, 43.0 Hz (I)
    (II) fglrx(0): Modeline "1152x864" 58.29 1152 1200 1320 1488 864 865 868 911 interlace +hsync
    (**) fglrx(0): Default mode "640x400": 28.1 MHz (scaled from 0.0 MHz), 33.7 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "640x400" 28.07 640 696 736 832 400 413 415 449
    (**) fglrx(0): Default mode "640x400": 24.9 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    (II) fglrx(0): Modeline "640x400" 24.92 640 664 760 792 400 460 462 525
    (**) fglrx(0): Default mode "512x384": 19.7 MHz (scaled from 0.0 MHz), 31.1 kHz, 75.0 Hz
    (II) fglrx(0): Modeline "512x384" 19.68 512 528 576 632 384 384 385 416
    (**) fglrx(0): Default mode "400x300": 24.8 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "400x300" 24.75 400 408 448 528 150 601 602 625 doublescan
    (**) fglrx(0): Default mode "400x300": 22.3 MHz (scaled from 0.0 MHz), 45.0 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "400x300" 22.33 400 416 480 496 150 601 605 742 doublescan
    (**) fglrx(0): Default mode "320x240": 15.8 MHz (scaled from 0.0 MHz), 37.9 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x240" 15.75 320 328 360 416 120 481 482 501 doublescan
    (**) fglrx(0): Default mode "320x240": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x240" 12.59 320 328 376 400 120 491 493 525 doublescan
    (**) fglrx(0): Default mode "320x200": 13.1 MHz (scaled from 0.0 MHz), 31.5 kHz, 75.0 Hz (D)
    (II) fglrx(0): Modeline "320x200" 13.10 320 352 368 416 100 406 407 417 doublescan
    (**) fglrx(0): Default mode "320x200": 12.6 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz (D)
    (II) fglrx(0): Modeline "320x200" 12.59 320 336 384 400 100 457 459 524 doublescan
    (--) fglrx(0): Display dimensions: (340, 270) mm
    (--) fglrx(0): DPI set to (95, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.2
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules/libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 0.8
    (**) fglrx(0): NoAccel = NO
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules/libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 7.0.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 0.8
    (==) fglrx(0): HPV inactive
    (==) fglrx(0): FSAA enabled: NO
    (**) fglrx(0): FSAA Gamma enabled
    (**) fglrx(0): FSAA Multisample Position is fix
    (**) fglrx(0): NoDRI = NO
    (II) Loading sub module "fglrxdrm"
    (II) LoadModule: "fglrxdrm"
    (II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    (II) fglrx(0): Depth moves disabled by default
    (**) fglrx(0): Capabilities: 0x00000000
    (**) fglrx(0): CapabilitiesEx: 0x00000000
    (**) fglrx(0): cpuFlags: 0x8000001d
    (**) fglrx(0): cpuSpeedMHz: 0x00000af0
    (==) fglrx(0): OpenGL ClientDriverName: "atiogl_a_dri.so"
    (**) fglrx(0): using built in AGPGART module: yes
    (**) fglrx(0): UseFastTLS=0
    (**) fglrx(0): BlockSignalsOnLock=1
    (**) fglrx(0): EnablePrivateBackZ = YES
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B]
    [1] 0 0 0xe8000000 - 0xefffffff (0x8000000) MX[B]
    [2] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[B](B)
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [7] -1 0 0xfeaef400 - 0xfeaef4ff (0x100) MX[B]
    [8] -1 0 0xfeae8000 - 0xfeaebfff (0x4000) MX[B]
    [9] -1 0 0xfeaef800 - 0xfeaeffff (0x800) MX[B]
    [10] -1 0 0xfeaf0000 - 0xfeafffff (0x10000) MX[B]
    [11] -1 0 0xfebff400 - 0xfebff4ff (0x100) MX[B]
    [12] -1 0 0xfebff800 - 0xfebff9ff (0x200) MX[B]
    [13] -1 0 0x50000000 - 0x500003ff (0x400) MX[B]
    [14] -1 0 0xfebffc00 - 0xfebfffff (0x400) MX[B]
    [15] -1 0 0xf8000000 - 0xf7ffffff (0x0) MX[B]O
    [16] -1 0 0xfe9e0000 - 0xfe9effff (0x10000) MX[B](B)
    [17] -1 0 0xe0000000 - 0xe7ffffff (0x8000000) MX[B](B)
    [18] -1 0 0xfe9c0000 - 0xfe9dffff (0x20000) MX[B](B)
    [19] -1 0 0xfe9f0000 - 0xfe9fffff (0x10000) MX[B](B)
    [20] -1 0 0xe8000000 - 0xefffffff (0x8000000) MX[B](B)
    [21] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [22] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [23] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
    [24] 0 0 0x0000a800 - 0x0000a8ff (0x100) IX[B]
    [25] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [26] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [27] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[B]
    [28] -1 0 0x0000bc00 - 0x0000bc07 (0x8) IX[B]
    [29] -1 0 0x0000dc00 - 0x0000dc3f (0x40) IX[B]
    [30] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[B]
    [31] -1 0 0x00000400 - 0x0000041f (0x20) IX[B]
    [32] -1 0 0x0000fc00 - 0x0000fc0f (0x10) IX[B]
    [33] -1 0 0x0000ec00 - 0x0000ec1f (0x20) IX[B]
    [34] -1 0 0x0000e800 - 0x0000e81f (0x20) IX[B]
    [35] -1 0 0x0000e400 - 0x0000e41f (0x20) IX[B]
    [36] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [37] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[B](B)
    [38] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
    [39] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
    (II) fglrx(0): UMM Bus area: 0xe8701000 (size=0x078ff000)
    (II) fglrx(0): UMM area: 0xe8701000 (size=0x078ff000)
    (II) fglrx(0): driver needs X.org 6.8.x.y with x.y >= 99.8
    (II) fglrx(0): detected X.org 7.0.0.0
    (II) Loading extension ATIFGLRXDRI
    (II) fglrx(0): doing DRIScreenInit
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    [drm] failed to load kernel module "fglrx"
    (II) fglrx(0): [drm] drmOpen failed
    (EE) fglrx(0): DRIScreenInit failed!
    (WW) fglrx(0): ***********************************************
    (WW) fglrx(0): * DRI initialization failed! *
    (WW) fglrx(0): * (maybe driver kernel module missing or bad) *
    (WW) fglrx(0): * 2D acceleraton available (MMIO) *
    (WW) fglrx(0): * no 3D acceleration available *
    (WW) fglrx(0): ********************************************* *
    (II) fglrx(0): FBADPhys: 0xe8000000 FBMappedSize: 0x08000000
    (II) fglrx(0): FBMM initialized for area (0,0)-(1280,8191)
    (II) fglrx(0): FBMM auto alloc for area (0,0)-(1280,1024) (front color buffer - assumption)
    (==) fglrx(0): Backing store disabled
    (==) fglrx(0): Silken mouse enabled
    (II) fglrx(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    Solid Horizontal and Vertical Lines
    Offscreen Pixmaps
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) fglrx(0): Acceleration enabled
    (II) fglrx(0): Direct rendering disabled
    (==) fglrx(0): Using hardware cursor
    (II) fglrx(0): Largest offscreen area available: 1280 x 7163
    (II) Loading extension FGLRXEXTENSION
    (II) Loading extension ATITVOUT
    (==) RandR enabled
    (II) Setting vga for screen 0.
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension LBX
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    (**) Option "Protocol" "IMPS/2"
    (**) Mouse1: Device: "/dev/input/mice"
    (**) Mouse1: Protocol: "IMPS/2"
    (**) Option "CorePointer"
    (**) Mouse1: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse1: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse1: Buttons: 11
    (**) Option "CoreKeyboard"
    (**) Keyboard1: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard1: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard1: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard1: XkbModel: "pc105"
    (**) Option "XkbLayout" "gb"
    (**) Keyboard1: XkbLayout: "gb"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard1: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
    (II) Mouse1: ps2EnableDataReporting: succeeded
    AUDIT: Mon May 29 19:12:06 2006: 3974 X: client 3 rejected from local host
    AUDIT: Mon May 29 19:12:06 2006: 3974 X: client 3 rejected from local host
    xsession.errors
    /opt/gnome/etc/gdm/PreSession/Default: Registering your session with wtmp and utmp
    /opt/gnome/etc/gdm/PreSession/Default: running: /usr/bin/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x "/opt/gnome/var/gdm/:0.Xservers" -h "" -l ":0" "napoleon"
    /opt/gnome/etc/gdm/Xsession: Beginning session setup...
    /opt/gnome/etc/gdm/Xsession: ssh-agent not found!
    /opt/gnome/etc/gdm/Xsession: Setup done, will execute: /usr/bin/dbus-launch /opt/gnome/bin/gnome-session
    Failed to start message bus: Failed to read directory "/opt/kde/share/dbus-1/services": No such file or directory
    EOF in dbus-launch reading address from bus daemon
    thanks

  • Trigger "Partial Refresh" from custom javascript

    Hi All,
    I have a requirement where, I have two components
    One Output text which loads the text from a bean.
    One Button when clicked the "output text" above has to be refresehed.
    I understand that using partial trigger I can achive this. But the twist here is , The Button has to trigger some custom javascript for validation. If the validation is successfull only then the Output text must be refreshed.
    So I need to invoke the "Partial Refresh" from my custom javascript.
    Could some one throw some light on this, how we can achieve this.
    I am using JDev 11.1.1.3.

    You can try using the javascript ADF API http://download.oracle.com/docs/cd/E12839_01/apirefs.1111/e12046/oracle/adf/view/js/base/AdfPage.html
    AdfPage has a method addPartialTarget(...) which should you the trick.
    Timo

Maybe you are looking for

  • Why does my Mac keep crashing/freezing?

    I've tried to troubleshoot this before. I've backed everything up on Timemachine, did an Erase/Install. Purchased MacKeeper. I restarted computer pressing shift key, then restarted computer to clear out any accumulated junk files. I've been running V

  • Is there auto detect duplicates to prevent copying in iTunes 11?

    This seemed to be a legacy issue. So I'm wondering if the latest iTunes resolved this problem. It is fine to be able to detect and delete but the point is it shouldn't happen in the first place. So I'm hoping the new iTunes is able to detect the late

  • Interface parameters in Function Module -- Doubts

    Hi, We are developing a custom function group which will have 5-6 custom function module. When you create a function module and specify its Export/Import and table parameters, SAP mark them as "Local Interface".(You can look at the Function module so

  • Problem with Unknown account assignment with limit order...reply soon...

    Hello All, i am facing problem in <b>confirming the limit order with unknown account</b> <b>assinment</b>.We are using Extended classic scenario with SRM version 5.00 and ECC 6.00. When creating shopping cart with unknown account assignments,  shoppi

  • Parse XML in par structure.

    Hi, I want to parse an XML file which I want to store in my par project structure. Should I just store it in PORTAL-INF like portalapp.xml? I tried doing this: IResource xmlResource = request.getResource(IResource.XML,"PORTAL-INF/test.xml"); String u