8.3. JavaEE Development Common¶
8.3.2. JSP editor, mandatory property check validation for a tag provided by intra-mart is not displayed.¶
Validation related to the missing mandatory property is not displayed for intra-mart original tag that is set by JSP editor.If you implement the intra-mart original tag, please make sure that there is no missing mandatory property of tag by checking API list.
8.3.3. JSP editor does not display validation as to whether the tag property exists or not.¶
Validation is not displayed by inputting non-existence property value by JSP editor.Please check whether it is an existence property or not by API list for the property that can be set to each tag.
8.3.4. Validation may be displayed for the tag that has no structure problem.¶
Combination of <form><table> is warned by the validation, but there is no problem byexecuting this tag combination.<form> <table> -- omitted -- </table> </form>
8.3.5. Only the UTF-8 code should be used for encode of source file.¶
Only the UTF-8 code should be used for file encoding during development.