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

B_Stockwell
B_Stockwell
Offline
  • We recently updated to 6.4 and I'm working on making our systems forward compatible. For the most part I've been successful, but it seems that the query builder can not handle large, complicated queries such as the one below, typical of a search in our news system.I've found that I can run this and ...

    Type

    Discussions

    Views

    11.3K

    Likes

    0

    Replies

    8
  • Our news system uses the normal page creation wizard, but removes the "name" field and adds an hidden input containing an numeric ID that is autogenerated--some random ID that is within the next 100 numbers of the last page. The randomness generally prevents collisions, which might occur if 2 users ...

    Type

    Discussions

    Views

    659

    Likes

    0

    Replies

    0
  • l followed the instructions in the documentation on how to add new columns to the list view for consoles in AEM, but have run up against a few issues. First of all, I'm not sure if it's the installation or what, but the repo linked from that section doesn't seem to be compatible with AEM 6.2--though...

    Type

    Discussions

    Views

    4.1K

    Likes

    0

    Replies

    6
  • When using the querybuilder, what's the difference if any, between injecting he querybuilder services, versus adapting from a resource resolver?Since you must call createQuery() with a Session, I think the result will likely be the same for both of these cases. Is there any particular version that c...

    Type

    Discussions

    Views

    1.2K

    Likes

    0

    Replies

    3
  • In AEM 6.2, I've overlaid the standard sightly image component (/libs/wcm/foundation/components/image/ -> /apps/wcm/foundation/components/image/ (for testing I acutaly overlaid te entire components folder) and I'm attempting to force images that are uploaded into the dam instead under the image comp...

    Type

    Discussions

    Views

    595

    Likes

    0

    Replies

    1
  • I'm testing a servlet I use to wait for get requests to the createpagewizard.html at a given path that redirects the requests to another directory (it's a news system, so I want new articles to always go in the appropriate year/month path). It works for the specified paths, but on paths higher int h...

    Type

    Discussions

    Views

    8.2K

    Likes

    0

    Replies

    13
  • I'm experiencing some coder's block while trying to plan and develop a system around access controls for our users for a specific project/subsite in our website.We have 3 groups:newsauthors -- can write stories, but not publishnewsapprovers -- can potentially publish/unpublish stories, may be assign...

    Type

    Discussions

    Views

    389

    Likes

    0

    Replies

    1
  • I have an activation workflow with an or split that on the "don't activate" uses the participant chooser to let the initiator know (in their inbox) that their approver didn't activate the page. The user gets a message that "The story was not approved" in their inbox, but this is treated like an acti...

    Type

    Discussions

    Views

    264

    Likes

    0

    Replies

    0
  • I have a solution that needs to use user profile images, but I can't seem to get the resource to adapt to a java.io.file.Heres the relevant section of my code:String headshotURL = user.getPath() + "/profile/photos/primary/image"; if(rr.getResource(headshotURL).adaptTo(File.class) != null) headshot =...

    Type

    Discussions

    Views

    1.4K

    Likes

    0

    Replies

    6
  • I have an element where I'm applying the style "height: 75vh" but there's an issue when using the touch interface--it seems that the viewport height is calculated from the entire page (possibly becasue of the use of the iframe?) and so instead of my element being about 1000px tall on my screen, it's...

    Type

    Discussions

    Views

    399

    Likes

    0

    Replies

    1
Top badges earned by B_Stockwell
Customize the badges you want to showcase on your profile