8.3. JavaEE Development Common¶
8.3.2. In 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-existing property value by JSP editor.Please check if it is an existing property in the API list and so on 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> -- 中略 -- </table> </form>
8.3.5. Only the UTF-8 code should be used for the source file encoding.¶
Only the UTF-8 code should be used for file encoding during development.
8.3.6. (As of 8.0.9) Statement with the syntax adopted from Java8 would cause an error.¶
Because eclipse Ver.3.7.2, which is used by e Builder Ver.8.0.9, does not have Java8 compilation capability,syntax such as the lamda expression adopted from Java8 would cause a syntax error when stated.