Making startup page

About this task
In BTTWeb2InternetBankSample, create a JSP main page called defaultTestPage.jsp in WebContent/btt/html as the main page.

In order to develop BTT Web2.0 On-Demand Workplace based on BTT HTML Web channel, you must make some changes in the SignInOperation.java in BTTWeb2InternetBankBusiness.

The main page should contain the three ids for Tab-Content item that is the container of Column and Row element, Tab-Index item, and the container for Service Repository.

the dom element Id in the startup page
Table 1. HTML element and corresponding UI element
HTML Dom element ID UI Element
CONTAINERID Tab-Content item for Tab
TABID Tab-Index item for Tab
NAVID Service Repository

Develop the main page style. There is the default main page that is pre-designed as shown in the above image. Include the JS files in BTTWeb2.0 JS library in the head of the main page, that is defaultTestPage.jsp in BTTWeb2InternetBankSample.

As there are many JSP files to be included, you can put all of the JS files in resource.jsp. Pay attention to the order of the files. You can place them according to their importance.

the head of defaultTestPage.jsp