Replace default table sort with order by on the view object

The Jdeveloper help for af:table says:
If the underlying model is not a CollectionModel , the Table automatically examines the actual data to determine which properties are sortable. Any column that has data that implements java.lang.Comparable is sortable. This automatic support cannot be nearly as efficient as coding sorting directly into a CollectionModel (for instance, by translating the sort into an "ORDER BY" SQL clause), but is sufficient for small data sets.
I have a database table with varchar2 columns that can contain string, date or number values. So in the af:table I want to sort the columns either in string, date or number order.
I tried creating a sort listener and in that listener set the view object order by clause and execute the query, but it does not affect the row order - it is always sorted as a string. I assume that the collection is doing its sort after I do the query, and overwriting the query order. I have tried disabling the sort in the listener by setting the sortcriteria to null but it has no effect.
Can anyone suggest how to stop the default sort re-ordering the rows, or else how to code sorting directly into the CollectionModel as suggested in the help.
Hugh Nelson

By running in debug I discovered that when you click on a column heading to sort by the column values it actually sets the order by clause on the view object and executes a query. The help says that the default sorting is not as efficient as setting the order by clause - perhaps the help is out of date because default sorting does set the order by clause.
This means that you cannot do a column sort on a transient attribute. The attribute being sorted on must exist in the table/query.
The easiest solution is to override the setOrderByClause method on the view object. The string parameter is the column to order by eg "COLUMNA". If this column holds date values I can change it to something like "TO_CHAR(TO_DATE(COLUMNA,'DD-MON-YYYY'),'YYYYMMDD')". For numbers I do "LPAD(COLUMNA,10,'0')".
This works OK.
Hugh Nelson

Similar Messages

  • How to create a record for table PLAF with order type 'NB'.

    How to create a record for table PLAF with order type 'NB'(standard purchase order).
    who can tell me the T-code or some usefull information?
    Thanks.

    Hi
    This will be updated automatically when generate planned orders thru MRP. (MD02)
    regards
    Srinivas

  • Sorting with nulls last on the fact column

    anybody tell me how to do the sorting with nulls last in the template? i can't change anything in data model or anywhere other than template.
    i did try to put the descending order,but null values are coming in between positive and negative values.
    <?sort:FACT_Column_Name;'decending';data-type='number'?>
    could anyone please tell me how can i do that in template?
    Thanks in advance.
    Edited by: user12255470 on Apr 12, 2012 5:29 PM

    Hi to all,
    i've solved, is very simple using decode inside the select:
    SELECT
    ID,
    FK_HTMLDB_ITEM, DECODE(FK_HTMLDB_ITEM,1,HTMLDB_ITEM.DATE_POPUP(3,rownum,VAL,'dd-mon-yyyy'),2,HTMLDB_ITEM.TEXT(3,VAL)) VALORE
    FROM TESTID
    my table is:
    CREATE TABLE "DEV"."TESTID"
    (     "ID" NUMBER NOT NULL ENABLE,
         "FK_HTMLDB_ITEM" NUMBER,
         "VAL" VARCHAR2(4000 BYTE))
    Bye Bye

  • I'm having problems in a GOOP applicatio​n with multiple instances of the same object running simultaneo​usly.

    I?ve written an application to control a system with multiple lamps. Each lamp in the system has its own power supply. Each lamp object contains a reference to its power supply. The application contains an array with the references to all the lamps in the system. Each lamp is in charge of monitoring itself and setting its power supply?s voltage according to the applications commands, therefore each lamp needs that its ?run me? method will run as long as the application is running i.e. the run method has to be reentrant. Because there are multiple lamps and because the ?run me? methods for each lamp run simultaneously, to over come this problem each lamp has a met
    hod ?run? that calls ?run me? with ?RUN VI? invoke node with the ?Wait until done? set to false. When I run the application, it seems to work but if I check the AO there is no change in the output, and the lamps seem to be reading their input from the same channel. I can?t seem to find the problem, I think that the fact that the method is reentrant causes some sort of mix-up in the separate object references. Also because the method is reentrant I can?t debug it (with one lamp it seems to work ok). Does anyone have any idea what could be causing this problem.
    P.S I'm having problems attaching my sample program to this message. You can contact me at [email protected] to recive the sample program I wrote.

    Jean, Thanks for your answer, I've tried checking the invoke node that calls the "Run VI" method but it doesnt return an error any of the times its called even that the Vi that it called is still running. I also tried your solution of changing the object's "Run" method to a template but that doesnt work either. I can't seem to post the sample progam that demonstrates the problem, is it possible to send it to you by email, contact me at [email protected]
    Attachments:
    Sample_program.zip ‏926 KB

  • How to add a new table or view in the view object

    hello,every one.
    I wanna add a new table or view in the view object's query statement.
    when the table or view not in the where clause,the query statement is working fine.
    If they in the where clause,I got the "java.lang.NullPointerException".
    who can help me
    thank you very much

    thank you for your reply
    I wanna extend the VO
    oracle.apps.pay.selfservice.payslip.US.server.PayPayslipGetPersonDetail
    the original sql is:
    SELECT ppf.person_id,
    FROM per_people_f ppf,
    per_assignments_f paf,
    pay_assignment_actions paa
    where paa.assignment_action_id = :1 AND paf.assignment_id = paa.assignment_id AND SYSDATE BETWEEN paf.effective_start_date AND paf.effective_end_date AND paf.person_id = ppf.person_id
    I wanna extend:
    SELECT ppf.person_id, pay_v.element_name,pay_v.assignment_action_id
    FROM per_people_f ppf,
    per_assignments_f paf,
    pay_assignment_actions paa,
    pay_run_results_v pay_v
    where paa.assignment_action_id = :1 AND paf.assignment_id = paa.assignment_id AND SYSDATE BETWEEN paf.effective_start_date AND paf.effective_end_date AND paf.person_id = ppf.person_id
    pay_v.assignment_action_id =paa.assignment_action_id
    if the pay.v in the where clause. I will got the exception. whereas,it's works fine.

  • Error: A 'with' action failed because the specified object did not exist.

    The weird thing is when i play the file on my computer it
    gives me the little error but shows up, but when its live on the
    internet it says its not working and doesnt show up. Can anyone
    help me with this error?
    Level #0: Frame=20
    Movie Clip: Frame=1 Target="_level0.instance2"
    Movie Clip: Frame=1 Target="_level0.mc_0"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_1"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_2"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_3"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_4"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_5"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_6"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_7"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_8"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_9"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_10"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_11"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_12"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_13"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_14"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_15"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_16"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_17"
    Shape:
    Movie Clip: Frame=1 Target="_level0.ctrl_mc"
    Movie Clip: Frame=1 Target="_level0.instance1"
    Movie Clip: Frame=1 Target="_level0._root.prev_photo"
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc_current_photo"
    Shape:
    Movie Clip: Frame=0 Target="_level0.mask_mc"
    Movie Clip: Frame=1 Target="_level0.mask_mc.mask_clip_mc"
    Movie Clip: Frame=0
    Target="_level0.mask_mc.mask_clip_mc.mask2_mc"
    Movie Clip: Frame=1 Target="_level0.soundControl"
    Movie Clip: Frame=1 Target="_level0.soundControl.instance8"
    Shape:
    Movie Clip: Frame=0 Target="_level0.mask_whole_mc"
    Movie Clip: Frame=1 Target="_level0.control"
    Movie Clip: Frame=8 Target="_level0.control.myLoader"
    Shape:
    Movie Clip: Frame=1
    Target="_level0.control.myLoader.instance9"
    Edit Text:
    Target="_level0.control.myLoader.instance9.instance10798" Variable=
    Visible=true Text = loading."
    Movie Clip: Frame=1 Target="_level0.tishi"
    Shape:
    Edit Text: Target="_level0.tishi.instance5" Variable=
    Visible=true Text = CONTROL PANEL"
    Movie Clip: Frame=1 Target="_level0.mc_mouse"
    Shape:
    Movie Clip: Frame=2 Target="_level0.mc"
    Movie Clip: Frame=1 Target="_level0.mc.booor"
    Shape:
    Button: Target="_level0.mc.booor.next"
    Shape:
    Shape:
    Button: Target="_level0.mc.booor.prev"
    Shape:
    Shape:
    Movie Clip: Frame=1 Target="_level0.mc.booor.autoplay"
    Button: Target="_level0.mc.booor.autoplay.instance6"
    Shape:
    Shape:
    Edit Text:
    Target="_level0.mc.booor.autoplay.instance6.instance7" Variable=
    Visible=true Text = PAUSE"
    Text:
    Edit Text: Target="_level0.mc.booor.photo_title" Variable=
    Visible=true Text = exterior18"
    Error: A 'with' action failed because the specified object
    did not exist.
    Error: A 'with' action failed because the specified object
    did not exist.
    Error: A 'with' action failed because the specified object
    did not exist.

    show your code with the trace() function that indicates the
    object is defined (along with the output panel's result).

  • Table sorting with pagination

    Hi,
    I have implemented pagination for the table. I have start,previous,next,last buttons in the bottom of the table. It is working fine.
    Generally if i click on column for sorting it will sort the columns in which where we are.(Suppose if we are in second page, it will sort the rows only in 2nd page as i am using range paging for VO.)
    But,instead of sorting rows on the specific page client is asking me to do the sorting on all rows in the table and display it accordingly.
    Here i m not able to sort the rows in the sort listener.
    Let me explain u with example.
    I have 2 columns in the table name,age. and displaying 5 rows per page. and rows are like A,B,C,D,E in first page and F,G,H,I,J,K are in 2 nd page..
    Name| Age
    A
    B
    C
    D
    E
    now if i click on column Name for sorting for desc it gives E,D,C,B,A ,for ASc it gives A,B,C,D,E ...
    But for me if i click on desc the rows should be in the order of K,J,I,H,G,F..
    After ascending
    Name| Age
    A
    B
    C
    D
    E
    After descending
    Name| Age
    K
    J
    I
    H
    G
    F
    Here is the my code for pagination on click of pagination buttons : Just am setting scroll range for the VO terator..
    JUCtrlRangeBinding staffView = getStaffView();
    int prePage =staffView.getIteratorBinding().getNavigatableRowIterator().getRangeStart() / RANGE_SIZE + 1;
    ViewObject vo = staffView.getIteratorBinding().getViewObject();
    vo.setAccessMode(vo.RANGE_PAGING);
    staffView.getIteratorBinding().getNavigatableRowIterator().scrollRange(RANGE_SIZE * (this.pageNumber -prePage));
    any idea about how to implement sort accordingly for table?
    Hope you understand ,you problem..Let me know if any questions..
    Thanks..

    let me give it a hit: Can you try setting the query execution mode to database just before you start sorting ?
    http://docs.oracle.com/cd/E16764_01/apirefs.1111/e10653/oracle/jbo/ViewObject.html , check for QUERY_MODE_SCAN_DATABASE_TABLES
    Edited by: Kamaal, Saif Kamaal on Dec 19, 2012 6:34 PM

  • How i replace default password policy with my custom password policy

    Hi All,
    can anybody help me to replace idm default password policy with my custom password policy?

    1. Go to Security --> Policies
    2. New --> String Quality Policy --> define rules --> save
    3. New --> Identity System account policy --> define rules and set the policy created in step2 to for password policy --> save
    4. Assign the policy created in step 3 to the user
    a. when create a user, under the 'Security' tab , for the 'Account policy' select the policy created in step
    b. Programattically, create /check out user view, assign the step 3 policy
    <set name='user.waveset.assignedLhPolicy'>
    <s>step 3 policy</s>
    </set>
    and checkin the view

  • Table sorter with onActionleadselect(null)

    Dear Friends
    I am able to sort the table..but if want to use onActionLeadSelect(null) in the modify view of my webdynpro..I cant get the column id if i use onActionLeadSelct(null)
    i tried to display the column id but it is null;
    if i use onActionLeadSelect(null) in modify view. Is it possible to sort the table?
    i need to use onActionLeadSelect(null) in my webdynpro?
    IS there any relation betwen them
    In ActionLeadSelect i have tried to use
    wdContext.<node table name>.<currentresult>.<getColumnFieldData>
    i am getting some column data in my Action lead....
    Will there be any impact on my sort method
    Thanks in Advance
    Byeee
    Yours Friend
    Shravan

    Dear friend
    I have sorted the columns using TableSorter class
    i am able to sort the table........
    But my requiremnent i need to use the OnActionLead Select(null) in <b>modify view</b>
    if i use <b>onActionLeadSelct(null</b>)...I need to get the table s column field value and use to cretae in modify view
    if i use OnActionLeadSelcct then the sorted icons are not visible and also table is not sorted if i click on the column header of the table.....
    Can we use onActionLeadSelect(null) in modify view...
    and also tablesortAction both
    Thanks
    Shravan

  • How to create a table report with alphabetic link at the top

    Hello,
    I have a db table of users, and have created a report based on this table, however I want to have each aphabet letter at the top of the report so that users can click on the letter and see all records where the username field starts with that letter.
    How can I achieve this?
    Thanks,

    Hello user11243298 (please tell us your name),
    Your report query would look something like this (assuming page number is 1):
    select some_column1, some_column2
    from your_user_table
    where username like :P1_INITIAL || '%'
    For the letters at the top of the report, here's a couple options:
    - If you want all letters to appear whether or not there are any rows, you can create a series of buttons or links, one for each letter, and specify the target URL to submit back to the report page, setting the item P1_INITIAL to each letter.
    - If you want only letters that have rows, one way is to create a dynamic LOV based on a query like this:
    select distinct upper(substr(username, 1, 1)) d, distinct upper(substr(username, 1, 1)) v
    from your_user_table
    order by upper(substr(username, 1, 1))
    Then use that for a select list with submit, again targeting the report page and setting P1_INITIAL to the selected value.
    Hope this helps (if it does, please reward it),
    John

  • Reorder table rows with drag & drop in the same table

    Hello,
    I have a table of Clients, I want to create a functionality that will allow the users to reorder/rearrange the order of the clients in the table. Please guide me.
    Thanks,
    Shahe

    Hi,
    1. from the drop source, get the row object
    2. on the row call row.removeAndRetain(); //but keep the handle to this row in your drop handler
    http://download.oracle.com/otn_hosted_doc/jdeveloper/1012/bc4jjavadoc/rt/oracle/jbo/Row.html#removeAndRetain()
    3. determine the index for the drop target (row as well as you cannot drag and drop between rows)
    4. Access the table's iterator binding (DCIteratorBinding) and call "getRowSetIterator()"
    http://docs.oracle.com/cd/B14099_19/web.1012/b14022/oracle/adf/model/binding/DCIteratorBinding.html#getRowSetIterator__
    5. On the RowSetIterator call insertRowAtRangeIndex
    http://docs.oracle.com/cd/B14099_19/web.1012/b14022/oracle/jbo/RowIterator.html#insertRowAtRangeIndex_int__oracle_jbo_Row_
    6. PPR the table
    To access the iteratorBinding of a table
    JUCtrlHierBinding treeBinding = ((CollectionModel)yourRichTableInstance.getValue()).getWrappedData();
    DCIteratorBinding iteratorBinding = treeBinding.getDcIteratorBinding()
    http://docs.oracle.com/cd/B14099_17/web.1012/b14022/oracle/adf/model/binding/DCControlBinding.html#getDCIteratorBinding__
    Note though that changing the order in an iterator doesn't change the order in the database, which means that with the next database query you get the old order back. To persist the change so the database query returns the same order, you would need an attribure in the database table that you update and later perform an order-by
    Frank
    Edited by: Frank Nimphius on Mar 15, 2013 2:54 PM

  • INDEX on VIEW or TABLE when using CONTAINS function on the VIEW

    Hi,
    I'm querying a view with a contains function and I'm getting an error:
    query: select * from view where contains(name,'jack OR jill')>0
    ORA-20000: Oracle text error
    DRG-10599 column is not indexed.
    From what I gathered you can't create an index on the view, or is that possible afterall (using 10g).
    Would it be sufficent to create an index on the column in the table that the view-query is pulling the data from? or can you use the contains funtion on views at all?
    Or are there other ways of doing this better?
    Thanks,

    That particular CONTAINS clause will require a domain index on the column, NAME in your case.
    You could also do: select * from view where name in ('Jack', 'Jill')
    Depending on your need and number of records and other variables, it may be "fastest" to do the text index on the NAME column. If it is a rather small subset of data and performance is not critical then the IN clause should suffice.

  • Just moved from microsoft word, struggling with one thing . . the view

    I've just recently started using pages rather then microsoft word.
    It seems great, but there is one thing that I'm struggling with, the page view
    No Matter what I do I can't seem to show the pages left border (from the perspective of looking at the computer screen)
    In word you can see the entire page, then there is space where it finished and around the sides.
    I can't seem to get the view to show the space around the top of the first page and the left border of all the pages.
    Any help is greatly appreciated!
    Thanks in advance

    What about the view - one up option? I see it in the help but I don't see it in my document. When I click on View, I don't see one up as an option.
    Anyone know if there's a way to see one page above/below the other, rather than spread out side by side?
    It's not in the View menu. One-up & two-up is in the percentage box at the bottom left of the document.

  • Af:table is not showing records until doing refresh of the view object iter

    Hi Experts,
    I am using JDeveloper 11.1.1.4 and i have a page whhich shows records of a particular read only view object as an af:table. When i run the page at first it is not showing any data at all . But there are 2 records when i run the query of that read only view object.In my page there is a link called "Refresh" which calls the "Execute" operation of the view iterator of my view object. When i click this link the table shows two records.Why the table does not show records once wehn the page is rendered?
    Please help me.

    The following is the code that shows the panel collection in my page.
    <af:panelCollection id="pc1" featuresOff="freeze, wrap"styleClass="NewStyle">
    <f:facet name="secondaryToolbar">
    <af:toolbar id="t1" styleClass="Secondary">
    *<af:query id="qryId1" headerText="Search" disclosed="false"*
    *value="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.queryDescriptor}"*
    *model="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.queryModel}"*
    *queryListener="#{criteria.processQueryForSalesInvoice}"*
    *queryOperationListener="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.processQueryOperation}"*
    *displayMode="compact"*
    *saveQueryMode="readOnly" maxColumns="2"*
    *modeChangeVisible="false" styleClass="Minimal"*
    *conjunctionReadOnly="true"*
    *resultComponentId="::t2"/>*
    </af:toolbar>
    </f:facet>
    <af:table value="#{bindings.salesInvoiceAuthorisation1.collectionModel}"
    var="row"
    rows="#{bindings.salesInvoiceAuthorisation1.rangeSize}"
    emptyText="#{bindings.salesInvoiceAuthorisation1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.salesInvoiceAuthorisation1.rangeSize}"
    rowBandingInterval="0"
    filterModel="#{bindings.salesInvoiceAuthorisation1Query.queryDescriptor}"
    queryListener="#{bindings.salesInvoiceAuthorisation1Query.processQuery}"
    filterVisible="true" varStatus="vs"
    selectedRowKeys="#{bindings.salesInvoiceAuthorisation1.collectionModel.selectedRow}"
    selectionListener="#{bindings.salesInvoiceAuthorisation1.collectionModel.makeCurrent}"
    rowSelection="none" id="t2"
    columnStretching="column:accountNameColumn"
    binding="#{processDocuments.invoiceTable}"
    contentDelivery="immediate"
    partialTriggers="::c111 selectToPost ::qryId1"
    styleClass="newTableStyle" autoHeightRows="9">
    <af:column filterable="false" sortable="false"
    headerText="#{bindings.DocumentAuthorisationView1.hints.ToPost.label}"
    id="c18" align="center"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="103">
    <af:selectBooleanCheckbox id="selectToPost"
    value="#{row.bindings.ToPost.inputValue}"
    autoSubmit="true"/>
    </af:column>
    <af:column sortProperty="DocumentName" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.DocumentName.label}"
    id="c11"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="107" filterFeatures="caseInsensitive">
    <af:outputText value="#{row.DocumentName}" id="ot1"/>
    </af:column>
    <af:column sortProperty="ExternalReference" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.ExternalReference.label}"
    id="c10"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="105" filterFeatures="caseInsensitive">
    <af:outputText value="#{row.ExternalReference}" id="ot8"/>
    </af:column>
    <af:column sortProperty="DocumentCategory" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.DocumentCategory.label}"
    id="c9"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="105" filterFeatures="caseInsensitive">
    <af:outputText value="#{row.DocumentCategory}" id="ot11"/>
    </af:column>
    <af:column sortProperty="CrDr" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.CrDr.label}"
    id="c4"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="52" align="right">
    <af:outputText value="#{row.CrDr}" id="ot9">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.salesInvoiceAuthorisation1.hints.CrDr.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="BaseDate" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.label}"
    id="c8"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}">
    <f:facet name="filter">
    <af:inputDate value="#{vs.filterCriteria.BaseDate}"
    id="id1" contentStyle="text-transform:uppercase;">
    <af:convertDateTime pattern="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.format}"/>
    </af:inputDate>
    </f:facet>
    <af:inputDate value="#{row.BaseDate}" id="ot6" contentStyle="text-transform:uppercase;">
    <af:convertDateTime pattern="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.format}"/>
    </af:inputDate>
    </af:column>
    <af:column sortProperty="ExternalAccountCode"
    filterable="true" sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.ExternalAccountCode.label}"
    id="c6"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    filterFeatures="caseInsensitive" visible="false">
    <af:outputText value="#{row.ExternalAccountCode}" id="ot3"/>
    </af:column>
    <af:column sortProperty="AccountName" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.AccountName.label}"
    id="accountNameColumn"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    filterFeatures="caseInsensitive">
    <af:outputText value="#{row.AccountName}" id="ot4"/>
    </af:column>
    </af:table>
    </af:panelCollection>
    Edited by: Priya on Nov 22, 2011 12:22 AM

  • Issue with getting handle to the swf object in a jsp

    Hi,
    I have a jsp file which has the <object> tag to include the Flex swf file on the jsp. I have certain functions exposed to javascript (using ExternalInterface.callback) that can be used in the jsp. But when I try to get the handle to the swf object using document[swfId] or window.document[swfId] or document.getElementById(swfId) ..it returns back NULL..
    This works on some browers and doesn't work on some. I even tried to reinstall my browser but in vain.
    Any someone provide me with some pointers on this ?

    Hi, Thanks for getting back with me.  I know exactly what you mean about  the "www" or "public" section of a server as I've seen that on other servers that I've worked on with DW.
    However, this is different and it doesn't appear to have one.  I've taken a screen shot below of what the server looks like.  I did it with FTP as I'm on another computer that does not have DW.  As you'll see there are actually 2 sites I need to get connected to to change the web pages with DW - "beta.----.gov" and "www.----.gov." That's pretty much how it is.  The beta one is what they want me to do is make the edits on a page in the beta site first and then show them.  Upon approval, I will then go into the live site (www) and duplicate what I did to make the changes live. So again, your screen shots seem to help (I won't know until tomorrow when I'm on the other computer in another building that has Dreamweaver on it to try to use your DW settings) but does this make sense?  Any other ideas that could be useful to get me up and running? Thanks.

Maybe you are looking for

  • Unable to install Camera RAW 8.5 update

    Hi... I'm trying to update my Photoshop CC camera raw to the latest version 8.5. Every time I install the ACR 8.5 update. It is stated as successful. But when I open a raw file, I can see that it is still 8.0. I have tried uninstalling everything, ie

  • How to sync contacts and calendar from macbook pro to ipad 2?

    How do I sync contacts and calendar from macbook pro to ipad2?

  • G/L Master Repository creation

    Hi Group, Is there a step by step document that guides you to create a custom repository ? We are planning to manage G/L master at central MDM level. Any info on this will be helpful Thanks, Stan

  • Acrobat Standard 7.0とAcrobat Pro 11.0で作成されるしおりが異なる

    ある文書(WORD)をAcrobatを用いてPDF化している. Acrobat Standard 7.0ではしおりが作成されていた段落が. Acrobat Pro 11.0ではしおりが作成されなかった.例参照(全てのしおりが作成されないわけではない.) なぜ動きに差異があるのか. なぜ作成されないものがあるのか.原因を知りたい. 例) Ver: 7.0 11.0 1.1 1.1 1.2 1.2 1.3 作成されない 1.4 1.4

  • How to disable Edit in Multiselect Prompt

    Hi , I've selected mutiselect prompt in my dashboard, Can any one let me know the scripts to disable the edit button in prompt. Thanks, Malli