CheckGroup and ListView

2010-04-13 Thread Mohammad Salman
I use a ListView to populate a CheckGroup with Check objects. It works fine and all the check boxes are displayed properly. But when I try to add a new check box to the ones previously added, I keep getting the new one along with the previous ones in duplicate. Here is my code. (I apologize

How does IAjaxIndicatorAware really works?

2010-04-13 Thread Ilia Poliakov
My goal is to show a modal div with loading animation gif during AJAX requests. The easiest way I found is to use jQuery dialog. But to show the dialog a javascript event must be triggerred first. When I use IAjaxIndicatorAware this event is obviously onShow, which unfortunately does not exist.

Datatable template Design

2010-04-13 Thread chinedu efoagui
Hi all, I want to change the default look and feel of datatable and AjavaDefaulttable Could anyone point me in the right direction on where i can get cool templates/ desin for the above mentioned components. Thanks - To

WICKET-2832

2010-04-13 Thread Kent Tong
Dear all, Any idea on https://issues.apache.org/jira/browse/WICKET-2832 ? If it is fine, I may take some time to create submit a patch. -- Kent Tong Case studies on ITIL, Linux, OpenOffice and Extreme Programming at http://www2.cpttm.org.mo/cyberlab

Urgent: Business Opportunity

2010-04-13 Thread Steve Olara
Hello,   How are you doing? It has been a long time since we communicated. Am still job searching but working as Web application developer with a small company in Birmingham but in ASP.Net. Because of this one of recuirement company is called me with interest in a contractor that can train and

Re: Re: how to make a wicket web editor

2010-04-13 Thread wicketyan
thanks mj! it looks like I have to learn jquery.your second solution is too hard for me. 2010-04-13 wicketyan 发件人: m j 发送时间: 2010-04-13 11:56:26 收件人: users 抄送: 主题: Re: how to make a wicket web editor Well, if you know how to use JQuery you can hard code the javascript

Re: Datatable template Design

2010-04-13 Thread wicketyan
template?the datatable's look and feel are concrolled by css 2010-04-13 wicketyan 发件人: chinedu efoagui 发送时间: 2010-04-13 17:38:03 收件人: users 抄送: 主题: Datatable template Design Hi all, I want to change the default look and feel of datatable and AjavaDefaulttable Could anyone point

Re: How does IAjaxIndicatorAware really works?

2010-04-13 Thread James Carman
There's a veil component in wicketstuff-minis (I believe it's still there). I'd look there first. On Tue, Apr 13, 2010 at 3:47 AM, Ilia Poliakov ipol...@web.de wrote: My goal is to show a modal div with loading animation gif during AJAX requests. The easiest way I found is to use jQuery

Re: How to get stable DOM IDs without hacks?

2010-04-13 Thread Pierre Goupil
Craig is absolutely right, of course, but if you want to be aware of what an id value is and OK to manage its uniqueness, setMarkupId() still applies. A use case for this is, for instance, a Selenium test: Selenium locates the HTML elements by ids and you have to know them at page-write time in

Re: Urgent: Business Opportunity

2010-04-13 Thread Steve Olara
Hello All, Sorry, about the mess up. This mail was ment for JWeekend but I by mistake sent it to all users. My appologies. Stephen From: Steve Olara steveol...@yahoo.co.uk To: users@wicket.apache.org; jweekend_for...@cabouge.com Sent: Tue, 13 April, 2010

uploadprogressbar

2010-04-13 Thread Josh Kamau
Hi, I'm trying to use an upload progressbar, the problem is that it does not appear whent I use an ajaxsubmit button but appears when i used the form onSubmit method. what could be the problem. Regards,

Re: Wicket And GAE

2010-04-13 Thread Josh Kamau
Thanks so much Rich for that information .I kept getting the Deserialization errors . Am a using Guice and JPA alongside wicket. I have since given up on using GAE and am shopping for a VPS or servlet hosting. Regards. Josh On Tue, Apr 13, 2010 at 4:51 AM, Richard Nichols

SV: uploadprogressbar

2010-04-13 Thread Wilhelmsen Tor Iver
Hi, I'm trying to use an upload progressbar, the problem is that it does not appear whent I use an ajaxsubmit button but appears when i used the form onSubmit method. what could be the problem. Possibly it starts out invisible, and in that case you need to call

Re: uploadprogressbar

2010-04-13 Thread Josh Kamau
It says cannot update component whose setRenderBodyOnly is set to true. On Tue, Apr 13, 2010 at 2:38 PM, Wilhelmsen Tor Iver toriv...@arrive.nowrote: Hi, I'm trying to use an upload progressbar, the problem is that it does not appear whent I use an ajaxsubmit button but appears when i

Re: How to get stable DOM IDs without hacks?

2010-04-13 Thread McIlwee, Craig
Not quite true. What I've done is the past is record my tests w/ the IDE then export to Java. Once you've got the JUnit generated for you it's not too hard to take a quick pass and convert all of the ID lookups to XPath lookups. If you know for sure when writing the test that the ID really

Wicket on a major italian bank (Intesa SanPaolo)

2010-04-13 Thread Giovanni
Dear Wicketers, I am happy to announce that Wicket has been used successfully by me and my team to create two web applications in a major italian bank (Intesa SanPaolo). The two web apps are deployed as follows: - the biggest one on the bank intranet - the smallest one on internet Here you can

Question on close button of modal windows

2010-04-13 Thread Konstantin Stepanyuk
Hi all, Thanks for your great product! I have a question (or feature request) regarding the close button. There is default closing button ('X') on each Wicket modal window. It works perfectly, but also it interacts with server. Is it possible to disable this interaction and make the button

Re: How does IAjaxIndicatorAware really works?

2010-04-13 Thread ipoliak
veil is not modal. There is an option to write my own modal dialog but it's the last thing I want to do James Carman-3 wrote: There's a veil component in wicketstuff-minis (I believe it's still there). I'd look there first. -- View this message in context:

Job opportunities (Netherlands)?

2010-04-13 Thread Reinout van Schouwen
Hi everyone, In a few months' time my current contract will end. I am looking for a job where I can use my current Wicket skills and perhaps learn some more. :) Preferably located somewhere in the Rotterdam / Randstad region. If you know of an organisation with opportunities for a Wicket

Re: How does IAjaxIndicatorAware really works?

2010-04-13 Thread James Carman
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/minis-parent/minis/src/main/java/org/wicketstuff/minis/veil/wicket-veil.js The Javadocs say that it blocks events. Isn't that all you need? On Tue, Apr 13, 2010 at 8:22 AM, ipoliak ipol...@web.de wrote: veil

Re: How does IAjaxIndicatorAware really works?

2010-04-13 Thread James Carman
Sorry, not javadocs, but comments. Too early yet. :) On Tue, Apr 13, 2010 at 8:27 AM, James Carman jcar...@carmanconsulting.com wrote: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/minis-parent/minis/src/main/java/org/wicketstuff/minis/veil/wicket-veil.js

Re: Job opportunities (Netherlands)?

2010-04-13 Thread Josh Kamau
May be we need a forum for wicket jobs... On Tue, Apr 13, 2010 at 3:25 PM, Reinout van Schouwen rein...@gmail.comwrote: Hi everyone, In a few months' time my current contract will end. I am looking for a job where I can use my current Wicket skills and perhaps learn some more. :)

Ajaxfallbackbutton and uploadprogressbar

2010-04-13 Thread Robert Kimotho
Hi, I'm using an uploadprogressbar in a form that is being submitted using ajaxfallbackbutton, the following is the code, final Form images = new Form(images_form); images.setMaxSize(Bytes.megabytes(7)); final UploadProgressBar progress = new

Re: Datatable template Design

2010-04-13 Thread chinedu efoagui
Ya i know . What i meant was is there some very cool css out there for the datatable and Ajaxdefeultdatatable. The styles that come with wicket by default seems boring. Could you point me in the right direction on some cool css for the datatable On 4/13/10, wicketyan wicket...@gmail.com wrote:

Re: Wicket And GAE

2010-04-13 Thread jbrookover
I'm pretty committed to a project using Wicket on GAE. I haven't encountered any deserialization issues that people have been bringing up, which makes me worry a bit since I've encountered (and dealt with) a slew of other issues :) Regarding the HttpSessionStore, I discovered a bad coding

Re: Re: how to make a wicket web editor

2010-04-13 Thread James Carman
Have you tried using visrual wicket's rich text editor? There's an example here: http://visural-wicket-examples.appspot.com/app/ I've never used it, but it looks pretty cool (so does the other stuff). On Tue, Apr 13, 2010 at 6:49 AM, wicketyan wicket...@gmail.com wrote: thanks mj! it looks

Re: Setting TreeState in new page

2010-04-13 Thread AleXeL
Hi Seven Corners, I'm facing the same problem but I still don't find how to fix it. Let me explain how I tried to handle it. 1 . I store a TreeNode in a variable 'tnProjet' when I click on the leaf. 2 . I call my class in a new page. 3 . Thus, the TreeState should be initialized with the

Re: AW: Fading Content Updates Into a Ajax Refreshing ListView

2010-04-13 Thread DaHe
That was very very hepfull !!! Thanks! =) igor.vaynberg wrote: see here http://wicketinaction.com/2008/10/repainting-only-newly-created-repeater-items-via-ajax/ this will get you most of the way there, then just add some js effects -igor On Mon, Apr 12, 2010 at 3:44 PM, DaHe

Re: Wicket And GAE

2010-04-13 Thread marc fawzi
Hey guys I'm new to Wicket I've made two discoveries with respect to GAE and Wicket: 1. I figured out how to keep my GAE app instance hot at all times (well, at least for 99.9% of the time.. the GAE still produces transient errors every now and then) -- It's really simple: just have a script

Beginner localization question

2010-04-13 Thread Alexandros Karypidis
Hi, How can I have Wicket resolve a key to some localized messages with my own code at runtime? The reason I ask is because I have this use case: 1) I use Java enumerations to strongly-type a RadioChoice control: public enum RadioOptions { ONE, TWO, THREE } 2) I strongly-type a RadioChoice

Re: Wicket on a major italian bank (Intesa SanPaolo)

2010-04-13 Thread nino martinez wael
I wanted to send you the direct link, but apparently the wiki are undergoing maintenance. The link to the wiki are this: http://cwiki.apache.org/WICKET 2010/4/13 Giovanni pino_o...@yahoo.com: Dear Wicketers, I am happy to announce that Wicket has been used successfully by me and my team to

Re: Job opportunities (Netherlands)?

2010-04-13 Thread Cemal Bayramoglu
Have you checked the power cable is plugged in, Sir? I like to see this forum as much much more than just an improbably user-friendly, efficient and free 365*7*24 technical support service that you could not buy for love nor money anywhere else I've been. Some people do appreciate having a

Re: WICKET-2832

2010-04-13 Thread Igor Vaynberg
what about https://issues.apache.org/jira/browse/WICKET-1830 ? -igor On Tue, Apr 13, 2010 at 3:35 AM, Kent Tong k...@cpttm.org.mo wrote: Dear all, Any idea on https://issues.apache.org/jira/browse/WICKET-2832 ? If it is fine, I may take some time to create submit a patch. -- Kent Tong

Re: Beginner localization question

2010-04-13 Thread Igor Vaynberg
if you have a component/page you can use component.getstring() if not you can get the localizer from application and use that, afaik application.get().getresourcesettings().getlocalizer() -igor On Tue, Apr 13, 2010 at 9:33 AM, Alexandros Karypidis akary...@yahoo.gr wrote: Hi, How can I have

Re: Google Charts integration

2010-04-13 Thread Major Péter
It's available here: https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicketstuff-core/googlecharts-parent/ Regards, Peter 2010-04-12 22:28 keltezéssel, Major Péter írta: I've just started to move the application into wicketstuff-core. I will check also, whether the API has

Re: AjaxFormValidatingBehavior and caret (cursor) position

2010-04-13 Thread lampholder
Hi, I was just wondering if anyone ever found a solution to this infuriating problem? I've been scratching my head for days now and haven't been able to find a work-around for the caret repositioning issue. Cheers, Tom Thomas Jäckle wrote: Hi everyone. I found this on the mailing

Re: WICKET-2832

2010-04-13 Thread Kent Tong
igor.vaynberg wrote: what about https://issues.apache.org/jira/browse/WICKET-1830 ? Didn't notice that. wicket:path would work. However, I really think my solution is better because you don't need to specify the full path (which may change easily). In most case, one only needs to specify

PackageResource that isn't tied to session; returns 302?

2010-04-13 Thread Nikita Tovstoles
Given this page: public class Page2 extends WebPage { public Page2() { add(new Image(plainImage, image.png)); PackageResource packageResource = PackageResource.get(Page2.class, image.png); add(new Image(pkgImage, packageResource)); } } plainImage produces an img that returns a 304 on page

Re: automatic palette sorting

2010-04-13 Thread robert.mcguinness
sorry for the late response. in the middle of huge Wicket rewrite of old JSP app. Below is the example usage we use. I doesn't sort onload since that is done in the backend. Tested this in IE 8/7/6. Wicket.Palette.sortOptions=function(box) { var data = new Array(); for(i

STump

2010-04-13 Thread Stefan Lindner
I was not able to build stump from http://sourceforge.net/apps/trac/stump (stump is new for wicket bench). Can anybody help me? Maven says: [INFO] Failed to resolve artifact. Couldn't find a version in [1.0.0-v20070606] to match range [1.0.0,2.0.0)