| 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!
|
 |
 |
|
|
subject: Create a calendar with HTMLPanelGrid
|
|
|