Showing posts with label UIX. Show all posts
Showing posts with label UIX. Show all posts

Sunday, May 22, 2005

Open new window in UIX

Had a question on how to open new window in UIX using javascript. Then got the following link which explains clearly how the javascript support is provided in UIX.
Look out the LovXXXX components demo in uix.
See <script> demo of component guide. This should help you clearly understand the functionalities.
See documentation of above UIX components

Like providing handlers to HTML elements, you can attach event handlers to UIX components too. You can attach event handlers on onClick, onMouseOver,... on UIX components just as you would do in HTML.

Thursday, May 19, 2005

JBO-30003

Getting this error:
oracle.jbo.common.ampool.ApplicationPoolException: JBO-30003: The application pool (model.AppModuleLocal) failed to checkout an application module due to the following exception:
Solution:
- May be the database is down. Bring it up.

Tuesday, May 17, 2005

Master-Detail design using ADF in uix page

In case the view layer is using UIX page, this requirement can even be simplified by dragging the child view object in view link with the option of Master to Detail(many to many). This will automatically take care of synchronization between master and details during navigation.