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
1
vote
1 answer

Add add same javascript file multiple time in single page using apche wicket framework. Is it possible?

I using a loop and each time this function is call but it add only one javascript file. But i want to trigger the functionality of that javascript file each time . Can anyone please help me? @Override public void renderHead(Component component,…
1
vote
2 answers

Wicket Palette - add values to left list

I have a question about Palette in Wicket, i would add values (on page loading) in the right list but i didn't find a solution. I can only add values to left list using the Model. So please help me. (here in the pic, i would that the list Selected…
Mohamed
  • 2,342
  • 4
  • 21
  • 32
1
vote
1 answer

How to set label to StatelessAjaxSubmitLink?

I need to use wicketstuff's StatelessAjaxSubmitLink but I can't find any way to customize the default label ("Submit Query"). The class does not inherit a setLabel() method. Is there a way how to get around this?
krenkz
  • 484
  • 6
  • 15
1
vote
0 answers

JavaScript error on click in DataGrid table after update to Wicket 9

I have updated my application from Wicket 8.8.0 to 9.2.0 Unfortunately the links in a table do not work anymore after that. As table I use the DataGrid from wicketstuff-inmethod-grid. The JavaScript error when clicking on a table row is: "An error…
Cengiz
  • 5,375
  • 6
  • 52
  • 77
1
vote
1 answer

Handling simultaneous action

I have a GUI screen which consist of 2 buttons, Check Balance and Create Saving. Once any user enters the customer ID and click on 'Check Balance' , details of the customer including their balance will be shown and simultaneously 'Create Saving'…
Trips
  • 35
  • 8
1
vote
1 answer

Apache WicketStuff REST get list of request headers

I am using apache wicket stuff REST, and in a simple API... I would like to get the list of headers and simply display it as debug log. My problem is I am getting an error java.util.UnknownFormatConversionException From…
Borgy Manotoy
  • 1,960
  • 5
  • 27
  • 42
1
vote
0 answers

Does wicket-stuff-gmap3 Support A DropTarget?

I'm developing a web application using Apache Wicket 6 and WicketStuff GMap3, along with Sven Meier's wicketdnd. On the main page I have a table of items and an instance of the GMap3 widget. I would like to be able to drag an item from the table and…
uvdevops
  • 93
  • 8
1
vote
0 answers

A line between coordinates wicketstuff openlayers3

I've been looking around for a while for a solution to draw a line between two points on a openlayers 3 map in openlayers 3 wicketstuff, but can't seem to find any solution. Is there a simple way to do this?
Lars Karlsen
  • 117
  • 9
1
vote
1 answer

How to implement editable grid with 2 related dropdown in wicket?

I need to show the data from DB in table format with edit, save , cancel, delete button, its called editable grid in wicket. In Table row after click on edit button data should be shown on 2 dropdown choices and select data from 1st dropdown then…
nitin
  • 83
  • 1
  • 9
1
vote
2 answers

Wicket 7 with wicketstuff tinymce4 Can't load language

I'm running Wicket 7.5.0 and wicketstuff-tinymcr with the same version. Im trying to initialize a tinyMce editor but I get this error: Failed to…
Jojje
  • 1,749
  • 3
  • 25
  • 44
1
vote
0 answers

How to draw a line with WicketStuff OpenLayers3

I'd like to use WicketStuff OpenLayers3 library to draw simple 'route' line with some interactive markers, based on some GeoJson input. I found sites like: http://tomcat.nervestaple.com/openlayers3-examples-6.0-SNAPSHOT/index , but they show no…
mefiu
  • 11
  • 3
1
vote
0 answers

Ajax and Wicket: find the url of RESTful webservices

I need to create a logon webservice in a wicket application and call it from jQuery $.ajax() function. I've found wicketstuff-restannotations and tried this code: public static class DestinationUrl implements Serializable { private String…
Lucio Crusca
  • 1,277
  • 3
  • 15
  • 41
1
vote
2 answers

How to get user's input from WicketStuff's TinyMCE

Pretty straight-forward question, but I can't find this anywhere. I'm using WicketStuff's TinyMCE to make a Rich Text Editor in my application, and can't find anywhere how to get the input from the text area. For brevity's sake, the following is a…
brent_aof
  • 141
  • 3
  • 12
1
vote
2 answers

Customised Error Message for default DateValidator in Wicket

I'm using DateValidator class to validate the date entered by user. I'm getting generic error message for this. Can I customise the error message without creating a separate Validator class.
Santo
  • 27
  • 1
  • 6
1
vote
1 answer

Base page gets expires when i close the modal window

i have page from this page i am calling new modal window page . now i have cancel button on this modal page . cancel.Onclick simply says - window.close(AjaxRequestTarget) then base page remains for a moment then page gets expire . any help ?
Karn_way
  • 1,005
  • 3
  • 19
  • 42