Giter Club home page Giter Club logo

wicket-modelfactory's People

Contributors

reiern70 avatar uweschaefer avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

reiern70

wicket-modelfactory's Issues

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Codacy detected an issue:

Message: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Occurred on:

Currently on:

An instanceof check is being performed on the caught exception. Create a separate catch clause for this exception type.

Codacy detected an issue:

Message: An instanceof check is being performed on the caught exception. Create a separate catch clause for this exception type.

Occurred on:

Currently on:

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Codacy detected an issue:

Message: Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.

Occurred on:

Currently on:

Regression when migrating from 0.9.3 to 0.9.7

When running our unit tests, we get:

java.lang.NoSuchMethodError: org.apache.wicket.request.cycle.RequestCycle.setMetaData(Lorg/apache/wicket/MetaDataKey;Ljava/lang/Object;)Lorg/apache/wicket/request/cycle/RequestCycle;
    at org.wicketeer.modelfactory.RequestCycleLocal.set(RequestCycleLocal.java:76)
    at org.wicketeer.modelfactory.RequestCycleLocalFrom.set(RequestCycleLocalFrom.java:57)
    at org.wicketeer.modelfactory.ModelFactory.from(ModelFactory.java:291)
    at accounts.AddressEditPanel.createStreetAndNumber(AddressEditPanel.java:80)

This exception looks dodgy, involving code paths that don't seem to have changed since 0.9.3, maybe jar was compiled differently?

Getting Model object from a ValueMap

Hello,

first of all, great library. My question is how can i connect a ValueMap with wicketeer?

In normal wicket it is:

new PropertyModel<String>(captchaModel.getObject().getProperties(), "captchaInput")

where 'captchaModel.getObject().getProperties()' is a ValueMap.

Cheers

NPE on navigation beyond final methods

MF needs to detect final methods when trying to create an ad hoc proxy. problem is, we probably should not warn for just any final method, because maybe it never is called. on the other hand, once a method is called, it is too late.

open for suggestions here.

Kudos for finding this one go to R.Kuehne

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.