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

irpt or html?

Former Member
0 Likes
619

What is(are) the diffrence(s) of irpt and html in MII.

When to use HTML and when to use irpt? Or when not to use irpt and html?

any idea?

thanks

View Entire Topic
jcgood25
Active Contributor
0 Likes

At the end of the day they are both essentially html pages (at least when they reach the client browser). IRPT's get pre-processed by the webserver for dynamic substitution in cases:

Localization: {##TOKEN}

Session / URL pass through:

Servlet Calls (Illuminator, ChartServlet, etc): <SERVLET/>

Former Member
0 Likes

Hi,

In addition to Jeremy's comments, IRPT pages are data driven pages. (Support Localization, Servlet calls, etc) These dynamic web pages improve application flexibility and robustness. (Pls Refer to 12.X Best Practices.)

Best Regards,

Kedar

Edited by: Kedar Shewalkar on Sep 27, 2010 4:23 PM