Hi, did anyone try to implement a calendar with cell widgets? There are a two "google like" calendar gwt widgets out there, but they offer more than I need and they are buggy.
My "old" jsp/struts based solution is a simple table with lots of row- spans. I don't need drag and drop. The cell table is quite close to what I need, the only problem is the data structure: the cell table works fine for row based data structures, calendars are column based. I could shift my data around, but I am sure if this would not really make me happy. It would eternally feel like a workaround. So I am thinking in using cells to render my data and use a flex table to put things into. Which joda time projects are you guys using? I found three projects, not sure which one to use. brgds, Papick -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
