Skip to main content
November 23, 2022
Solved

Fetch Page Properties in Servlet

  • November 23, 2022
  • 1 reply
  • 767 views

Implemented an servlet which export page info, considering this I wanted to get page properties in given servlet, when I add PageManager or CurrentPage & passing the page path causes problem and trying to adapt to Page also have problem, can anybody please help.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SantoshSai

Hi @shiva_das,

I can able to achieve it without any issue, please check this: https://github.com/sansai2011/klick/blob/master/core/src/main/java/com/klick/core/servlets/PageInfoServlet.java

Hope that helps!

Regards,

Santosh

1 reply

SantoshSai
Community Advisor
SantoshSaiCommunity AdvisorAccepted solution
Community Advisor
November 23, 2022

Hi @shiva_das,

I can able to achieve it without any issue, please check this: https://github.com/sansai2011/klick/blob/master/core/src/main/java/com/klick/core/servlets/PageInfoServlet.java

Hope that helps!

Regards,

Santosh

Santosh Sai