• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

how to render one xhtml page's panel from the popup window

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello

I have two xhtml pages which one xhtml page is opened by clicking first one's button and as a result of this click a popup window(second form) opens. At this new form which was opened as a popup I want to render first forms's panel when I click a button in the popup window.

Do you think is it possible ? (by the way i am using jsf 1.2)

I tried to be clear as I can do but if not I will explain it with codes if it is still not clear.

Cheers
 
Saloon Keeper
Posts: 28831
212
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've got a better idea.

Don't use popup windows.

I hate those things. I also have my browser set to open in tabs, not in new windows. If your webapp is trying to sell me something, opening a popup drastically reduces the chance you'll make a sale. Although as far as that goes, gratuitious use of Flash will almost certainly kill the sale. Doubly-so if it starts a lot of noise and motion without being asked to.

I've simply got too many windows floating around open on my desktop to put up with that sort of thing.

OK, end of rant. Now ask me about Do It Yourself Login Systems

I'm not clear what you mean by "panel", here. Is this a case where you have some sort of top or sidebar menu on the web page that you want to carry over from one page to another?
 
tony altaico
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Tim

Sorry for late message.. Unfortunately, I have to use popup window. Think about you have two forms and you have to render other form's textarea when you click a button at another form(popup window).

It means when I click a button at the popup window, I will render the message at the previous page(or form) where I opened popup window(popup form) by clicking a button.

I hope I am clear. I have to find a solution to this problem asap. Any help will be appreciated. Please inform me if it is not clear.

Best Regards
 
tony altaico
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Issue has been fixed by not using popup.

Cheers
Altaico
 
So it takes a day for light to pass through this glass? So this was yesterday's tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic