Response documents on the web

I am currently developing an application that is to be executed on the web.

The application contains two main documents:

  1. Application - contains details of the applications we have developed

  2. Bug report - contains details of any bugs that are reported about an application

I have successfully implemented this with the Application being of type DOCUMENT and the Bug_Report being of type RESPONSE.

When run through the client the Bug_Report successfully inherits the name of the application (as intended) from the application document.

However, when it is run over the web the response document does not load, and the HTML page not found message is displayed on screen.

I have a view that displays all the applications and there is a button on the action bar that when pressed creates a bug_log (response document) that inherits the application name of the selected application in the view.

The call is made by using the following command when the button is pressed:

@Command([Compose]; “BL”)

where BL is an alias for Bug_Log.

I’d appreciate any help that you may have in getting this appplication to work correctly over the web.

Thanks in advance for your help

David Ferguson

Subject: Response documents on the web

On the web, the response document must be created by a button on the form of the parent document while the parent document is open. I don’t think it can be done in a view.