• 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

Create a calendar with HTMLPanelGrid

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

I'm new to JSF/RichFaces and I'm trying to make a calendar display.

I saw an post on here that said they had accomplished this with an HTMLPanelGrid but they didn't post the code...

Trying to find an example of how to use HTMLPanelGrid to make a dynamic table (or, if you're really nice...just how to make the calendar ;) )

Thanks in advance.
 
Ranch Hand
Posts: 90
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch Matt

You don't need to use a panelGrid to use the calendar, you can use any panel (if you need) or not use it, I give an example:

If you need examples of how to use the components, I suggest you to visit the RichFaces Showcase, where you can find all the help you need because it contains the code of the examples.
Regards
Cesar
 
Matt Harper
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Cesar.
I'm not sure the rich calendar will be the answer I'm looking for. I need to make a calendar that I can display events in, not a date picker.

Right now I'm just trying to get my feet under me with the Calendar part of this task.

THanks for the link to the showcase, though!
 
reply
    Bookmark Topic Watch Topic
  • New Topic