Page | Description | Used in junit tests |
---|---|---|
test.jsp | To test if container works. | yes |
testBOOKSList.jsp | To test if we see a list of all (9) books. Including null fields and special chars. | yes |
testBOOKSListAutoUpdate.jsp | To test if auto update only changes the changed values | |
testBOOKSSingle.jsp | To test navigation of all (9) books. Including null fields and special chars. One record per page | yes |
testBOOKSSingle2.jsp | To test navigation of all (9) books. Including null fields and special chars. Two records per page | yes |
testBOOKSSingleAutoUpdate.jsp | To test if auto update refresh the values | |
testBOOKSListXML.jsp |
tests books list with xml data. | yes |
testBOOKSSingleXML.jsp | To test navigation of books with xml data. | yes |
testBOOKSSingleXML2.jsp | To test navigation of books with xml data. | yes |
testBooksWithInterceptor.jsp | test to edit/insert record into table books using interceptors. | |
testDateAsPrimaryKey.jsp | test to edit/insert record into a table with a date field as primary key | |
testKEYS.jsp | to test navigation with a table wich has multiple key fields | |
testMenu.jsp testMenuPage1.jsp testMenuPage2.jsp |
test 2 navNew buttons on one page. Results in navigation to the same page | yes |
testNavNewQuery.jsp testNavNewQueryEdit.jsp |
Shows list of all BOOKS (9). Used to test if navNew works. Result should show a new record displayed with testNavNewEdit.jsp In this test page you can see how to call another edit page from the current page with current link value and an link url. e.g. list of books with given AUTHOR_ID. Show name of author with dataLabel tag and call edit page with linkurl tag. | |
testNavNewTable.jsp testNavNewTableEdit.jsp |
Shows list of all BOOKS (9). Used to test if navNew works. Result should show a new record displayed with testNavNewEdit.jsp | |
testPosition.jsp testPositionAuthorEdit.jsp testPositionAuthorViewEdit.jsp |
tests <db:position> tag with table/query | |
testPositionSingleRow.jsp testPositionAuthorEdit.jsp testPositionAuthorViewEdit.jsp |
tests <db:position> tag with table/query and only a single row as result | |
testPositionXML.jsp testPositionAuthorEditView.jsp |
tests <db:position> tag coming from xml table. | |
testPositionClassic.jsp testPositionAuthorEditClassic.jsp |
tests <db:gotoButton> tag with classic navigation | |
testUseTagsWithEmptyTable.jsp | tests <db:select>, <db:radio> inside a <db:dbform> without a table given in the dbform tag | |
testAuthorBooksSubForm.jsp | tests navigation in a subform | yes |
testAuthorBooksSubFormWithJavaScriptFieldsArry.jsp | to test generating of javascript fieldsarray | yes |
testAuthorBooksSubFormSingle.jsp | tests navigation in a subform with a single record in sub. | |
testAuthorBooksSubFormWithFilter.jsp | tests navigation in a subform with SQL filter tag. | yes |
testAuthorBooksSubFormWithContextVar.jsp | tests the new context var to with calculation the tablename at runtime! | no |
testBOOKSListDynaBug.jsp | to test if currentRow_table, rsv_table and dbforms.getCurrentRow() gives the same results. | yes |
testUnboundField.jsp | tests value of a field wich is not bounded to an database field | yes |
testDISKBLOBS.jsp | to tests upload with diskblobs | |
testBLOBINTERCEPTOR.jsp | to tests upload with blobinterceptor | |
testSEARCH.jsp testSEARCHRESULT.jsp | To test searching in one from and getting the results in another page. This should test the followUp attribute of db:dbforms! | yes |
testIsWebEvent.jsp | tests IsWebEvent tag | yes |
testGetDBConnection.jsp | tests getConnection tag | yes |
testEncoding.jsp, testEncodingWithDbForms.jsp | small page to test encoding. Not dbforms dependend! | |
testApplicationResources.jsp | Testing of getting resource strings as with captionResource | yes |
testCustomFormatter.jsp | Testing of custom formatting | yes |
testExports.jsp | Tests exporting to jasper, excel, csv | yes |
testSearchAndCalcFields.jsp | Testing of search and calc fields | yes |
testAuthorEditWithValidation.jsp | Testing of validation |