• 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:

richmodel panel is not closed when Esc (on keyboard) key is clicked.

 
Greenhorn
Posts: 12
MyEclipse IDE Hibernate Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have problem while closing rich modelPanel.

I have two rich:modelPanel s in my page.
1. When I click on Head to Head button 'Start a Head to Head Rivalry' modelPanel is open. After open I click on Esc key on keyboard it is closed well
2. But in that I have a h inputtext for entering user after enter username, I click on 'StartRivalry' button in 'Start a Head to Head Rivalry' modelPanel then 'Create a Challenge' modelpanel is open. In this I click on Esc key the modelPanle is closed againg I click on Esc key on keyboard the 'Start a Head to Head Rivalry' stay on, it is not closed.


'Start a Head to Head Rivalry' modelPanel UI




'Create a Challenge' modelPanel UI






I have a problem while closing parent modelpanel after closing the child modelPanel in richfaces.
can anybody tell me how to solve this problem.
Thanks
udaykiran.
 
Saloon Keeper
Posts: 28654
211
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
Welcome to the JavaRanch, UdayKiran!

I really don't know if RichFaces supports stacking modal panels. It may only allow one at a time. For something like that, you'd probably have to ask the RichFaces people directly. Assuming that they've changed the protections on their message boards enough that non-spammers can get in.
 
reply
    Bookmark Topic Watch Topic
  • New Topic