Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
395
Including another jsp page in WebDialog
posted

Hi,

     Is it possible to include a jsp page in webdiaglog? I intend to use the webdialog as a popup which contains several controls including webgrid.

The idea is to have seperate jsp files, one for showing main content and another for showing the popup, so that its easier to maintain.

This code does not show contents of included jsp page:

-------------------------------------------------------------------------------------------

<ig:dialogWindow id="igDw001" modal="true" windowState="hidden" style="width:500px;height:450px" binding="#{webdw_bb.dw}">
 <ig:dwHeader captionText="Confirmation Dialog"/>
 <ig:dwContentPane> 

<f:subview id="next">
  <jsp:include page="/utp8/KWResult1.jsp" />
  </f:subview> 

</ig:dwContentPane>
 </ig:dialogWindow>

-------------------------------------------------------------------------------------------

regards

 

Parents
No Data
Reply Children
No Data