Giter VIP home page Giter VIP logo

wicket-fullcalendar's People

Contributors

alexalvarez avatar cahmad avatar cpopetz avatar ivaynberg avatar martin-g avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wicket-fullcalendar's Issues

StalePageException with Wicket 1.5.5 on reloading the HomePage

Hi there,

If you try to reload the web page this results in an endless loop (the HomePage flickers and will be reloaded endless).
I like this component but I've no clue how to fix this.
I've a quickstart for the Wicket guys, but you can try your code, it should be reproducible.
I don't know wether it's a bug here or in Wicket.

Regards
Kai

The renderCount of the PageProvider (line 302) doesn't match the renderCount of the pageInstance:

private IRequestablePage getStoredPage(final int pageId)
{
    IRequestablePage storedPageInstance = getPageSource().getPageInstance(pageId);
    if (storedPageInstance != null &&
        (pageClass == null || pageClass.equals(storedPageInstance.getClass())))
    {
        pageInstance = storedPageInstance;
        pageInstanceIsFresh = false;
        if (pageInstance != null)
        {
            if (renderCount != null && pageInstance.getRenderCount() != renderCount)
            {
                throw new StalePageException(pageInstance);
            }
        }
    }
    return storedPageInstance;
}

org.apache.wicket.request.mapper.StalePageException
at org.apache.wicket.request.handler.PageProvider.getStoredPage(PageProvider.java:302)
at org.apache.wicket.request.handler.PageProvider.resolvePageInstance(PageProvider.java:257)
at org.apache.wicket.request.handler.PageProvider.getPageInstance(PageProvider.java:165)
at org.apache.wicket.request.handler.ListenerInterfaceRequestHandler.getPage(ListenerInterfaceRequestHandler.java:100)
at org.apache.wicket.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:165)
at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:781)
at org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
at org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:255)
at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:212)
at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:283)
at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:185)
at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:241)

Resizing and Droping the events do not work!

Hi

I've just started to use your full-calendar component. It sounds great! I just can't resize nor drop the events. Is not it implemented yet or it is my fault?
Actually "onEventDropped" and "onEventResized" events are never fired, but there is no problem with firing "onDateRangeSelected" and "onEventClicked".

Sincerely
/Goli

wicket-fullcalendar 1.3-SNAPSHOT doesn't work when encoding urls on app with CryptoMapper.

Hi there,
I have tried the wicket full calendar example using 1.3-SNAPSHOT for wicket 1.5.
I tried encoding ULRs using CryptoMapper as suggested on wiki's Request mapping page (https://cwiki.apache.org/WICKET/request-mapping.html) and I'm afraid that full calendar functionality no longer works.

Steps I took:
On WicketApplication class for wicket-fullcalendar-examples project, I added the following:
@OverRide
public void init()
{
super.init();
IRequestMapper cryptoMapper = new CryptoMapper(getRootRequestMapper(), this);
setRootRequestMapper( cryptoMapper );
}

With the above implementation of the CryptoMapper, wicket full calendar example no longer works.
If I remove it, then it works as expected.

Is this a bug with wicket-fullcalendar or am I just implementing url encryption the wrong way?

I do apologise if the error is on my side and I hope I am not wasting your time.

Thanks in advance,
Lucas

Resize event after update (drop/resize)

Hello i have an isue with fullcalendar, the problem is after i resize an event fullcalendar dont let me resize again unless i refresh the page. Im loosing the class fc-resize after i update an envent (drop/resize)

Select always overrided by dateRangeSelected callback

Hi!

I'm trying to do some client-side stuff when the user clicks on an event. Basically I want to do a javascript confirm to stop the server callback if the user chosses no.

I'm trying to do it using Config.setSelect method but my value is always overrided by the dateRangeSelected callback.

Page reload issue

If I force the browser to reload page then it falls into loop and starts reloading page continously. The problem can be reproduced with latest snapshot under IE 9.0.8 , Chrome 19.0.1084.52 m and FF 11.0.

EventSourceSelector does not create checkboxes in Wicket < 6

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

Add a new Event into the Calendar

Hi,

I try to add a new Event into the Calendar in these following steps:

  1. I do calendar.setOutputMarkupId(true) to make it refreshable.
  2. On "onDateRangeSelected" I open a ModalWindow, which user can define a new Event in it.
  3. On "Modal.setWindowClosedCallback()" I save the Event in the Database and I do "target.addComponent(calendar)"
  4. Calendar re-fetches all the events but the new event is not shown in the calendar!
  5. When I refresh the whole page, then I can see the new added event.

How can I make the Calendar to be refreshed after closing the modalWindow??

/Goli

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.