Expand my Community achievements bar.

vdhim23
vdhim23
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I was developing touch UI component. Below is what i tried and worked at some extent. Below is dialog.xml<content jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/foundation/container"> <layout jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/fou...

    Type

    Questions

    Views

    4.0K

    Likes

    0

    Replies

    3
  • <profile> <id>adobe-public</id> <activation> <activeByDefault>true</activeByDefault> </activation> <properties> <releaseRepository-Id>adobe-public-releases</releaseRepository-Id> <releaseRepository-Name>Adobe Public Releases</releaseRepository-Name> <releaseRepository-URL>http://repo.adobe.com/nexus...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • I had the same situation in Slider Component. I used the custom tag to create a node with little trick. Below is the snippet :<c:forEach var="grid" items="${gridCollection}" varStatus="theCount"> <c:if test = "${grid.value eq 'grid1'}"> <div class="slide"> <c:forEach var="cssclass" items="${grid1}" ...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • vdhim23 wrote... kalyanar wrote... The actual impl class which extends from this will implement this. So dont mind the null returns in the abstract class   Using JAD-UI I searched & found this method only in AbstractJcrCommerceSession class.   Ok, I try to override the abstract class and put m...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • kalyanar wrote... The actual impl class which extends from this will implement this. So dont mind the null returns in the abstract class  Using JAD-UI I searched & found this method only in AbstractJcrCommerceSession class.

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • kalyanar wrote... You must have decompiled an abstract base class. The actual implementation will make use of the predicate. If you think otherwise, please raise a day care ticket.    Yes, I de-compiled the class AbstractJcrCommerceSession. & the code written in Q2 is the decompiled code.

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Hi, I have the requirement to implement the functionality similar like orderhistory component of Commerce component-group. Under Geomatrixx-outdoors, under My Account there are two options Open Orders & Order History. Order History is to show last 12 months orders. But its not in actual if i see as ...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    6
  • vdhim23 wrote... Hi, I am trying to get all the orders under user. I am using below XPTAH query. /jcr:root/home/users/a/admin/commerce/orders//element(*)[@orderId] this result below records : /home/users/a/admin/commerce/orders/order-2014-Apr-12/home/users/a/admin/commerce/orders/order-2015-Apr-15/h...

    Type

    Questions

    Views

    406

    Likes

    0

    Replies

    0
  • Hi,I am trying to get all the orders under user. I am using below XPTAH query./jcr:root/home/users/a/admin/commerce/orders//element(*)[@orderId] this result below records :/home/users/a/admin/commerce/orders/order-2014-Apr-12 /home/users/a/admin/commerce/orders/order-2015-Apr-15 /home/users/a/admin/...

    Type

    Questions

    Views

    435

    Likes

    0

    Replies

    2
  • Hi, I am getting NPE when calling EmailService class's function sendEmail(). @Component(immediate = true, metatype = true, label = "Mail Service") @Service(EmailService.class) public class EmailService { @Reference private MessageGateway<HtmlEmail> messageGateway; @Reference private MessageGatewaySe...

    Type

    Questions

    Views

    450

    Likes

    0

    Replies

    2
Top badges earned by vdhim23
Customize the badges you want to showcase on your profile