Questions tagged [wicket-7]

83 questions
0
votes
3 answers

Wicket CheckGroup Ajax duplicities in check group model

I have a simple panel (the panel itself is part of bigger form) with CheckGroup. The checkboxes in the check group are generated in the list view component. I need to dynamicaly change this panel and upon every change I need to retrieve the selected…
Cajova_Houba
  • 44
  • 1
  • 9
0
votes
1 answer

Links to Images in CSS with Wicket

I'm including a CSS file in the head of my wicket page (wicket 1.6) using tags and it loads fine. However links to images in my css e.g background-image: url(xxx/xxx/pic.png); wont load. How do i get wicket to recognise the links to my…
Osher
  • 5
  • 2
0
votes
2 answers

Apache wicket upgrade

I've Recently started working on a project that was developed almost a decade ago, The current Wicket version used in the project is Wicket 1.3, which has reached End of life. They have recently upgraded java to jdk7 on their production servers.…
Ajay
  • 1
  • 1
0
votes
2 answers

Strip wicket tags, but keep wicket attributes

I'd like to strip special Wicket tags (e.g. wicket:panel, wicket:child, etc.) from the output in development mode, but keep the wicket:id attribute. In the WebApplications init one can set getMarkupSettings().setStripWicketTags(true); thus removing…
Imperative
  • 3,138
  • 2
  • 25
  • 40
-1
votes
1 answer

Unable to find component with id 'FooPopup'

I found this strange error in the production logs: Unable to find component with id 'FooPopup' in [Form [Component id = FooForm]] Expected: 'FooPanel:FooForm:FooPopup'. Found with similar names: 'FooPanel:FooForm:FooPopup'>. I cannot…
-1
votes
1 answer

How to use getHeaderContribution() in wicket 6.x or 7.x?

I have code like below, add(CssPackageResource.getHeaderContribution("css/$/styles.css?v=1.1".replace("$", reqLocale))); I am trying to upgrade it into 6.x , but am unable to use getHeaderContribution() method, Can you suggest me how can I…
S.P. ROOPESH
  • 65
  • 11
-2
votes
1 answer

Wicket Security - Change Roles of an Inmemory User

I'm using Wicket 7.0 in an application I'm developing and I would like some advice regarding using Inmemory-users during development. The idea is to have one single Inmemory user whom I set the roles of right before I log in. My first intended…
Axel L
  • 1
-2
votes
1 answer

how to use setModelValue(); in wicket 6. x or 7.x?

In wicket 1.4.9 setModelValue("") was accepting string as a parameter, but in 1.5 it need String Array, I have code as shown below, anybody knows how to modify setModelValue("") to 6.x or 7.x. if (!onlineVerfStatus) { TextField captcha =…
1 2 3 4 5
6