!--a11y-->
Defining Simple Type Data Types in the
Java Dictionary 
In the Java Dictionary of your Web Dynpro sample package, define the two data types Name and Birthday:
|
Simple Type Name |
|
|
Property |
Value |
|
Name |
Name |
|
Package |
com.sap.tc.webdynpro.tutorial.errorbehavior.datatypes |
|
Built-In Type |
string |
|
Simple Type Representation – Text Objects – Field Label |
Name |
|
Simple Type Birthday |
|
|
Property |
Value |
|
Name |
Birthday |
|
Package |
com.sap.tc.webdynpro.tutorial.errorbehavior.datatypes |
|
Built-In Type |
date |
|
Simple Type Representation – Text Objects – Field Label |
Birthday |

For more information on the definition of a static data type Simple Type in the Java Dictionary, refer to the section Including a Simple Input Help.
Continue developing the application example,
structuring the layouts of the two
views Form and EMailEditorz, and declaring the various
controller segments such as Contexts and Actions.
