Thanks, @shaileshbassiI have written a piece of code to get my scenario.
Right now, I am able to get only the particular tag by giving the array
number but actually, I need to get all the tags and show them as a
dropdown so that the author can choose whatever he wants. Here is the
code below. Kindly help. package com.project.core.models.impl; import
java.util.ArrayList; import java.util.List; import
javax.annotation.PostConstruct; import
org.apache.commons.lang3.StringUtils; import
org.apache.sl...