You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[6.4.3 ] AEM Version, including Service Packs, Cumulative Fix Packs, etc: _______
[4.0.0 ] ACS AEM Commons Version: _____
[Yes ] Reproducible on Latest? yes/no
Expected Behavior
FormField should support sling @named to provide namespace as the property name "xyz:myField".
Actual Behavior
We should be an option to provide a different property name with a namespace "xyz:myField". And FormField should support @named sling annotation.
Example:
Required Information
Expected Behavior
FormField should support sling
@named
to provide namespace as the property name "xyz:myField".Actual Behavior
We should be an option to provide a different property name with a namespace "xyz:myField". And FormField should support
@named
sling annotation.Example:
Note: Right now it just takes the name of the variable as the name of the jcr properties.
The text was updated successfully, but these errors were encountered: