42Lines / wicket-fullcalendar

Integration of FullCalendar javascript lib with Wicket
Other
24 stars 22 forks source link

EventSourceSelector does not create checkboxes in Wicket < 6 #18

Closed cAhmad closed 10 years ago

cAhmad commented 11 years ago

Hi, I'm using wicket-fullcalendar from Maven (version 1.2.1, compatible with wicket 1.4.17). By the way, thanks for making it easy with Wicket.

I'm facing an issue, checkboxes generated when added a new EvenSourceSelector to a FullCalendar are not created, in my project. I git clone your repo and checkout release/1.2.1, and there is the same issue in your example, same for origin/wicket-1.5.x

It turns out that this issue is fixed only in wicket-calendar origin/wicket-6 Is it a know issue?

Thanks for your time.

Regards, cAhmad

ivaynberg commented 10 years ago

master is now wicket-6. you are welcome to create a pull request for the wicket-1.5.x branch to fix this issue.