Apache Wicket, commonly referred to as Wicket, is a lightweight component-based web application framework for the Java programming language conceptually similar to JavaServer Faces and Tapestry. This tag is specific for wicket 1.5 since many changes have been done to the API in this version in a way ...

learn more… | top users | synonyms

0
votes
0answers
61 views

How can I properly create a stateless form and stateless results page in Wicket

I have a web application with a complicated form that: performs field validation, converts the value to an input format(array) that is easy to parse for the next page. redirects the user to the ...
0
votes
1answer
16 views

Test a input without the WicketForm

I have panels that's create input fields and that are include in a form in another panel creating the form. My problem is that I don't see how to unit test my panel. Let's say I have this java : ...
0
votes
1answer
83 views

Apache Wicket : Getting Selected Dropdown Value from a table on UI

I have an object something like public class Table { private String id; private String name; private List<Field> fieldsList; } public class Field { private List<Column> ...
0
votes
1answer
25 views

Retrieve a nested model of an element of a list in a model

I'm stuck with a problem with the wicket models and lists. Let's say I have a bean like this : public class A{ private B title; private ArrayList<C> childs; ...get/set...; } I ...
0
votes
1answer
17 views

Apache Wicket process only modified rows on a table UI on server side

I have a FORM which displaying list of objects in a table with each row displaying every object. So, when user changes the value and clicks on submit, i need to process only the objects which are ...
1
vote
1answer
69 views

Apache Wicket bookmarkable url added one additional parameter to the link, why?

my map is mountPage("/page/#{code}/#{name}", Page.class); but when I click on the link localhost/page/10/toy?2 wicket add also one parameter like a counter, when I refresh the page I have ...
0
votes
1answer
32 views

WiQuery version for Wicket 1.5.10

Which WiQuery version is proper for Wicket 1.5.10? Is it WiQuery 1.5.8 (the last from 1.5.x branch) or can be used the new version 6.6.0?
1
vote
1answer
74 views

Wicket DefaultDataTable - Refresh it on browser back button

In my application I am using DefaultDataTable with SortableDataProvider which has LoadableDetachableModel as the model. I used it to display a set of records ( say RecordList page). When I add or ...
-1
votes
1answer
57 views

Get a specific Wicket Component within a Page

What's the way to find a specific (known wicket id) Wicket Component within a Page regarding less effort performance?
1
vote
2answers
77 views

Is it possible to use Wicket Fragments within an Extend component?

I'm trying to use Fragments within an Extend component but it throws an MarkupNotFoundException. The code is similar to this: BasePanel.html <?xml version="1.0" encoding="UTF-8" ?> ...
0
votes
3answers
115 views

On click functionality of Button Inside ListView in Wicket Framework

Im populating a table using ListView component in wicket.The last column of my table is button. So for each row I'll have a button in the last column.What I'm trying to implement is onlick of the ...
0
votes
1answer
149 views

wicket - PageableListView does not work

i am working on wicket, where i am supposed to render vthe view after clicking on the navigation bar nothing happens please help me . <div class="colums data" ...
1
vote
1answer
39 views

how can I check to see if a page is already mounted in wicket?

I'm configuring an IInitializer for a shared package. I have several mount points that are essentialy the same across applications. I want to mount them in my IInitializer but only if they're not ...
0
votes
2answers
73 views

What's the best way of rendering component specific error messages?

I need a general way of rendering a component specific error message right next to the component which caused it. Up to now I've used a Feedback panel, which isn't ideal if the page contains multiple ...
0
votes
1answer
247 views

Object Serialization Issue With Wicket

I am trying to pass a searchService into a Form into Wicket to use. When I run this with out the searchService being final I get no issues but I have to make it final in order to use it inside the ...
0
votes
0answers
34 views

Can you make a Wicket autocomplete field pop down using a button?

Is it possible to display the list of choices of a AutoCompleteTextField from a button. (Javascript or something in the AutoCompleteTextField code?)
0
votes
1answer
134 views

Wicket Retrieving A CheckGroup's model when clicking a checkbox

I have a form with a checkbox column. ArrayList<MyObject> myObjectsList = // Load from database ... ArrayList<MyObject> selectedObjects = new ArrayList<MyObject>(); Form form = new ...
0
votes
2answers
87 views

Wicket LoadableDetachableModel exception handling issue

In my project, I am using LoadableDetachableModel as given below. public ReportPage(final Objectm, final PageReference pr) throws CustomException{ try{ final ...
2
votes
1answer
96 views

Wicket - Proper clean up of Page components after exception handling

In my wicket application, Page navigation is by creating new Page object by calling the constructor of the new Page on the onClick() methods. As below. DisplayItem.add(new Link("edit") { @Override ...
0
votes
1answer
44 views

Hide debug messages from FeedbackMessageFilter in wicket 1.5 during production?

In developing some of my Web Applications I use debug("stuff here"); to help me figure out whats going on. I'd rather not have to go in and find all of my debug(*); lines and remove them. Is there a ...
0
votes
0answers
30 views

Wicket1.5 Generating Arbitrary HTML for Buttons and MenuItems

Wicket1.5 Generating Arbitrary HTML for Buttons and MenuItems. I am trying to automate our Application , which is developed in Wicket 1.5. Here Wicket is generating arbitrary HTML for Elements like ...
1
vote
3answers
117 views

Apache Wicket HTML output page - self expiring text or hiding text

I am developing an application and I want to display informational messages to the frontend webpage like "new record has been added or deleted or updated" etc. I want the message to disappear after ...
0
votes
3answers
143 views

Triggering a server request (ajax?) after page render to re-render certain parts of the page in apache wickets

On my page there is a panel that shows a list of car dealers. The panel displays a list of dealers with information for each dealer as mentioned below. For each dealer I need to show : name, ...
0
votes
0answers
41 views

Huge number of session files in tomcat running wicket application

I am running an wicket 1.5.7 application on Tomcat 6 and CentOS. Last 7 days I have a huge number of session folders in tomcat work folder. Those folders doesn't get deleted after session has expired. ...
0
votes
1answer
52 views

How to set the Value of preloaded DropDownChoice on the click of AjaxLink

Let's say I had the pagelistview on which there are some links, such as animals, birds, and trees, as well as a drop down, which has some values like 'Run', 'Fly' and 'Fruit'. The expected behavior ...
0
votes
0answers
105 views

How can I perform Row level Validation in a Wicket InMethod Grid

I have an InMethodGrid displaying a list of CodeLinks -> Id, Percentage and Code. I want to get the whole row and validate it. Both code and percentage can be changed. Desired Validation Rules: ...
0
votes
1answer
40 views

Interaction b/w two forms in Apache Wicket

This may sound a bit odd, I have two forms in a single HTML page with different wicket id's.Is it possible that when a user clicks a button eg.(save) it saves the data from both the forms together.I ...
4
votes
1answer
307 views

Wicket: downloading files after an onSubmit

So what I have is a DataView with three columns, one of which is a checkbox column that allows users to check which files they would like to download. For simplicity's sake (I think); I've decided ...
0
votes
0answers
138 views

Convert every character entered in textfield need to be coneverted into uppercase in wicket page

I have a requirement, program should convert every character entered into wicket textfield should be transformed to upper case. and when we get the value from model, it should be an uppercase String. ...
5
votes
1answer
132 views

Use existing Wicket Application for Android Application

I want to make a Android Application of grocery stores. I have an existing Wicket Application deployed on server which I want to use in my Android Application for request handling. Is it compatible to ...
0
votes
1answer
243 views

wicket modal popup close issue

I have a page from where i called a modal pop up. Again on save action I called another confirm modal popup. Now when I click on ok then I am supposed to close both modal pop up. Its working fine in ...
1
vote
1answer
116 views

Wicket Updating Image using JavaScript

I'm trying to update an image using JavaScript when the user focuses on a text field. Currently have the following HTML/Wicket code: <div class="input-prepend"> <span class="add-on"> ...
4
votes
1answer
244 views

Wicket create image from file system outside web application directory

I have a repository storing many images somewhere on the server. I want to be able to create a dynamic Image object with one of the images stored in my repository. I am using wicket 1.5.7. I saw this ...
2
votes
2answers
202 views

Wicket 1.5 Non modal window

I need to create a non-modal popup dialog, which can be dragged and resized by the user. This example is great, but is a modal dialog. I don't want to block the user from scrolling the main web page. ...
2
votes
1answer
123 views

How do I use Local Variable Annotations for Wicket Authorization?

I'm rolling my own IAuthorizationStrategy for Wicket 1.5.x I've setup type annotation for pages to use with isInstantiationAuthorized(). It works well and I'd like to use annotations for ...
1
vote
0answers
96 views

wicket AjaxTabbedPanel, Raw data is lost while adding new tabs

I have a page to capture personal details and the number of persons are dynamic. I have tried using AjaxTabbedPanel for the implementation. I am losing the raw data in each tab when I add a new tab to ...
2
votes
2answers
222 views

submiting a form by pressing an enter key

I want to submit a form by pressing enter key. Wicket allows to do that till any button is attached to form and is visible. Is there any way in wicket freamwork to submit a form by simple pressing an ...
1
vote
2answers
373 views

Apache Wicket Session Timeout; Logging back in and returning to the page

I'm not sure how to implement this and I'm quite new to Wicket, but the behavior I'm trying to aim for is; when a session timeout occurs, the User is redirected to the login page to relog, when he ...
2
votes
1answer
123 views

Customize AJAX URL

On one of our pages we have added a AbstractAjaxTimerBehavior (to add potential new items to a Repeatingview). The AJAX call that is executed is the following: ...
2
votes
1answer
161 views

Wicket ValidationError not using IConverters specified in Application

I'm trying to localize validation error messages with Wicket and ran into this situation. I use custom converters to convert date values to the desired format (see below). However, when using ...
1
vote
1answer
140 views

Authentication integration issue between wicket-auth-roles and spring-security-cas-client

I have an issue on one of my Wicket projects. The version of wicket I use is the 1.5.7 release, with wicket-auth-roles (same version). I'm trying to get a CAS server integration; for that, I'm ...
1
vote
1answer
53 views

Uploadify broken in Wicket 1.5.8 (with JQWicket)

This might help someone else... https://issues.apache.org/jira/browse/WICKET-4715 Results in the following errors on uploading of any files: ERROR - MultipartFormInputStream - Error while reading ...
1
vote
1answer
60 views

Can I add a “Blank/ Not applicable” choice to a Wicket 1.5 CheckBoxMultipleChoice backed by an enum?

In my application, every Foo has a Category. Foo.Category is an internal enum in class Foo. When creating a Foo on its given form page, the user selects a Category from a drop down typed to the ...
3
votes
0answers
94 views

wicket create a dynamic return class from getHomePage

I am building a web application using Wicket 1.5. I need to decide if the user that is currently logged in is an admin or a regular user and display different page for each of them. My code: public ...
0
votes
1answer
151 views

Wicket RadioGroup, AjaxFormChoiceComponentUpdatingBehavior, Form Submit?

I got a RadioGroup in Wicket with an AjaxFormChoiceComponentUpdatingBehavior added. Upon triggering the change, the behavior is sending a POST, but other changes on the parent form are not ...
0
votes
0answers
143 views

AbstractAjaxTimerBehavior start immediately

I'm trying to set an AbstractAjaxTimerBehavior to start immediately when called and then be repeated every X seconds (let's say 10 seconds), but i couldn't find something. I thought of a hack by ...
0
votes
2answers
154 views

Adding additional components to a web page after rendering by Wicket

I have a requirement to create a web page using Wicket 1.5, which can present a variable number of panels to capture user input. All the panels have the same structure. The page would start off with ...
-1
votes
1answer
85 views

File interceptor in Wicket?

Do we have any functionality available in Apache Wicket for file uploads, where i can have different properties like file object,content Type,file name readily available.
1
vote
1answer
248 views

Wicket asynchronous job

I have a page on which I load more select lists with many values populated from database. Now from data base I cannot do much more to optimize that select I'm wondering if is possible to do something ...
2
votes
1answer
323 views

Force page expiration in wicket 1.5.8

I'm trying to expire all previous versions of a given page with Wicket 1.5.8. In wicket 1.4, it was done by getPage().getPageMap().clear(). Now in wicket 1.5, page map is gone, and I can't figure out ...

1 2 3 4