[Wicket-user] Editable tree table in 2.0?

2006-09-04 Thread Per Ejeklint
I looked at the live examples and found that the Editable Tree Table would be very useful for me. But it seems that this is not in 2.0 extensions yet. Any words on when it will be?/Per Per Ejeklint: Consultant at Heimore Group AB, Kungsg. 33 11th floor, SE-111 56 Stockholm,

Re: [Wicket-user] Wicket 2.0: Wicket.Ajax.AutoComplete is not a constructor

2006-09-04 Thread Stefan Lindner
A little supplement: The other javascript resources are present: script type=text/javascript src=/Visiomedic/app/resources/wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax-debug-drag.js/script script type=text/javascript

Re: [Wicket-user] Editable tree table in 2.0?

2006-09-04 Thread Per Ejeklint
Aha, it has righteously been elevated to divine status! Nice! And thanks for the excellent work on this stuff. Very well done, very neat and very useable. Have you considered adding possibility to add/ remove rows to the table, using these + / - signs in a table footer? Or is that done

Re: [Wicket-user] Maintaining CheckBox Statewhile traversingpageable listview

2006-09-04 Thread Dipu
Igor, many thanks for the reply, i will do a wiki page on this. Dipu - Original Message - From: Igor Vaynberg To: wicket-user@lists.sourceforge.net Sent: Friday, September 01, 2006 5:01 PM Subject: Re: [Wicket-user] Maintaining CheckBox Statewhile

[Wicket-user] source-repository.html not updated

2006-09-04 Thread David Leangen
Hello! I noticed that the source-repository.html page on the website has not yet been updated. If somebody can tell me where the source is, I could send in a patch. Cheer, David - Using Tomcat but need to do more?

Re: [Wicket-user] source-repository.html not updated

2006-09-04 Thread Martijn Dashorst
It is generated by maven, so with a new deploy of the site (and modified pom.xml) it will be fixed. Martijn On 9/4/06, David Leangen [EMAIL PROTECTED] wrote: Hello! I noticed that the source-repository.html page on the website has not yet been updated. If somebody can tell me where the

Re: [Wicket-user] source-repository.html not updated

2006-09-04 Thread David Leangen
Do you mean that it's already been fixed, and just needs to be redeployed? In any case, I wasn't able to find the source file. Is it not in wicket-parent? Cheers, Dave On Mon, 2006-09-04 at 10:29 +0200, Martijn Dashorst wrote: It is generated by maven, so with a new deploy of the site (and

Re: [Wicket-user] Fully modular web ui

2006-09-04 Thread aaime74
Interesting indeed, but in my case I need exactly the opposite. Geoserver is an open source WFS server that has recently been restructured as a set of modules, and I want each module to be totally pluggable, that is, build the module and drop it in the web application, done. This works

Re: [Wicket-user] source-repository.html not updated

2006-09-04 Thread Martijn Dashorst
On 9/4/06, David Leangen [EMAIL PROTECTED] wrote: Do you mean that it's already been fixed, and just needs to be redeployed? In any case, I wasn't able to find the source file. Is it not in wicket-parent? Yes and pom.xml in branches/wicket-1.x/wicket-parent/pom.xml Cheers, Martijn

Re: [Wicket-user] source-repository.html not updated

2006-09-04 Thread Martijn Dashorst
Deploying as we speak... Martijn On 9/4/06, Martijn Dashorst [EMAIL PROTECTED] wrote: On 9/4/06, David Leangen [EMAIL PROTECTED] wrote: Do you mean that it's already been fixed, and just needs to be redeployed? In any case, I wasn't able to find the source file. Is it not in

Re: [Wicket-user] Editable tree table in 2.0?

2006-09-04 Thread Matej Knopp
Per Ejeklint wrote: Aha, it has righteously been elevated to divine status! Nice! Thanks. And thanks for the excellent work on this stuff. Very well done, very neat and very useable. Have you considered adding possibility to add/ remove rows to the table, using these + / - signs in a

Re: [Wicket-user] Maven2 archetypes

2006-09-04 Thread Martin Funk
i havent seen the patch in the code yet. let me know if there are problems wit it, that i could get rid of. martin Igor Vaynberg schrieb: i think this is a good thing to have, martijn will you encorporate the patch? -Igor On 8/29/06, *Martin Funk* [EMAIL PROTECTED] mailto:[EMAIL

[Wicket-user] Wicket coding style

2006-09-04 Thread Che Schneider
Hi all, Is there a decent resource somewhere on how to do things 'properly' (aka nice and clean :) in wicket? I can always think of quite a few ways to solve a problem but since I am totally new to wicket I am not sure which way is the right one.. Example: In a custom panel I want to create a

[Wicket-user] image l10n and path and submit tracking

2006-09-04 Thread Jaime De La Jara
I've been investigating the issue of localized images and their location in the application folders and I haven't found a simple way to handle it. I've taken a look at SubmitLink but when I add an image using :add(new Image("cancelButtonImage", new ResourceModel("button.cancel"))where

[Wicket-user] Change the dataprovider of a dataview

2006-09-04 Thread Peter Neubauer
Hi folks, I would like to change the data detail tabel view for a master table view. How do I do that? Do I have to change the whole Dataview component on the page or just the DataProvider for it or the Model object of the DataProvider? If I isntancieate a new Dataview component on a page, how

Re: [Wicket-user] Wicket 2.0: Wicket.Ajax.AutoComplete is not a constructor

2006-09-04 Thread Igor Vaynberg
this is a known header contribution bug in 1.2.2 we are working on right now. you can either roll back to 1.2.1 or wait for 1.2.3 which should be coming in a week or so.-Igor On 9/4/06, Stefan Lindner [EMAIL PROTECTED] wrote: A little supplement: The other _javascript_ resources are present:

Re: [Wicket-user] Fully modular web ui

2006-09-04 Thread Igor Vaynberg
if you package static files in a jar something needs to be able to access them because the web server obviolsy cant.maybe you build some wicketized bridge to static files that are in a jar.-Igor On 9/4/06, aaime74 [EMAIL PROTECTED] wrote: Interesting indeed, but in my case I need exactly the

Re: [Wicket-user] Wicket 2.0: Wicket.Ajax.AutoComplete is not a constructor

2006-09-04 Thread Stefan Lindner
Dear Igor, it's a 2.0 error too. But thank you for your response! I hope it will be fixes in 2.0 soon. Stefan winmail.dat- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

[Wicket-user] Utf-8 woes... (OT)

2006-09-04 Thread Per Ejeklint
This is slightly off-topic, but since I know there are several Mac and Eclipse users here that has funny chars in their mother languages I ask for hints. I can't get my Wicket app, developed on Eclipse on Mac to render Swedish vowels properly. You that knows how to tweak all encodings, could you

Re: [Wicket-user] image l10n and path and submit tracking

2006-09-04 Thread Jaime De La Jara
The constructor comes from this : Image(java.lang.Stringid, IModelmodel) and it works, however it requires the CANCEL.gif file be located in the same directory of the html page class (it prepends the package name to the image file). This is an example of a more general case of where one

Re: [Wicket-user] Fully modular web ui

2006-09-04 Thread aaime74
Ha, that's the answer I was looking for. So there's no out of the box support for it, althought I do think it would not be so difficult to build one given that you already have infrastructure for static resources. Nice to know. Thank you Best regards Andrea Aime igor.vaynberg wrote: if you

Re: [Wicket-user] Wicket 2.0: Wicket.Ajax.AutoComplete is not a constructor

2006-09-04 Thread Matej Knopp
How is this supposed to work in 1.2.1? I believe the header contribution code is the same. getImplementationId() is the one causing problems here. It should work ok in 2.0, as there is no getImplementationId() anymore. -Matej Igor Vaynberg wrote: this is a known header contribution bug in

Re: [Wicket-user] image l10n and path and submit tracking

2006-09-04 Thread Igor Vaynberg
For the submit and link tracking, the Javadocs say that is not recomended to override this method besides it would work for submits only. Here what I'm looking is some way of intercepting the click of a button or a link. it is not recommended, but it is also non-final :)MyForm.process() { boolean

Re: [Wicket-user] IFrames

2006-09-04 Thread Eelco Hillenius
Thanks. I changed it to InlineFrame. Replaced InternalFrame in Wicket 2.0 and deprecated InternalFrame and added InlineFrame for 1.2. Eelco On 9/3/06, Andrew Berman [EMAIL PROTECTED] wrote: All, Just a minor note that IFRAME stands for Inline Frame

Re: [Wicket-user] Fully modular web ui

2006-09-04 Thread Igor Vaynberg
we dont try to be a kitchen sink of usecases :)if you build one and would like to share it with others we would be happy to let you have your own wicket-stuff module-Igor On 9/4/06, aaime74 [EMAIL PROTECTED] wrote: Ha, that's the answer I was looking for. So there's no out of the box supportfor

Re: [Wicket-user] image l10n and path and submit tracking

2006-09-04 Thread Eelco Hillenius
For the submit and link tracking, the Javadocs say that is not recomended to override this method besides it would work for submits only. Here what I'm looking is some way of intercepting the click of a button or a link. You should be able to use proper OAP (like AspectJ) with Wicket if you

Re: [Wicket-user] image l10n and path and submit tracking

2006-09-04 Thread Igor Vaynberg
also Page has before/afterCallComponet()we have enough hooks, maybe even too many, where you dont need aop-IgorOn 9/4/06, Eelco Hillenius [EMAIL PROTECTED] wrote: For the submit and link tracking, the Javadocs say that is not recomended to override this method besides it would work for submits

Re: [Wicket-user] image l10n and path and submit tracking

2006-09-04 Thread Jaime De La Jara
Ok, thanks. I found the onEndRequest method that does something like what I'm looking for but it's been deprecated. The page hook could be of useful for a submit button but maybe not for a link. Perhaps, I'm not sure, but a generic callback mechanism could be added to the Component class, so pre

Re: [Wicket-user] image l10n and path and submit tracking

2006-09-04 Thread Igor Vaynberg
The page hook could be of useful for a submit button but maybe not for a link. how do you figure?Perhaps, I'm not sure, but a generic callback mechanism could be added to the Component class, so pre and post processor could be added for the event listener methods (onSubmit(), onClick(), etc). we

Re: [Wicket-user] Utf-8 woes... (OT)

2006-09-04 Thread Nino Wael
Hi Per Actually we've had a lot of problems here(denmark) first with eclipse encoding of files, eclipse on windows autmaticly encodes in ISO-8859-1. Worked than one through by specifing it via the shortcut for eclipse (vm args) we forced utf-8 on it. Then for a long period we had what we

[Wicket-user] Woogle is down

2006-09-04 Thread David Leangen
Just thought I'd point out (sorry if this is not the right place): Tried using Woogle today and got a bad gateway error: Bad Gateway The proxy server received an invalid response from an upstream server. - Using Tomcat

Re: [Wicket-user] source-repository.html not updated

2006-09-04 Thread David Leangen
Thanks, Martijn!! On Mon, 2006-09-04 at 10:57 +0200, Martijn Dashorst wrote: Deploying as we speak... Martijn On 9/4/06, Martijn Dashorst [EMAIL PROTECTED] wrote: On 9/4/06, David Leangen [EMAIL PROTECTED] wrote: Do you mean that it's already been fixed, and just needs to be

[Wicket-user] Changing tag attributes

2006-09-04 Thread David Leangen
Could somebody please point me to an example or reference on how to dynamically change tag attributes? I don't recall offhand. I'm trying to do something like this: If no error: span class=noerrRighto!/span Or if error: span class=errSorry, try again!/span Thanks!

Re: [Wicket-user] Changing tag attributes

2006-09-04 Thread Igor Vaynberg
you can either override oncomponenttag(ComponentTag tag) { tag.getAttributes().get/put } or add a behavior to the component - namely an (Simple)AttributeModifier.-IgorOn 9/4/06, David Leangen [EMAIL PROTECTED] wrote: Could somebody please point me to an example or reference on how todynamically

Re: [Wicket-user] Changing tag attributes

2006-09-04 Thread David Leangen
This is exactly what I need. Thanks! Now, to make the code a bit cleaner in my repeater, I'd like to subclass Label, overriding the onComponentTag(ComponentTag) method. I'm a big confused again regarding models... This is the mess I created, which does not work. The part that confuses me the