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!

adf mobile web service url change

674576Nov 13 2013 — edited Nov 13 2013

Hi,

I created a mobile app with a with a webservice and it works well.

Now the webservice url has changed.

How do I change this URL in the adf mobile please?

Thanks

This post has been answered by Shay Shmeltzer-Oracle on Nov 13 2013
Jump to Answer

Comments

eudriscabrera-JavaNet

Hi, The error says it, No controller specified.

Caused by: javafx.fxml.LoadException: No controller specified.

Add the controller declaration to AnchorPane declaration as shown :

fx:controller="calculadorafx.cenaCalculadoraFXController"

Also, Take a look in this solution https://stackoverflow.com/questions/30267459/javafx-error-exception-in-application-start-method-no-controller-specified

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

Post Details

Locked on Dec 11 2013
Added on Nov 13 2013
1 comment
195 views