Tagged Questions

0
votes
2answers
12 views

how to integrate prettyPhoto with wicket

I'm trying to integrate a wicket ajax link's response with prettyPhoto. I'm having difficulty getting the wicket response to be displayed within the prettyPhoto lightbox.
0
votes
0answers
7 views

How to limit upload file size in Wicket

How to limit file size in uploads in Wicket version 1.4? I am using FileUploadField to handle upload with normal form submit without any Ajax stuff. Is it enough to use Form.setMa …
0
votes
1answer
47 views

signoutForm on stateless page

hi i have a web site which is created by wicket(java) but in special cases i got following error. WicketMessage: unable to find component with path signoutForm on stateless page [ …
2
votes
1answer
48 views

asp.net mvc vs wicket [closed]

Hi, Wicket is a component based Java web framework and asp.net mvc has html helpers. They're both modern mvc frameworks and in use in high traffic sites, but their architecure are …
0
votes
2answers
107 views

Page Expiration in wicket

I have a wicket Project and My page is Expiring so fast. why?
0
votes
2answers
39 views

How can I correctly remove an AjaxSelfUpdatingTimerBehavior from a component in Apache Wicket?

I'm having trouble with adding and then removing an AjaxSelfUpdatingTimerBehavior in Apache Wicket. The behaviour gets added okay but then as soon as I remove the behavior I get a …
2
votes
2answers
320 views

Page Expiration in Java(Wicket)

I'm writing a wicket project for a social network.In my project i have authentication so when a user enter address of the home page he is redirected to login page in this way: pub …
28
votes
18answers
3k views

What Web Application Framework for Java is Recommended?

I am considering creating my own website using Java and am trying to decide what framework to use. However, doing a quick search for Java frameworks returns more than 50 to choose …
0
votes
1answer
39 views

Getting Nexus to download dependencies from a repository with no .index file

I've just setup the latest version of Nexus for our company, and it's working great. We've added several 3rd party repositories, and one of them does not have an .index file prese …
0
votes
1answer
23 views

Remove warning in MyEclipse

How can I modify the conditions for which MyEclipse will throw up warning flags? I'd be happy to hear a generic solution, but here is my specific problem for the curious/if it tur …
5
votes
4answers
1k views

Which framework should I choose - Seam, Wicket, JSF or GWT?

I'm debating whether to use Seam, Wicket, JSF or GWT as the foundation for my presentation layer in a Java project. I narrowed my selection of Java web frameworks down to this su …
0
votes
1answer
63 views

How to control submit url action in Wicket form?

Hi, I have a wicket web application with Page mounted to bookmarkable alias. The page contains a form object with submit action. The problem is that though the form belongs to t …
0
votes
1answer
75 views

Image referencing in CSS with Wicket

Per a great answer from another question I have begun mounting global resources (css/js/images) in the init() method of my WebApplication. Using the following: mountSharedResource …
1
vote
1answer
98 views

Clojure: extend Wicket panel and call to panel methods

Currently I'm trying to create sample Wicket page with Clojure (in existing wicket project). Code looks like this: (ns a.set.of.packages.dataview.info.EmptyNodeInfo2Panel (:impo …
0
votes
1answer
44 views

Globally accessible resources in Wicket application

Currently, I have an Application which consists of a BasePage which as a header (panel), footer(panel) and in the center for inherited page content. The problem I am running into …

1 2 3 4 5 next
15 30 50 per page