| Author |
how to render one xhtml page's panel from the popup window
|
tony altaico
Greenhorn
Joined: Jan 31, 2009
Posts: 20
|
|
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
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14480
|
|
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?
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
tony altaico
Greenhorn
Joined: Jan 31, 2009
Posts: 20
|
|
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
Joined: Jan 31, 2009
Posts: 20
|
|
Issue has been fixed by not using popup.
Cheers
Altaico
|
 |
 |
|
|
subject: how to render one xhtml page's panel from the popup window
|
|
|