• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Integrating jforum within an application developed in Netbeans 6.0

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,

Found a solution reading this article : http://www.dynamicdrive.com/dynamicindex17/iframessi2.htm

Cheers,

Hugues

[originally posted on jforum.net by hugues]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

First of all, thanks a lot to the Jforum developers, it is a great tool. Very easy to install and well-designed.

I am busy developing a web site with the Netbeans 6.0 IDE. A forum feature is foreseen within this web site and I'd like to include access to the forum within the application and not open a new page to go to the forum. One good example of what I'd like to achieve is what is shown on the jforum.net web site.

The Netbeans IDE allows to drop UI components on the design page but the iframes are not supported. Additionally, even if manually adding the iframe in the JSP, the page wouldn't resize properly.

Does anyone have an idea how to solve this one ?

Thanks a lot for your help !

Hugues




[originally posted on jforum.net by hugues]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic