Skip to Main Content

DevOps, CI/CD and Automation

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!

An unauthorized Request error when trying to download VM

2627088May 10 2016 — edited May 16 2016

I have been trying for several days to download the virtualbox image of "Database app Development VM". I accept the terms and conditions and select the download. After which I log in as requested and after what seems like five minutes of nothing, I get the Oracle "An unauthorized request" page displays. I am trying to download this vm for a workshop on GoldenGate. Any help?

Thanks,

Sean

Comments

843842
Does (or will ) JSF support drag and drop facilities.
To get the answer to what you're really asking here, you will need to be more specific by what you mean. Here are some potential "what you mean" assumptions, and the answers.

* Will there be development tools supporting drag and drop
of components onto a design palette? Yes -- among others,
Sun Java Studio Creator (formerly known as "Project Rave")
behaves in exactly this way.

* Do any of the standard components that ship with JavaServer
Faces use DHTML for client side drag and drop behavior?
No ... the focus for 1.0 was getting the basic APIs right, and
providing a minimal set of components that are guaranteed to
be portable. That portable set can be increased in later versions.

* Can one create JavaServer Faces components that use DHTML
for client side drag and drop behavior? Yes ... a renderer can
create anything it wants, including the appropriate DHTML and
JavaScript code to enable this feature.

Craig McClanahan
843842
Hi
* Can one create JavaServer Faces components that use DHTML
for client side drag and drop behavior? Yes ... a renderer can
create anything it wants, including the appropriate DHTML and
JavaScript code to enable this feature.
We need to create a web application with some drag&Drop support.

we try prototyping a Struts, openRico and some javascript code.
But the code is very very bad !

We need to add dragable ( and droppable ) action to some components.

Do you have some solution with jsf

Thanks
Christophe
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 13 2016
Added on May 10 2016
1 comment
2,056 views