Questions tagged [wicketstuff]

Wicket Stuff is a collection of open source projects for the Apache Wicket web framework created and maintained by the Wicket community.

Wicket Stuff is a collection of open source projects for the Apache Wicket web framework created and maintained by the Apache Wicket community. It includes components for Google Chart API, Google App Engine, JasperReports, jQuery, Prototype, Apache Shiro security, YUI, Dojo Toolkit and much, much more.

Resources

78 questions
0
votes
2 answers

call javascript or modify css from wicket panel class

in my project i've faced a problem with calling javascript code from class wich renders html in wicket.Suppose we have a class ExamplePanel with following code for wicket panel public final class ExamplePanel extends Panel { public…
ilya.stmn
  • 1,604
  • 5
  • 23
  • 41
-5
votes
1 answer

What means this Exception?

I try to test a code and got the Exception below: The component(s) below failed to render. Possible reasons could be that: 1) you have added a component in code but forgot to reference it in the markup (thus the component will never be rendered), 2)…
Dean James
  • 21
  • 6
1 2 3 4 5
6