This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes Create a calendar with HTMLPanelGrid Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Create a calendar with HTMLPanelGrid" Watch "Create a calendar with HTMLPanelGrid" New topic
Author

Create a calendar with HTMLPanelGrid

Matt Harper
Greenhorn

Joined: Apr 20, 2011
Posts: 2
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.
Cesar Loachamin
Ranch Hand

Joined: Dec 25, 2010
Posts: 90

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


When a dream is ending because to come true - OCPJP 6,7. OCE JPA EE6. MCTS
Matt Harper
Greenhorn

Joined: Apr 20, 2011
Posts: 2
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!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Create a calendar with HTMLPanelGrid
 
Similar Threads
Losing part of my page.
one click calendar
Calendar
Number of days between dates
nesting h:panelGrid within h:dataTable