Josh Chappelle

Results 6 comments of Josh Chappelle

Here's a quick start. [bootstrap-modal.zip](https://github.com/l0rdn1kk0n/wicket-bootstrap/files/1527962/bootstrap-modal.zip)

I'll look for the extensions.idx file. I noticed you had documentation about how that gets generated via the annotation processor and some notes about eclipse configuration. I'll try to make...

I've created an ExtensionProvider interface like this: ``` public interface ExtensionProvider { List getExtensions(Class type); } ``` All of our code depends on this. The only implementation I have is...

No you misunderstand. Those errors only happen when I DO NOT use my custom PluginManagerFactory.

I was referring to RuntimeExceptions. Two of the ones I hit were IllegalArgumentException and FileSystemAlreadyExistsException which I reference here https://github.com/decebals/wicket-plugin/issues/5. Hitting these exceptions made the whole page unusable. An app...

This seems to only happen when I try to sort after clicking the DetachAction. I'm able to make it happen in the demo sometimes but in my custom application all...