intra-mart e Builder for Accel Platform 2014 Summer / Release Note

Initial Version 2014-08-01

«  8.2. Script Development   ::   Contents   ::   8.4. Business Skeleton Function  »

8.3. JavaEE Development Common

8.3.1. Display setting of common menu between HTML and JSP is synchronized in pallet display menu.

  • If you select non-display on pallet menu for HTML editor in pallet customization, non-display of pallet menu is also reflected at JSP
    side.

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 by
    executing 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.

«  8.2. Script Development   ::   Contents   ::   8.4. Business Skeleton Function  »