This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Iframe Problemworks Jan 10, 2007 6:14 PM (in response to works)I´m ussin a Jbos Portal boss-portal-2.6.0-DR1 
 thanks
- 
        2. Re: Iframe Problemden74 Jan 11, 2007 4:07 AM (in response to works)Look for IframePortlet http://labs.jboss.com/portal/portletswap/portlets_misc.html and put your url destination in portlet.xml as 
 <portlet-preferences>
 iframeurl
 http://www.jboss.com
 </portlet-preferences>
 or change it from edit mode
- 
        3. Re: Iframe Problemden74 Jan 11, 2007 5:11 AM (in response to works)sorry, the correct code is 
 < portlet-preferences >
 < preference >
 < name >iframeurl</ name >
 < value >myurl</ value >
 </ preference >
 </ portlet-preferences >
 
    