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

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.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic