Jörg Hoh wrote... Hi, so you are intereested in the page component?
String pageResourceType =
currentPage.getProperties().get("jcr:resourceType"); You can only get
the resourcetype reliably, page.getTemplate() doesn't work on publish
Jörg Thanks for the reply.My requirement is : i will search a page based
on tag, it will show list of page having the tag name.In result it will
show page title,and link .My need is : i need to show the list of
component under the corresponding page. Ex : Am searchi...