Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

LINKED FILES IN WEB PROJECT ARE NOT DEPLOYED!

710623Jan 27 2010 — edited Feb 26 2010
In this new release of OEPE, working with linked file to filesystem, if I put those files in a Web Project, I CAN'T SEE THEM ON THE DEPLOYED APPLICATION ON WEBLOGIC 9.2.
For example: under the WEbContent I put an index.html (real file) and a index2.html (linked to a file on my desktop).
I can only see the index.html! under http://localhost:7001/<myContext-root>/index2.html I received a 404!

I supposed this version will be worked with linked files!

Comments

jsmith
Research eventFilters in combination with event.consume():
http://docs.oracle.com/javafx/2.0/api/javafx/scene/Node.html#addEventFilter%28javafx.event.EventType,%20javafx.event.EventHandler%29

Other ways to accomplish this may be via a custom selectionModel:
http://docs.oracle.com/javafx/2.0/api/javafx/scene/control/SelectionModel.html
http://docs.oracle.com/javafx/2.0/api/javafx/scene/control/TreeView.html#setSelectionModel%28javafx.scene.control.MultipleSelectionModel%29

Or by adding a ChangeListener to the selectedItems property of a the default TreeView selectionModel and setting the items to not be selected if it is the at the first "depth".
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 26 2010
Added on Jan 27 2010
8 comments
3,241 views