Core Components
This page details bugs and other known issues with Adobe AEM Form's Core Components. Core Components are built with Adobe’s HTL (HTML Template Language). HTL is a server-side template system that separates the presentation from the business logic. Foundation Components are built in JSP (Java Server Pages).
The presentation in Core Components is defined in standard HTML5 with expressions and data attributes to add dynamic behavior. Expressions are enclosed in ${} and data attributes are prefixed with data-sly. Functionality is provided by JavaScript helper files. This model is much more organized, accessible, and extensible as compared to the JSP used in Foundation Components.
