Example Application Is Badly Broken

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Example Application Is Badly Broken

Adrian Crum-3
In the good old days, the Example application was used to demonstrate
OFBiz development best practices. Today, it is an example of all of the
wrong ways to do things.

Go to https://localhost:8443/example/control/main

Click the New Example button. In the popup window, click Create. You are
taken to the Find Example screen and it contains an error message.

Look at the current URL. Try navigating to it:
https://localhost:8443/example/control/createExample The Find Example
screen is displayed with an error message.

Click your browser's Back button. The popup dialog appears again.

In summary: There is no way to correct an invalid entry.

Who thought this was a good idea??!!

-Adrian