1 Reply Latest reply on Aug 1, 2007 10:58 AM by ilya_shaikovsky

    rich:menuItem with target and IFrame

    haoues01

      Hi,

      Is it possible to change the content of an IFRame by using the target attribute of menuItem? My aim is to keep the same menu and to display the pages on a IFrame . Below a sample :
      <a4j:form id="blabla" ajaxSubmit="true" >

      <rich:toolBar itemSeparator="none" id="nav_bar" >
      <rich:toolBarGroup itemSeparator="none" location="left">
      ...
      <rich:dropDownMenu value="Test_iframe" >
      <rich:menuItem value="test_iframe" ajaxSingle="true" action="test_iframe" target="iframe_test" />
      </rich:dropDownMenu>
      </rich:toolBarGroup>
      </rich:toolBar>
      ....


      ...
      </a4j:form>


      Thanls in advance for your attention.