cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Display template using URL

Former Member
0 Kudos
228

Hi,

Can we call a display template using by giving path in WebPages?

Query template i tried and was working. Want to know whether it is possible with Display template also.

Please help.

Thanks in advance

Muzammil P.T

View Entire Topic
Former Member
0 Kudos

There is the Dynamic Page Generator feature accessible through the Menu.

If you generate a page here by selecting a Query Template and Display Template, you get something like this as the URL:

http://<servername>/Lighthammer/DynamicPageServlet?btnGeneratePage=Generate+Page&Height=400&Width=64...

So by using the DynamicPageServlet and specifying both a Query Template and a Display Template, you can view the Display template given a specific path.

Is this what you were asking?