cancel
Showing results for 
Search instead for 
Did you mean: 

iframe src from jsp page

Former Member
0 Kudos

Hi guys,

I want to include a jsp (which is in the same par file) in an iframe as follow:

<iframe src="<somepath>/test.jsp"></iframe>

Is it possible? What is the "somepath" I should use?

Best Regards,

Marc

Accepted Solutions (0)

Answers (1)

Answers (1)

darrell_merryweather
Active Contributor
0 Kudos

Marc

The only method of doing this, I believe is either

1) If the component is a native JSP component(see the documentation on this)

2) If you use the URL of the component with a parameter of which jsp page it should display. i.e mycomponent.default?page=mypage.jsp. Then, in the AbstractPortalComponent (or DynPage) set the JSP to that value of the parameter 'page'

I hope this helps a little

Darrell