Expand my Community achievements bar.

B_Stockwell
B_Stockwell
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • That's unfortunately not going to achieve what I want:"Still, I want to retain the ability to create pages at the /content/uc/news (or /cotnent/uc for that matter) level like normal. In these cases, the servlet appears to be triggering where it's not supposed to."The servlet should only trigger on t...

    Type

    Discussions

    Views

    7.2K

    Likes

    0

    Replies

    7
  • (edit: not sure why half of this is green)Again, sorry for not being clear in my inital post. Let me try to explain it a different wayAll I want my servlet to do is capture get requests to/libs/wcm/core/content/sites/createpagewizard.html/content/uc/news/articles/libs/wcm/core/content/sites/createpa...

    Type

    Discussions

    Views

    7.2K

    Likes

    0

    Replies

    9
  • Sorry, perhaps I wasn't being clear.I only want the srevet to run on those 2 paths, everything else should fall back to whatever other servlet was running on the default for the page creation wizard.I make plenty of there Get requests (inclusing creating pages under /content/geometrix...) for exampl...

    Type

    Discussions

    Views

    7.2K

    Likes

    0

    Replies

    11
  • 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

    9.7K

    Likes

    0

    Replies

    13
  • Try declaring the version to be imported in the reactor pom in the <Import-Package> section: <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> <configuration> <instructions> <Bundle-Activator>org.uc.news.core.Activator</Bundle-Act...

    Type

    Questions

    Views

    892

    Like

    1

    Replies

    0
  • 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

    531

    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

    406

    Likes

    0

    Replies

    1
  • In the pom.xml file for the parent module, you can define any number of reactor modules. Out of the box, you'll see something like this:<modules> <module>core</module> <module>ui.apps</module> <module>ui.content</module> </modules>You can add additional modules to your project, and set them up there...

    Type

    Questions

    Views

    596

    Likes

    0

    Replies

    0
  • Here's whats rendered for example:<div class="media authorinfo"> <div class="media-left"> <a href="http://localhost:4503/content/uc/news/authors.html?id=emily.andrews@mailinator.com"> true <img class="media-object img-circle" alt="Headshot of Emily Andrews"/> </a> </div> <div class="media-body"> <h4...

    Type

    Discussions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • I'm writing the filepath out to sightly--headshot is a datamember for a sling model called Author, which is essentially a user with a number of unique properties on the profile node.The headshot is used in a couple places (bylines, author listings, etc), but this is a typical case from an author inf...

    Type

    Discussions

    Views

    1.7K

    Likes

    0

    Replies

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