Re: [Wicket-user] wicket tracking/ controlling

2006-10-30 Thread Aaron Hiniker
WSS is Web Side Story, http://websidestory.com/, but it's not a free service Aaron Korbinian Bachl wrote: Hi, can you please explain and tell more about this WSS (especially what WSS is) ? as it sounds very promising so far... Korbinian Von: [EMAIL

Re: [Wicket-user] location.href not working on button

2006-10-30 Thread Steve Knight
I cannot reliably reproduce the problem. But I have a solution that shouldn't cause any other issues. Simply, change 'location.href' to 'window.location.href' in the generated _javascript_.Steve On 10/27/06, Eelco Hillenius [EMAIL PROTECTED] wrote: Never encountered this. If you have it

Re: [Wicket-user] location.href not working on button

2006-10-30 Thread Steve Knight
For the time being, I am just going to add a SimpleAttributeModifier to my button and generate the onclick code (window.location.href) that way. Seems to work.SteveOn 10/30/06, Steve Knight [EMAIL PROTECTED] wrote: I cannot reliably reproduce the problem. But I have a solution that shouldn't

[Wicket-user] Live wicket examples demo

2006-10-30 Thread Ryan
I am evaluating the wicket framework for a new project and so far I have been very impressed with the quality of the project (and especially so when considering how far it has come in the last year). Over the past week I have been referring to the live wicket demo application only to find it is

Re: [Wicket-user] Live wicket examples demo

2006-10-30 Thread Juergen Donnerstag
Thanks for pointing out, I'm not monitoring it every day I must admit. Unfortunately I've no access right now, but will fix it in 2-3 hrs. Juergen On 10/30/06, Ryan [EMAIL PROTECTED] wrote: I am evaluating the wicket framework for a new project and so far I have been very impressed with the

[Wicket-user] Question on getting Model (1.2-snapshot)

2006-10-30 Thread Erik van Oosten
Hi, I see some very unexpected behavior in getting the model object inside a list view. Here is my case: -- The data classes class Course {...} class Person { private List addresses; ...getter/setters...} class Address { private String street; private String city; ...getter/setters... } --

Re: [Wicket-user] location.href not working on button

2006-10-30 Thread Eelco Hillenius
I've read on a few sites that window.location.href is better supported than location.href (do we actually need the href part too, as I see window.location= mentioned a lot too?). So if there are no objections, I'll change all the location.href to window.location.href. Eelco On 10/30/06, Steve

[Wicket-user] Removal of the final attribute for WebRequestCodingStrategy.urlPrefix(RequestCycle)

2006-10-30 Thread Benjamin Podszun
Hi there. I'd like to vote/ask for the change in my subject: WebRequestCodingStrategy.urlPrefix() should be non-final. It would help me a lot in my current setup. For all those that are interested in the background story: I'm running wicket in an OSGI environment which provides the OSGI http

Re: [Wicket-user] Live wicket examples demo

2006-10-30 Thread Igor Vaynberg
juergen you didnt asnwer the second part of the question :)-igorOn 10/30/06, Juergen Donnerstag [EMAIL PROTECTED] wrote:Thanks for pointing out, I'm not monitoring it every day I must admit. Unfortunately I've no access right now, but will fix it in 2-3 hrs.JuergenOn 10/30/06, Ryan [EMAIL

Re: [Wicket-user] location.href not working on button

2006-10-30 Thread Igor Vaynberg
ive always used window.location myself-igorOn 10/30/06, Eelco Hillenius [EMAIL PROTECTED] wrote:I've read on a few sites that window.location.href is better supported than location.href (do we actually need the href part too, as I seewindow.location= mentioned a lot too?). So if there are no

Re: [Wicket-user] location.href not working on button

2006-10-30 Thread Eelco Hillenius
I'll commit that change now then. Eelco On 10/30/06, Igor Vaynberg [EMAIL PROTECTED] wrote: ive always used window.location myself -igor On 10/30/06, Eelco Hillenius [EMAIL PROTECTED] wrote: I've read on a few sites that window.location.href is better supported than location.href

[Wicket-user] mock-object based unit testing with custom session and application classes

2006-10-30 Thread Chris Conover
Hi All, I am new to Wicket and am trying to write unit tests for the application that I am working on. I am using WicketTester and am following the outline given in the Pro Wicket book but ran into some problems. The basic problem is that we have our own session and application class and this

Re: [Wicket-user] Removal of the final attribute for WebRequestCodingStrategy.urlPrefix(RequestCycle)

2006-10-30 Thread Juergen Donnerstag
Only my 2c. OSGI is a framework which we want to support out-of-the-box. IMO we should rather check whether I our current implementation make sense or whether it is inconsistent. I want to remove final from urlPrefix only if realy necessary. Removing final sound to me like a workaround for an isue

Re: [Wicket-user] Removal of the final attribute for WebRequestCodingStrategy.urlPrefix(RequestCycle)

2006-10-30 Thread Eelco Hillenius
I agree with that, if there is a good solution. Any takers? If there is no good one soon, I'd be +1 for removing final as it at least provides a break out for the moment. Eelco On 10/30/06, Juergen Donnerstag [EMAIL PROTECTED] wrote: Only my 2c. OSGI is a framework which we want to support

Re: [Wicket-user] Live wicket examples demo

2006-10-30 Thread Juergen Donnerstag
I haven't seen any other user mentioning outages. Though Kattare is not perfect they provide good support and fast support and it is for free. Juergen On 10/30/06, Igor Vaynberg [EMAIL PROTECTED] wrote: juergen you didnt asnwer the second part of the question :) -igor On 10/30/06, Juergen

Re: [Wicket-user] Live wicket examples demo

2006-10-30 Thread Juergen Donnerstag
It is up again Juergen On 10/30/06, Juergen Donnerstag [EMAIL PROTECTED] wrote: I haven't seen any other user mentioning outages. Though Kattare is not perfect they provide good support and fast support and it is for free. Juergen On 10/30/06, Igor Vaynberg [EMAIL PROTECTED] wrote:

Re: [Wicket-user] Live wicket examples demo

2006-10-30 Thread Igor Vaynberg
i meant the part where he asked if it was wicket's fault :)-igorOn 10/30/06, Juergen Donnerstag [EMAIL PROTECTED] wrote:I haven't seen any other user mentioning outages. Though Kattare is not perfect they provide good support and fast support and it is forfree.JuergenOn 10/30/06, Igor Vaynberg

Re: [Wicket-user] Live wicket examples demo

2006-10-30 Thread Juergen Donnerstag
From catalina.log: looks like a bug in the example wicket.WicketRuntimeException: Method onLinkClicked of interface wicket.markup.h tml.link.ILinkListener targeted at component [MarkupContainer [Component id = li nk, page = wicket.examples.source.SourcesPage, path = 0:filespanel:file:1:link.S

Re: [Wicket-user] Bug in getting Model? (1.2-snapshot)

2006-10-30 Thread Erik van Oosten
Here is the same pseudo code, but now laid out for better readability. I appreciate any background before I file this as a bug. -- The data classes class Course {...} class Person { List addresses; ...getter/setters.. } class Address { String street; String city; ...getter/setters... } -- The

Re: [Wicket-user] Bug in getting Model? (1.2-snapshot)

2006-10-30 Thread Igor Vaynberg
are you sure the parent of the listitem is really the page, i find that unlikely.but your code wouldnt work either wayyou are adding the label without a model to the listitem. when the label renders it is going to look for the first component in its upwards hierarchy with the compound model, and

[Wicket-user] Wicket 1.2.3 release announcement

2006-10-30 Thread Martijn Dashorst
The Wicket team is pleased to announce the Wicket 1.2.3 release! Wicket is a Java web application framework that takes simplicity, separation of concerns and ease of development to a whole new level. Wicket pages can be mocked up, previewed and later revised using standard WYSIWYG HTML design

[Wicket-user] Download link for v1.2.3 not working.

2006-10-30 Thread kurt heston
Has anyone been able to download v1.2.3? - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere

Re: [Wicket-user] Removal of the final attribute for WebRequestCodingStrategy.urlPrefix(RequestCycle)

2006-10-30 Thread Johan Compagner
Please first debug why it adds 2 times that path.that is just strange.What is for example your fix? What do you do then?johanOn 10/30/06, Benjamin Podszun [EMAIL PROTECTED] wrote: Hi there.I'd like to vote/ask for the change in my subject:WebRequestCodingStrategy.urlPrefix() should be

Re: [Wicket-user] getObjectAsString always empty in 1.2.3

2006-10-30 Thread Martijn Dashorst
Does this mean that downloading of 1.2.3 now works? Martijn -- a href=http://www.thebeststuffintheworld.com/vote_for/wicket;Vote/a for a href=http://www.thebeststuffintheworld.com/stuff/wicket;Wicket/a at the a href=http://www.thebeststuffintheworld.com/;Best Stuff in the World!/a

Re: [Wicket-user] getObjectAsString always empty in 1.2.3

2006-10-30 Thread Johan Compagner
make a test case or debug it a bit to see where the fields are trying to get the value from.johanOn 10/30/06, kurt heston [EMAIL PROTECTED] wrote:None of my Forms work after upgrading from 1.2.rc3 .Can anyone give mea clue what's wrong?No error is thrown, it's just that NONE of my formfield

Re: [Wicket-user] getObjectAsString always empty in 1.2.3

2006-10-30 Thread Martijn Dashorst
Kurt, We'll need some code to see what goes wrong. How do you bind your data to your form? Martijn On 10/30/06, kurt heston [EMAIL PROTECTED] wrote: None of my Forms work after upgrading from 1.2.rc3. Can anyone give me a clue what's wrong? No error is thrown, it's just that NONE of my form

Re: [Wicket-user] Download link for v1.2.3 not working.

2006-10-30 Thread Martijn Dashorst
Probably the mirrors need to get the new files... It is strange, as I've uploaded the distributions yesterday. Martijn On 10/30/06, kurt heston [EMAIL PROTECTED] wrote: Has anyone been able to download v1.2.3? - Using

Re: [Wicket-user] java.lang.NoClassDefFoundError with wicket.proxy.ILazyInitProxy in Weblogic 9.2

2006-10-30 Thread Johan Compagner
Do you know what class it tries to proxy there?NoClassDefFoundError mostly means that the ILazyInitProxy can be found but something its need doesn'tBut that is an interface that doesn't have any exotic things in it. johanOn 10/30/06, Scott T weaver [EMAIL PROTECTED] wrote: Hello,

Re: [Wicket-user] getObjectAsString always empty in 1.2.3

2006-10-30 Thread kurt heston
Only from Australia at last check. Martijn Dashorst wrote: Does this mean that downloading of 1.2.3 now works? Martijn - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [Wicket-user] Download link for v1.2.3 not working.

2006-10-30 Thread kurt heston
Server in Auastralia works. Martijn Dashorst wrote: Probably the mirrors need to get the new files... It is strange, as I've uploaded the distributions yesterday. Martijn On 10/30/06, kurt heston [EMAIL PROTECTED] wrote: Has anyone been able to download v1.2.3?

Re: [Wicket-user] getObjectAsString always empty in 1.2.3

2006-10-30 Thread kurt heston
I've attached a test case I wrote. It works fine until I upgrade the jars. kurt heston wrote: None of my Forms work after upgrading from 1.2.rc3. Can anyone give me a clue what's wrong? No error is thrown, it's just that NONE of my form field values are anything other than an empty string.

Re: [Wicket-user] java.lang.NoClassDefFoundError withwicket.proxy.ILazyInitProxy in Weblogic 9.2

2006-10-30 Thread Scott T weaver
Yeah, I had come to the same conclusion, I was just hoping someone would be Johnny on the spot with an Oh, I had that same exact issue and I did I just deployed the app in Tomcat and it works fine there as well *sigh*. So, I guess I will be dissecting WLS classloader tomorrow, oh joy.

Re: [Wicket-user] java.lang.NoClassDefFoundError withwicket.proxy.ILazyInitProxy in Weblogic 9.2

2006-10-30 Thread Igor Vaynberg
you can try extracting an interface form the object you are proxying - that way cglib wont be used-igorOn 10/30/06, Scott T weaver [EMAIL PROTECTED] wrote: Yeah, I had come to the same conclusion, I was just hoping someone would be Johnny on the spot with an "Oh, I had that same

Re: [Wicket-user] Live wicket examples demo

2006-10-30 Thread Johan Compagner
yes it seems to be a browser with no _javascript_ or something like that(the fallback was clicked on and onClick(ajaxtarget) doesn't seem to check for nullOn 10/30/06, Juergen Donnerstag [EMAIL PROTECTED] wrote: From catalina.log: looks like a bug in the examplewicket.WicketRuntimeException:

Re: [Wicket-user] Live wicket examples demo

2006-10-30 Thread Ryan
I am still curious as to why the application server stops responding from time to time... Perhaps gremlins. =) Ryan On 10/30/06, Johan Compagner [EMAIL PROTECTED] wrote: yes it seems to be a browser with no javascript or something like that (the fallback was clicked on and onClick(ajaxtarget)

Re: [Wicket-user] Using AjaxEventBehavior On A Page Component

2006-10-30 Thread Matthew P. Tilchen
Frank, Sorry for the latency. I was actually using 'onkeypress' and not 'onkeyup'. I tried using 'onkeyup' and that works. Try using 'onkeypress' and see if you can reproduce it. If so, hopefully something can be done to handle 'onkeypress' consistently across all platforms. Does JS even

Re: [Wicket-user] feed of wicket wiki

2006-10-30 Thread Igor Vaynberg
probably because of the import, the entire wiki being added in a very short period of time. as time goes by i think it will drop down to what it should be, not sure how confluence handles that-igor On 10/30/06, ali [EMAIL PROTECTED] wrote: it is very big = 512 kbit is naturally ?--Using Opera's

[Wicket-user] feed of wicket wiki

2006-10-30 Thread ali
it is very big = 512 kb it is naturally ? -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

Re: [Wicket-user] (Not a) Bug in getting Model (1.2-snapshot)

2006-10-30 Thread Erik van Oosten
Thanks Igor, Replacing ListView with PropertyListView did the trick. I missed the obvious fact that the list item's model should also be a CompoundPropertyModel. I tried to reproduce the parent-structure problem. But I can't, so I must have seen something else there. Sorry for that. If did