How to drop the text in to the af:richTextEditor

Hi All
I am using Jdeveloper 11.1.1.4.0.
I ahve a requrment like there is one af:table & af:richTextEditor. I want to drag & drop the table cell informationin af:richTextEditor.
<af:table var="row" value="#{beanDnD.ValueSet}"
id="t1" summary="collection drag source"
rowSelection="single" contentDelivery="immediate"
autoHeightRows="5">
<af:column headerText="Product" id="c3">
<af:outputText value="#{row.product}" id="ot1">
<af:attributeDragSource attribute="value"/>
</af:outputText>
</af:column>
<af:column headerText="Cost" id="c4">
<af:outputText value="#{row.cost}" id="ot2"/>
</af:column>
</af:table>
<af:richTextEditor label="Label 1" id="rte1" valueChangeListener="#{beanDnD.valuechange}"
autoSubmit="true"
binding="#{beanDnD.textBinding}"
value="IceCream">
<af:attributeDropTarget attribute="value"/>
<af:attributeDropTarget attribute="invisible"/>
</af:richTextEditor>
Bean value chnage code
public void valuechange(ValueChangeEvent valueChangeEvent) {
// Add event code here...
System.out.println(valueChangeEvent.getOldValue());
String s1 = valueChangeEvent.getOldValue().toString();
System.out.println(valueChangeEvent.getNewValue());
String s2 = valueChangeEvent.getNewValue().toString();
textBinding.setValue(s1+s2);
AdfFacesContext.getCurrentInstance().addPartialTarget(textBinding);
but its not working :(
I did same with af:inputText & its working properly.Pz suggest me waht should i do?any help would be appriciated.
Thanks
Charu

Hi Charu,
I know this was a long time ago but do you remember if you ever found a solution for this?
Dave

Similar Messages

  • How to drop the datafile in a tablespace

    hi,
    I need to drop the datafile in a tablespace.How to drop the datafile in the tablespace.If iam able to drop the datafile and is it possible to create the datafiles with the same name.could u pls help me out..
    Thanks in advance,
    R.Ratheesh

    sql > alter database <datafile> offline drop ;
    sql > alter database open ;What if the datafile have the segments in it, I believe users will not be able to access them. And system will put the datafile to Recovry mode not drop it.
    Dropping a datafle is possible only in 10G. In 9i you can reduce the size of file below the size of your min extents so that the space wont be allocated from that datafile or you may need to recreate a new tablespace copy all the segments from old tablespace and drop old one.
    Cheers

  • How to drop the multi columns?????

    how to drop the multi columns in oracle
    Like
    alter table drop column a,b;
    is it possible.

    how to drop the multi columns in oracle
    Like
    alter table drop column a,b;
    is it possible.Yes, it is possible.
    RTFM:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_3001.htm#i2124702
    pratz

  • Draft Proposal: How to drop the Fx Prefix

    A draft proposal has been posted to the Flex Open Source Wiki documenting how we will adjust the packages, namespaces, and class names in Gumbo to allow us to drop the Fx class prefixes.  Please read and add your comments here:
    http://opensource.adobe.com/wiki/display/flexsdk/Dropping+the+Fx+Prefix
    Note that this page does not cover the necessary changes to CSS, which are documented on the forums at
    http://www.adobeforums.com/webx/.59b802c9
    Looking forward to your comments and suggestions,
    Ely.

    Hi Uri..
    Yes, thats what i have read but i still have ten temp tables with same prefix and different session code at the end . I am sure there are no open/active sessions tied to them .want to know if there is a bug with SQL server 2005 SP2 version  ?
    I am executing the stored proc using SQL Agent job so when it fails does it end the session ? if not how do i do it ?
    if i add the below query to the proc does it drop rest of the old temp tables ?
    IF EXISTS (
    SELECT *
    FROM sys.tables
    WHERE name LIKE '#temp%')
    DROP TABLE #temp
    Thanks, Sri The journey is what brings us happiness not the destination―Dan Millman

  • How to drop the contents on an internal table?

    Dear all,
    can some one suggest me the code to drop the content of an internal table.
    VJ

    Following are the different ways of DELETIONS from ITAB, DTAB and FILE:
    DELETE FROM dbtab       WHERE cond.
    DELETE FROM (dbtabname) WHERE cond.
    - DELETE dbtab.
    DELETE *dbtab.
    DELETE (dbtabname) ... .
    - DELETE dbtab       FROM TABLE itab.
    DELETE (dbtabname) FROM TABLE itab.
    - DELETE dbtab  VERSION vers.
    DELETE *dbtab VERSION vers.
    Delete from an internal table
    - DELETE itab.
    - DELETE itab INDEX idx.
    - DELETE itab FROM idx1 TO idx2.
    - DELETE itab WHERE cond.
    - DELETE ADJACENT DUPLICATES FROM itab.
    Delete a program
    - DELETE REPORT prog.
    Delete text elements
    - DELETE TEXTPOOL prog LANGUAGE lg.
    Delete a data cluster from a database table
    - DELETE FROM DATABASE dbtab(ar) ...ID key.
    Delete a data cluster from the cross-transaction application buffer
    - DELETE FROM SHARED BUFFER dbtab(ar) ...ID key.
    Delete a file
    - DELETE DATASET dsn.
    Delete a screen
    - DELETE DYNPRO f.
    Thanks,
    Santosh

  • How to drop the last diskgroup in ASM 11g?

    Hello,
    I installed an ASM instance and created a DATA diskgroup using the Oracle installer. I would like to drop the diskgroup and re-create it using partitions instead of disk devices in order to use ASMLib.
    I have not found a way to get rid of the DATA diskgroup yet. How do I get rid of it?
    [+ASM@asm]$ sqlplus / as sysasm
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Sep 3 20:12:05 2010
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> DROP DISKGROUP data INCLUDING CONTENTS;
    DROP DISKGROUP data INCLUDING CONTENTS
    ERROR at line 1:
    ORA-15039: diskgroup not dropped
    ORA-15027: active use of diskgroup "DATA" precludes its dismountI used the following for data_0000 - data_0005, thinking it would be a good idea to drop each disk before dropping the diskgroup - which worked, although I had to use force for data_0000;
    SQL> alter diskgroup data drop disk data_0006;
    ... etc...
    SQL> alter diskgroup data drop disk data_0000 force;It all looks a bit weired now:
    SQL> select name, header_status, path from v$asm_disk;
                        MEMBER        /dev/sda
    _DROPPED_0000_DATA  UNKNOWN
    DATA_0001   MEMBER        /dev/sdb
    DATA_0002   MEMBER        /dev/sdc
    DATA_0003   MEMBER        /dev/sdd
    DATA_0004  MEMBER         /dev/sde
    DATA_0005   MEMBER        /dev/sdf
    SQL> alter diskgroup data dismount force;
    Diskgroup altered.
    SQL> alter diskgroup data mount;
    Diskgroup altered.
    SQL>

    Thanks for the reply.
    Unfortunately I cannot use EM since I do not have any database installed that uses the ASM instance yet, and to my knowledge ASM alone does not provide a web console.
    Anyway, I finally just manged to drop the diskgroup. Normally a diskgroup needs to be mountedto be dropped, but the force clause can be used for a diskgroup that is dismounted. So I tried it with the diskgroup dismounted... and it worked.
    SQL> alter diskgroup data dismount force;
    SQL> drop diskgroup data force including contents;
    Diskgroup dropped.
    Thanks!
    Edited by: Markus Waldorf on Sep 3, 2010 6:13 PM

  • How to drop the tables (articles) in subscription database MERGE replication.

    We have configured the merge replication from publication server to subscription server,
    Here I mistakenly selecting few tables (articles) in publication,
    Now I need to remove those mistakenly selected tables in subscription server database . 
    Note: I am trying to below way but unable to remove those tables in subscription server.
    1<sup>st</sup> I unselected those tables (articles) in publication, but not working.
    Could please tell me the how to remove those tables in subscription database.

    Ok that is normal, dont worry, if you mistakenly  chosen few tables, just add the new tables
    that you forgot it, just make click on the publication, you only have to Re-run the snapshot agent, i mean you must generate another snapshot and then synchronice with your suscriber, and then you will not need DROP the tables on the suscriber, if you have
    troubles yet, please post imagens to help you more !
    Thanks and regards.

  • How to drop the datafile?

    Hello Everybody
    is it possible to drop the datafile? i have run the query ALTER DATABASE DATAFILE 'c:\oracle\oracle_db\m300\user\user01.dbf' offline drop. After i checked with DBA_DATA_FILES its there.Can any one help in this regards
    Regards
    Hameed

    Please see this link:
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14231/dfiles.htm#i1006556
    Restrictions for Dropping Datafiles
    The following are restrictions for dropping datafiles and tempfiles:
    The database must be open.
    If a datafile is not empty, it cannot be dropped.
    If you must remove a datafile that is not empty and that cannot be made empty by dropping schema objects, you must drop the tablespace that contains the datafile.
    You cannot drop the first or only datafile in a tablespace.
    This means that DROP DATAFILE cannot be used with a bigfile tablespace.
    You cannot drop datafiles in a read-only tablespace.
    You cannot drop datafiles in the SYSTEM tablespace.
    If a datafile in a locally managed tablespace is offline, it cannot be dropped.
    Regards

  • How to drop the reversed GRs while selecting from EKBE ?

    Hi,
    I have a requirement to select only GR which are not reversed. Suppose we have a PO with 2 items with 3000 quantity each. First time user did GR (using MIGO) with quantity 1000 for each item by mistake. So the user comes back to MIGO, reverse it and do a GR again for 1100 each item. If you look at EKBE for this PO, you will see three lines for each item. First line will be GR(moment type 101) with quantity 1000, 2nd line will be reverse of it ( with moment type 102), with quantity 1000 and the 3rd line will the new GR(moment type 101) with quantity 1100. Now in my requirement is to select this new GRs from EKBE for each item. I am using a select..for all entries of ts_ekpo (assume that this table is filled already with right PO items) internal table into another internal table ts_ekbe. So I am selecting total 6 lines, 3 lines for each item. I don't want to select the reversed lines. Will there be any flag in EKBE table to identify that the line is reversed or that the line is new GR line ? If you need more clarity please let me know. Your help will be appriciated.
    Thank you,
    Surya.

    Hi,
    You will have to 1st retrieve all the Mat Docs corresponding to the POs from the MSEG table for Movement type 101.
    If you want to whether the Mat Doc is reversed, as hendy has suggested you will have to do the following.
    If you consider that T_MSEG is the Internal table that was populated with the Mat Docs for Move Type 101.
    SELECT ...... FOR ALL ENTRIES IN T_MSEG
                        WHERE SJAHR  EQ T_MSEG-SJAHR
                              AND SMBLN EQ T_MSEG-MBLNR
                              AND SMBLP EQ T_MSEG-ZEILE
                              AND BWART EQ '102'.
    This suggests that for Move Type 102 if you find the actual Mat Doc existing in the field SMBLN and SMBLP, then the GR is reversed.
    regards,
    Mahesh

  • Drop the tables

    how to drop the all tables in database.
    i have 10 tables in my database. so all tables drop at a time(single command)
    and please let me know how to drop these kind of tables
    SYSADM_UCAT
    TIMESTAMP_TEST
    ONGC
    BIN$65N+ZC4tRYSMT4baQKQIeg==$0
    BIN$HgYs2odgQEWr11WKR15T4A==$0
    BIN$C+PVsIx/TdGggvVbF//ipQ==$0
    BIN$jfKSLW3eRBqDWkVSpZlXyw==$0
    any reply
    thanks

    this are oracle table why do you want to drop them
    http://www.oracle.com/technology/pub/articles/10gdba/week5_10gdba.html
    http://orafaq.com/node/968
    BIN$65N+ZC4tRYSMT4baQKQIeg==$0
    BIN$HgYs2odgQEWr11WKR15T4A==$0
    BIN$C+PVsIx/TdGggvVbF//ipQ==$0
    BIN$jfKSLW3eRBqDWkVSpZlXyw==$0 still somthing like this?
    begin
       for i in (select table_name from user_tables)loop
           execute immediate ' drop table '||i.table_name;
       end loop;
    end;

  • How to drop datafiles in oracle 10g r2

    Hi all,
    Db :oracle 10.2.0.3
    os:solaris 10
    tablespace name: jllp_tabs01
    datafile:
    /ora/data001/jllp/jllp_tbs01_tbl_1.dbf
    /ora/data001/jllp/jllp_tbs01_tbl_2.dbf
    /ora/data001/jllp/jllp_tbs01_tbl_3.dbf
    /ora/data001/jllp/jllp_tbs01_tbl_4.dbf
    its has consisting of 4 datafiles, I need to drop the 2 of them perminently.
    the datafile are having data.
    how to drop the datafiles.
    please suggest me.

    There is no way to drop the datafiles once they are added to the tablespace. The command given by Asif , offline drop won't actually drop the datafile but would be an indication only to Oracle that you would be dropping the entire tablespace after issuing this command. In 11g, there is a command to drop the datafile but only if it's completely empty.
    HTH
    Aman....

  • How to make the bookmarks bar JUST text and without the "Bookmarks" drop down and make the other bar have text with pictures? How to download a previous version of firefox?

    The option is to set text, text and pictures, or pictures but it affects both bars and how to get the old version back because I just wanted a stupid addon that I didn't even need and now is firefox just stuck this way. I know it's better to have the new version for security or whatever but the new features are bad for me personally I can't use this program how can I get the old version again please help. Or at least help me fix my bookmarks bar it was carefully made so I can do my work but now it has been destroyed and it can't get rid of the icons without getting rid of Home Refresh Stop icons and also the Bookmarks dropdown menu button can't be removed from the bookmarks bar?

    So if the bookmarks toolbar is fixed up you don't need to go back to Firefox 4. That's easy.
    This styling will change the bookmark folders to blue (most common) and the few bookmarks to red. Most would have short names 1-4 characters. Install the "'''Stylish'''" extension and then the [http://kb.mozillazine.org/User:Dmcritchie style(s)] suggested below.
    * '''Stylish''' :: Add-ons for Firefox<br>https://addons.mozilla.org/en-US/firefox/addon/stylish/
    * '''Bookmarks Toolbar Fx4 Blue/Folders, Red/Bookmarks''' - Themes and Skins for Browser<br>http://userstyles.org/styles/46947
    '''Additional styling suggestions'''
    * '''Scrollbar Menu''' - Themes and Skins for Browser - userstyles.org<br>http://userstyles.org/styles/52
    * '''Scrollbar Context Menu''' - Themes and Skins for Browser<br>http://userstyles.org/styles/54
    The drop-down at the end wouldn't be there as long as everything fits on the row.
    :Once you start using styles you will really like them because you can control/modify/use them independently as building blocks as opposed to someone elses full theme design or extension.
    I fail to see how the above is ''sketchy''
    # Install the "'''Stylish'''" extension
    # Install the suggested Style
    The advantage of a style is that they are very small compared to extensions, and if you don't like they way it looks, you can modify it. Try to do that with an extension.
    The suggested style shows folders in blue, and bookmarklets or bookmarks in red used as buttons.
    The deiconizer extension looks rather hard to read, seems rather large for what it does, and it has space wasting drop downs which are meaningless, simply left click to show the folder.
    ''it can't get rid of the (bookmark/folder) icons without getting rid of Home Refresh Stop icons and also the Bookmarks dropdown menu button can't be removed from the bookmarks bar?''
    The Home button would show as text ("Home") with the style change, as for Refresh ("F5") and Stop("Esc") the keyboard shortcuts work better for me anyway and have never included them on my toolbars. I keep the Home button to the left of the Location bar anyway so it shows an icon.
    '''For those that really need an earlier version of Firefox''', find your system and the Firefox version you want in releases, download and start the install.
    * ftp://ftp.mozilla.org/pub/firefox/releases/
    When reinstalling Firefox from a download, Firefox must be down once the installation starts. When the installation finishes, don't let the install start firefox for you. Instead end the install and start Firefox in your normal manner, thus preventing creating a new profile which does not have your bookmarks cookies, etc (but your old profile would still be around and would).

  • Can anyone tell me how to increase the text size in my menu bar and drop down menus?

    Just bought a new 27" screen iMac.  The menu bar and drop down menu text is much to small for me to see without leaning close to the screen.  Does anyone know how to customize the text to a larger size.  This is an issue for any program I open.

    Once upon a time Apple displays packed in 72 dots to an inch (making their resolution 72 DPI). That meant that what we saw on screen at 100% scale was exactly what was printed on a printer - not to mention quite comfortable to read. However that advantage was eclipsed by the fact that photopgraphs and video were pixelated and the only solution to that was to increase the resolution - to pack in more dots per inch - which has the side effect of shrinking the size of text. Where I once used Word at 100% scale I now find it most comfortable at 150% scale.
    There are several solutions. One, as Lex gave you, was to reduce the resolution of the LCD display. But unlike CRT displays, an LCD is tuned to a specific resolution and when you change it the results tend to be blurry. Another is to keep the resolution as it is and to adjust each program (if the program allows it). This makes Word usable and your browser can be set to use no font smaller than a size you set (which has some unpleasant side affects at some Web sites), but some programs and some parts of programs cannot be changed. The menubar and menus are among them. The third solution is one that Apple promised several years ago but has not yet provided - a resolution independant GUI. We can only hope that comes soon. And there's another partial solution - look in System Preferences under Accessibility.

  • Drag and drop the text and image

    Hi,
    I need help in drag and drop text and image.
    I am able to drag and drop the text and image in doc but  i want to drag the text in text frame and image in image frame only.
    For this how to get textframe id or is there any other way to do this. Pls help me if anyone know how to do this one.
    Thanks
    Arun

    This thread is pretty old, but this can help anyone in the future:
    To handle a drop in InDesign, you have to implement your own custom CDragDropTargetFlavorHelper. You can find a working example in SDK Sample. Take a look at BasicDragDrop.sdk project in the SDK.

  • How to handle the drop event

    Hi everyone,
    Now I'm developing the function about drag-drop source(image & text) from Panel Tree to the document.
    I also have a look at the basic drag/drop & Panel Treeview, but all of them is not the source code mentions to how to handle the drop event, almost about drag event only.
    Now when user Drags(image, text) from PanelTreeView(example) and drops them to document and then new page Item contains source(image, text) created, so I want to get the page item after drop event.
    so anyone know about this please give me suggestion
    thanks so much.

    i dont think you can.
    ~~~~~~~~~~~~~~~~
    --> Adobe Certified Expert
    --> www.mudbubble.com
    --> www.keyframer.com
    ~~~~~~~~~~~~~~~~
    keyoke_za wrote:
    > Hi,
    > How can I get my flash movie to handle the drop event
    when dropping objects from outside the flash window.
    > Thanks for your help..

Maybe you are looking for

  • Pre7: On TV screen, NTSC widescreen video edges are hidden

    I have a 16:9 project which looks fine in Preview, but when burned to disc and displayed on a 4:3 TV set, the edges don't show. Normally when 16:9 videos are played with my equipment, the entire width is displayed, with black bands above and below. T

  • Digitale Signatur für AddOn-Installer falsch

    Hallo zusammen, ich hab einen AddOn erstellt. Beim istallieren kriege ich eine Meldung: "Digitale Signatur für AddOn-Installer falsch". Woran kann das denn liegen? Gruß Alexnader

  • Bizarre Problem: Oracle 10g disconnected

    We are facing an bizarre problem in Oracle 10G. We are trying to compile a package specification. As long as there are 10 procedures(program units) in the package it compiles successfully, As soon as we add 11th program unit(come what may a simplest

  • Problème taille image dans diaporama muse

    Bonjour, J'ai créé mon propre site, je suis en train de créer celui de mon amie. Dans mon site, j'avais fait des diaporamas et je pouvais changer la taille du cadre de l'image, l'image contenue dedans changeait de taille et ce afin d'arriver à la tai

  • Could not execute stored procedure in oracle

    hello experts, Problem: I can not execute stored procedures stored in Oracle data base. Error Message: Portal request failed. Could not execute stored procedure. My steps: i connected my locally installed Oracle data base to the VC. I mapped the data