• 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

Richfaces programatically modalPanel

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, i'm trying to achieve the next in richfaces, but i'm really stucked:

I have a richfaces page, wich needs some info to be preloaded into the system, the data is supossed to be loaded by the user.

in the case that the data exists, the page should render as supossed, in the case there's no data i need a modal window with a small form (just one field) to popup and ask the user about the data.

Any ideas?? Just for infomration, the preceding page is the login page, so the modalPanel cannot be linked to a button or anithing like that, it jus have to fireup into the bean constructor.

Thanks in advance!
 
Ranch Hand
Posts: 598
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Similar functionality can be seen in the calender section of RIchFaces live Demo site.
 
reply
    Bookmark Topic Watch Topic
  • New Topic