Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

leeasling
leeasling
Offline

Badges

Badges
27

Accepted Solutions

Accepted Solutions
75

Likes Received

Likes Received
79

Posts

Posts
292

Discussions

Discussions
49

Questions

Questions
243

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by leeasling
Customize the badges you want to showcase on your profile
Re: Best approach to show up pages at different levels in component : AEM 6.2 - Adobe Experience Manager 19-02-2017
I may be misunderstanding the requirements, but it would seem you could simply use the OOTB path field and set the root path to the content structure.If you need to allow them to select multiple then you can put that field inside of a multifield.

Views

997

Likes

0

Replies

0
Re: Is it possible to defer or async JS in ClientLibs (AEM 6.1, using JSP)? - Adobe Experience Manager 17-02-2017
I don't believe Adobe is putting any attention on improving support for JSP beyond what's already in place. Sightly is the new standard so it may be worth implementing the component you need this functionality in with Sightly rather than JSP.

Views

4.6K

Like

1

Replies

0
Re: Loading Sightly templates outside of /apps - Adobe Experience Manager 15-02-2017
Well the difference there is that they're developers and should know what they're doing. Any code changes by a developer should probably also go through a QA process. Giving an author, whom we have to assume knows nothing about coding/html control over code that gets compiled, in any environment, but especially in Production seems like a really bad idea. A missing single quote, accidentally deleting a curly bracket or even just misspelling something like "context" would bring the site down insta...

Views

1.3K

Likes

0

Replies

0
Re: Loading Sightly templates outside of /apps - Adobe Experience Manager 15-02-2017
I have to ask, why on earth would you want to give authors access to something that could potentially take down their site? Seems like a really bad idea.

Views

1.3K

Like

1

Replies

0
Re: AEM 6.1 SP1 | Bundles uploaded via package manager not installed in OSGI - Adobe Experience Manager 13-02-2017
We had this issue and DayCare informed us to stop the Region Digraph org.eclipse.equinox.region bundle.

Views

1.9K

Likes

0

Replies

0
Re: Check Touch UI Mode in Sightly HTML[AEM 6.2] - Adobe Experience Manager 08-02-2017
I don't disagree, but at least there's a relatively easy work around.

Views

4.3K

Likes

0

Replies

0
Re: Border-radius CSS Property not working only in Internet explorer 8 - Adobe Experience Manager 14-12-2016
Wow, people still use IE8? That's insane. But yeah, Scott is right, it's not an AEM issue.

Views

3.3K

Likes

0

Replies

0
Re: String[] type for Multivalued Properties - AEM - Adobe Experience Manager 08-12-2016
Try adding this to the dialog as a new field:

Views

8.2K

Like

1

Replies

11
Re: String[] type for Multivalued Properties - AEM - Adobe Experience Manager 08-12-2016
Delete the property that is currently just a "String" and then try again (this my answer was for classic UI). For Touch UI, use this:

Views

11.0K

Like

1

Replies

13
Re: String[] type for Multivalued Properties - AEM - Adobe Experience Manager 08-12-2016
You need to set the typeHint in the dialogtypeHint="String"This will save the value as a String[] regardless of 1 or multiple values.

Views

11.0K

Like

1

Replies

15