Drag and drop STILL sketchy in Struts Page Flow

Struts Page Flow has been a major problem area in JDev since it was introduced, and I am still having some useability issues with it.
I CANNOT drag an application module method out, onto a data action; if the data action isn't one of the newest actions on the page. If the action has more than one target, (multiple "forwards") or just isn't one of the "newest" actions on the page, the GUI shows me dragging a the method from an app mod out onto the action, but no work is done once I drop it. I must delete the data action, and re-create it. This, in the mean time, will overwrite any data action class I had defined originally.
This needs to be fixed very soon, as it has been in every build of 10g that I have dealt with.

Ok. To reproduce the bad drag and drop behavior:
Create a Misc Data page, name it "Home"
Drag a data page out, name it "A", and put stuff on it. (Doesn't need to be complex).
Drag an action out, name it "B".
Drag another action out, name it "C"
Connect a forward from "A" to "B", connect a forward from "B" to "C". Connect a forward from "C" to "Home".
Connect a "fail" forward back, from "B" to "A".
Try to drag a method off of an applicaiton module to Action "B". It should not work.

Similar Messages

  • How can i get the address with drag and drop from address book into pages?

    I want to creat a letter withe the new pages. Normaly it was possible to put the adress from the adressbook with drag and drop into the letter. So it was possible to create one letter with many different adresses. But now I didn't find this function any more. How to do ist now?
    Withe best regards and I'm sorry for may bad english
    Klaus

    Sounds like you "upgraded" to Pages 5.
    Apple has removed over 90 features from Pages 5.
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Pages '09 should still be in your Applications/iWork folder.
    Archive/trash Pages 5, after Exporting your files to Pages '09, and rate/review it in the App Store, then get back to work.
    Peter

  • Drag and drop images from document in pages 5.5

    Hey guys,
    So prior to updating my OS to Yosemite and my pages application to 5.5, i used to be able to select an image, hit the format button to the top right -> image tab and see the image file, then i could just drag and drop that file to my desktop (or wherever). Now i don't have that option? To get around this i've been renaming my file to a .zip and extracting it, but this is just a pain in the butt! Am i missing something, can i still do this and i just can't find it?
    Thanks!

    To be more precise, you can setup a JComponent or JPanel on top of your JavaFX nodes that has a TransferHandler that can convert the (AWT/Swing) images dragged to the app to JavaFX image and then insert it into the underlying node.
    As for the file chooser itselft: ListView and the JavaFX composer can allow you to create one quite easily. TreeView can aslso be used to a lesser extend (still a big buggy). For both of these, there are small bugs in the Cell API that may (or may not) prevent from displaying a proper thumbnail in the cells.
    You can also use a regular JFileChooser if you do not mind the dialog box having a different LnF from the rest of your application.

  • Drag and drop still frames

    I want to export a number of still frames from a movie for insertion into a report made using Pages
    At present I use imovie 6 HD and I can command F to save the frame to a folder of choice and later command drag and drop to insert the saved still frame within the confines of a table cell. I can also use quicktime 7 pro and command E to export as a picture
    I got to thinking why can't I just drag and drop the frame I am viewing straight from the open quicktime window into the table cell in Pages. I just want the still frame not the whole movie.
    Any work arounds?
    Thanks in anticipation

    Actually it is not such a bad idea as I email a pdf version to my customers anyway. Using PDF shrink I got a 66 meg pages file with 6 'stills' down to 106kb. It initially went down to 1meg just using export from Pages
    The trouble is that the large size of the pages document makes it a bit slow to respond if lots of 'stills' are taken from a large movie file.
    Shame there is not a keyboard combination to do what I wanted in the first place using drag n drop
    I shouldn't complain though. I understand that the current imovie still can't export still frames at all.
    Thanks again for your interest

  • 4.0 EA3 -- SQL Server Drag and drop still not working

    My clients love SQLD D because they can access SQL Server and Access as well as Oracle of course.
    Drag and Drop of tables  from the table view have not worked in a while.
    appear to only see things in the Master Database. Even if you retrieve the list of databases and set you still en up only in the MASTER.
    You then have to fully qualify to retrieve a table.

    What exactly is your question here?

  • Drag and drop a image from html page into flex

    how can i drag a image form the html page and drop it into
    the flex application.

    Hi,
    There's no direct support for this. But you could implement
    drag and drop the way you normally would in javascript. Except
    here, on mouseUp over a div encapsulating the object or embed tag
    (the flash object), you'll need to make a call into actionscript
    from javascript indicating that a drag and drop happened.
    For more info, see
    how
    to drag and drop using javascript and
    actionscript
    and javascript communication

  • How do I drag and drop an action onto a task flow?

    In How to pass View Object bind variable from ADF page John states that
    You should also consider dragging-and-dropping the executeWithParams operation on your task flow and wiring it to occur before your page instead of putting it in the page definition of the page itself - this way it is more clear what is happening, and is the recommended approach for 11g apps. When you drag-and-drop the operation, you can use the dialog to bind the parameter to your page-flow-scoped variable by supplying the proper EL there.
    How can I drag and drop the executeWithParams method onto a task flow. I am using 11.1.1.5.0 on LINUX?
    I'm presuming I a need a method action in my page flow.
    I have the following action defined in my page def file:
    <action IterBinding="localizedCustomerHierarchyViewIterator"
    id="executeQueryWithParamsForLocalizedCustomerHierarchyView"
    InstanceName="BusinessRulesAMDataControl.LocalizedCustomerHierarchyView"
    DataControl="BusinessRulesAMDataControl" RequiresUpdateModel="true"
    Action="executeWithParams">
    <NamedData NDName="RootEntityId"
    NDValue="#{pageFlowScope.recommendationRule.customerEntityId"
    NDType="java.lang.Long" NDOption="3"/>
    <NamedData NDName="Language"
    NDValue="#{pageFlowScope.recommendationRule.language}"
    NDType="java.lang.String" NDOption="3"/>
    </action>

    In summary, it appears you need the following artifacts in order to initialize a view object from parameters before rendering a .jsff view that relies on that view
    1) a method-call in task flow.xml file:
    <method-call id="executeWithParamsLocalizedCustomerHierarchyView">
    <method id="__5">#{bindings.executeWithParamsLocalizedCustomerHierarchyView.execute}</method>
    <outcome id="__12">
    <fixed-outcome id="__9">initializedLocalizedCustomerHierarchy</fixed-outcome>
    </outcome>
    </method-call>
    2) a control flow rule in the task flow .xml file whose source is (1) and whose destination is the view for which you want to intiialize a view object that supports an iterator that is bound to a list, tree, etc.
    3) an entry for the execute action in the databindings.cpx file
    <page path="/WEB-INF/[email protected]calizedCustomerHierarchyView"
    usageId="oracle_apps_br_view_RecommendationRulePFPageDef"/>
    4) the page def must be defined in the databindings.cpx file
    5) the page def needs to define action and iterator and list (or otherwise) that is used in UI.
    <iterator id="localizedCustomerHierarchyViewIterator"
    Binds="LocalizedCustomerHierarchyView"
    DataControl="BusinessRulesAMDataControl" RangeSize="25" Refresh="never">
    <sortCriteria>
    <sort attribute="Level" ascending="true"/>
    </sortCriteria>
    </iterator>
    <action IterBinding="localizedCustomerHierarchyViewIterator"
    id="executeWithParamsLocalizedCustomerHierarchyView"
    InstanceName="BusinessRulesAMDataControl.LocalizedCustomerHierarchyView"
    DataControl="BusinessRulesAMDataControl" RequiresUpdateModel="true"
    Action="executeWithParams">
    <NamedData NDName="RootEntityId"
    NDValue="#{pageFlowScope.recommendationRule.customerEntityId}"
    NDType="java.lang.Long"/>
    <NamedData NDName="Language"
    NDValue="#{pageFlowScope.recommendationRule.language}"
    NDType="java.lang.String"/>
    </action>
    <list ListOperMode="navigation"
    IterBinding="localizedCustomerHierarchyViewIterator"
    id="customerLocalizedEntityHierarchyList">
    <AttrNames>
    <Item Value="EntityName"/>
    </AttrNames>
    </list>
    6) a backing bean that provides the functions to initialize the parameters for execution
    The easiest way to get most of this is to drag the ExecuteWithParams from within the view in the datacontrols panel right onto the task flow diagram. The downside is that you are left with some pretty poorly named artifacts...
    Did I miss anything?
    -Klaus
    Edited by: klaus gross on Sep 29, 2011 1:00 PM

  • Error when dragging and dropping still image into imovie

    I am trying to place some still images into iMovie but when doing so I get the following error message :
    "Import Problem
    The still image file "file name" couldn't be copied as a JPEG image. The clip has been imported, but you won't be able to apply Ken Burns effects to it."
    I really want to be able to apply the ken Burns effect. Can someone help with a fix to get around this problem.
    thanks

    Hi
    Is Your photos .jpeg photos ?
    I would download/buy GraphicConverter™ and convert the photos to .pic and
    then use them.
    Google: GraphicConverter
    Yours Bengt W

  • Cannot drag and drop library items to master page

    I'm using Windows 8 and just downloaded Muse. In following along the tutorial (https://helpx.adobe.com/use/how-to/create-website.html) the instructor has us download some graphics. One is a library item, which opens fine in the panel, but I cannot complete the action the instructor does, which is to grab the color swatches from the library panel and place them on the main template. Any ideas?
    TIA
    Liz

    I called Adobe support and it turns out that my desktop computer is 32 bit. When I tried it later on my newer laptap which is 64 bit, I can follow along on with the video without any problem. The 'updated' version on my desktop is a slighter different version than the one for my laptop. Don't know if that helps anyone else.

  • Cannot load ipage drag and drop site builder page

    The only thing that loads is the header. ipage help thought it was a problem with adobe flash player. Plugins manager indicated I had Shockwave player, no Adobe Flash listed. Tried downloading Adobe Flash, appeared to download and install, but did not show up in plug in manager, even after rebooting. Uninstalled Shockwave, rebooted and downloaded Adobe Flash. Shockwave player showed up again in plug in manager, not Adobe Flash. Not sure if they are now one and the same. Checked permissions for the page and allowed everything, still no help. Tried clearing the cache and cookies, no change. The page is fully functional in Explorer. Could use some help, please. Running version 9.01. Thanks

    Do you mean that you want to be able to drag and drop between sections within the page, drag and drop within the same section, or drag and drop across to a different page?

  • Drag and drop to re-arrange pages

    how do I re-arrange page numbers?
    I have tried to drag and drop from the left pane (page thumnails), but when I do this it grabs a group of pages and tries to move the whole group.(3 to 4 pages at a time)
    I do not have the option of unchecking "Ungroup" under the Arrange tab.
    Using an OLD Version 2.0.2
    Sorry if this a duplicate question, but it did not come up in the search field.
    Thanks for any help in advance.

    @Jerrold Thanks for the feed back, this did seem to work for me, but sometimes creating a section break, also creates a new blank page in between sections, so then I had to delete that page.
    I agree with jamills, it seemed like the old version worked fine, from what I remember, although I dont use Pages very often and it has been a while since I have created a document that was more than a few pages and had to re-order them. so I could be wrong on that also.
    Thanks Again for the feedback,

  • Drag and drop in Page Builder

    Hi,
    Is there any way to enable drag & drop between ContentItem components in the Page Builder interface without having to do custom Flex programming? We would like to allow the user to switch a cartridge position in a page template without having to re-select the cartridge and enter content in again.

    Do you mean that you want to be able to drag and drop between sections within the page, drag and drop within the same section, or drag and drop across to a different page?

  • Drag and Drop only partly functions in OSX Yosemite

    I recently updated my Macbook Pro to OSX Yosemite and noticed a few weeks after the update, that Drag and Drop stopped working properly roughly 30mins after starting the MB. Drag and Drop still works in the Finder for dragging files, or ein Chrome for dragging a tab into a diferent window. But dragging files and programs into the Dock is impossible. the problem occurs in other programs such as MS Office, for changing the order of pages in a presentation, or in Itunes for dragging Albums into Playlists for example. Restarting helps, but only for the first moments after the start. I found in a different Discussion that deleting a Cache file from the Library (/Users/USERNAME/Library/Preferences/com.apple.finder.plist) didnt help (Link to the Discussion: Cannot drag and drop files in Finder on Yosemite 10.10
    Thanks for your time in advance and i hope someone finds a solution as I dont want to reinstall the whole OSX

    Backgorund:
    Drag-drop suddenly stops working.
    Temporary solutions:
    4-5 reboots
    Removing com.apple.finder.plist file
    Have not tried:
    Reinstall Yosemite
    What I found out:
    For me, I found out that it's not only about drag/drop - it's about the clipboard. As far as copy/paste went, "nothing" work anymore. Not drag and drop, not cmd+c, not Edit > Copy. I started experience the issue just yesterday I think - it came out of the blue.
    However, a week ago I created an Automator scripts that review folder X for extension Y and then moves the file of said extension into a separate folder. Essentially, it's a cut and paste job that Automator does all the time.
    Soluton:
    Removed the Automator workflow i created from /users/username/library/workflows. Rebooted computer. Drag/drop and copy/paste has been working for over an hour.

  • Can't drag and drop files in iTunes 7.6

    I've suddenly lost the ability to drag and drop files in iTunes, so I can't change the order of items within a playlist, move tracks from one playlist to another, or move a selection of tracks to an external drive. When I click & hold on a track, nothing happens at all; if you try to drag the file it doesn't move then bounce back - just no reaction at all. One day it worked fine, next time I launched iTunes the problem appeared. I'd had 7.6 up and running for about a month without this problem, and had no other software downloads or updates immediately before the problem appeared. I'd not changed any iTunes preferences either.
    I've checked that lefthand column in the playlist is selected, & that shuffle is turned off, & I'm not trying to move things into a smart list. I've tried trashing the com.apple plist, and repairing disk permissions. My iTunes library lives on an external hard drive, but this hasn't been an issue before. Drag and drop still works fine in other apps, so I don't suppose it's a mouse or Finder issue.
    I see a few other people have posted about this, but I haven't seen any solutions yet that worked for me. Am I missing something blindingly obvious? If anyone's got any ideas on this one I'd be eternally grateful - the ability to move things around easily was one of the main attractions of iTunes for me.

    Thanks David - that wasn't it, but I have managed to find a fix after trawling through various forums - I logged out then logged back in. Simple as that! Sadly I'm still none the wiser as to what caused the problem in the first place, so don't know if or when it'll reoccur. I also found it was affecting iPhoto after I first posted, so not an iTunes specific problem obviously. Thanks to all those who posted fixes in various forums, though some looked a little too scary for me to try out...

  • Drag and Drop in JSP

    Hi all,
    I want to add drag and drop facilities in my JSP pages such as i have two frames in a page and i want to drag a text or ms word file to the other frame. How can i do that.
    Also, i have 5 different versions of of an MS word document in database. I want to use '+' or '-' sign to show all the versions of the document. For example, when a person first visit the page it will show the latest version of the document with a '+' sign on the left of the document so if i click that it will expand like it does in windows so i can see other versions. I know it is critical but can anyone please have any idea.
    Thanks very much

    Is this a search engine for lazy people ?
    Drag and Drop with MSIE 5
    Drag and Drop Sample
    JavaScript TreeView
    andi

Maybe you are looking for