• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Previous page content flashed in the newly opened page for few seconds

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am using JSF in my application.

I use <tr:goLink text="Calculate Financials one45" onclick="callUC1001();" > </tr:goLink> to open a new page in a new window lets say window1.

I have button in the window1, when the use click the button it will close the window.

In the main window i have clicked another link which uses <tr:goLink tag it will open different window say window2.

Before opening the new window i.e. window2 it will flash window1 data for few seconds then it till show the window2.

Any idea why it is happening?

Note: When the close the window using 'X' button it will not flash the previous page data.

If anybody come across this type issue, please help me.

Regards
Kiran>
 
kiran_kumar
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I got the solutions... for commandbutton i did not use partialsubmitt attribute. After adding the partialsubmitt and assigned it to true it is working. Thanks

_kiran
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic