Expand my Community achievements bar.

SOLVED

Carousel component

Avatar

Level 2

Hi,

I need to create a carousel component what is the procedures to starts with. And i need to get the all slides node from this slide node i need to get the property such as title and description which need to be placed above the slider image. Am still unable to get array of slides node and how can i achieve this.

Am creating the dialog as multifield and there sub node as textfield and pathfield.

 

Thanks,

Moahamedh Nishadh

1 Accepted Solution

Avatar

Correct answer by
Level 10
5 Replies

Avatar

Level 2

And when i am iterating the slides in my jsp and i got some weird exception

This is my code snippet

<c:forEach var=“element” items=”${properties.slides}”>
    <h1>${element.title}</h1>
</c:forEach>

 

Thanks,

Mohamedh Nishadh

Avatar

Correct answer by
Level 10

Avatar

Level 2

Thanks for the response. But i need to create multifield which contains image path and description. And i successfully created dialog but am unable to process these contents in my jsp page. And how can process these image location and description in my jsp. This is my all concern now.

Avatar

Level 10

What is the exception you are seeing ?

Avatar

Level 2