When I\'m using @EJB annotation to access stateless EJB through remote interface in common HttpServlet, it works OK:
I\'ve read that wicket can\'t throw Checked exception. how to deal with this? What is a good way to implement exception handling in Wicket spri开发者_JAVA百科ng based application?
I\'m using a ListMultipleChoice component in wicket and I want to get the selected items.It seems that isSelected is protected so I cannot use it.How do I get the selected开发者_运维知识库 items?You m
How can I override session timeout interval during the runtime. Basically at the time of login, user is given an option if wants to be logged in for specific hours say(7).开发者_C百科
When I change a html file in my wicket project and reload the page the changes don\'t get automatically picked up. I have to republish to pick up the changes. Changes to java files get picked up witho
I want to use Guice 2 with Wicket 1.4. There is a \"wicket-guice\" package, which uses Guice 1. Can someone give me an example h开发者_如何学Goow to configure Wicket to use Guice 2 for injection (with
We are having a Wicket-based Java application deployed in a production server cluster using Apache (2.2.3) with mod_jk (1.2.30) as load balancing
I use an IAuthorizationStrategy in wicket to limit access to certain pages. However, I also use html menus like this one:
Is it possible to implement some kind of decorator component in wicket ? Specially while honoring the id of the decorated component ?
We are using Wicket with Hibernate in the background. As part of out UI we have quite long running conversations spanning multiple requests before the updated information is written back to the datab