Natural Web Interface Error Messages

This section lists error messages you may receive when you are working with the Natural Web Interface. A description of each error and a solution is provided.


Error Messages

Error Number Error Message Description Action
NWW9002 No elements defined. The number of array values is set to 0. Correct the program.
NWW9003 Can only be used inside a FORM tag. This tag can only be used inside a FORM tag. Initialize a FORM with H3-OPEN-FORM.
NWW9004 A FORM tag without ACTION is not allowed. For each FORM, an ACTION has to be specified. Correct the program.
NWW9005 LI tag outside a list not allowed. LI has to be placed inside a list. Initialize a FORM with H3-OPEN-LIST.
NWW9006 List nested too deep: ... Only 10 level are supported for lists. Decrease your level.
NWW9007 Radio Button Group has no name. To generate a Radio Button Group, a name is needed. Add a name.
NWW9008 Element ... has no name. Each element of a Checkbox Group needs a name. Add name.
NWW9009 Textarea has no name. To generate a Textarea, a name is needed. Add name.