Re: generics

2008-06-28 Thread Igor Vaynberg
i have just checked in the refactored generics into trunk. there are some unit test failures that need to be looked at, i wont have time until tomorrow evening though; if someone can look into the tests in the meanwhile that would be great. -igor On Fri, Jun 27, 2008 at 11:49 AM, Timo Rantalaiho

Re: 1.3.4 == 1.3-SNAPSHOT?

2008-06-28 Thread Jeremy Thomerson
In a nutshell, yes. On Sat, Jun 28, 2008 at 7:53 PM, David Nedrow <[EMAIL PROTECTED]> wrote: > Is 1.3.4 a "lock" of one of the 1.3-SNAPSHOTs? IE., if I've been using a > snapshot, should I simply swap libraries out for 1.3.4? > > -David > >

1.3.4 == 1.3-SNAPSHOT?

2008-06-28 Thread David Nedrow
Is 1.3.4 a "lock" of one of the 1.3-SNAPSHOTs? IE., if I've been using a snapshot, should I simply swap libraries out for 1.3.4? -David - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: Checkbox tree component

2008-06-28 Thread Doug Leeper
If the tree is pre-loaded, it is easier. When the checkbox is selected, iterate through the children nodes and set its state to selected. The dynamically loaded is alot trickier...as you would have to load the tree from the selected node and then iterate and set the children notes to selected.

Re: Effect for Ajax

2008-06-28 Thread Mathias P.W Nilsson
It worked now. Have some problem with the Effect.HighLight in Firefox but the reason for the problem was that my GZipFilter zipped the javascripts resources. -- View this message in context: http://www.nabble.com/Effect-for-Ajax-tp18138812p18173126.html Sent from the Wicket - User mailing list a

Re: problem at startup

2008-06-28 Thread Sergiy Yevtushenko
Maarten Bosteels wrote: I think an "mvn clean compile" will solve this. It doesn't. I've tried this as well as many other things including fresh wicket sources install from svn. Also, the issue is reproducible with quickstart (with obvious change in pom.xml - adding of proper compiler version

Wikcet Freechart and SVG

2008-06-28 Thread Manuel Corrales
Hi, i have some jfreechart generated images on my application. I did this using an example on the wicket wiki. I wonder if i can do the same thing, but sending an SVG image to the client. I have the svg generated by jfreechar but now i dont know how can i use this on the html and on the Page with w

Re: [ANNOUNCE] Apache Wicket 1.3.4 is released!

2008-06-28 Thread Paolo Di Tommaso
Really a good news. Congratulations! -- Paolo On Fri, Jun 27, 2008 at 12:35 AM, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > The Apache Wicket team is proud to announce the availability of the fourth > maintenance release: Apache Wicket 1.3.4. A lot of bugs have been squashed > and > several i

Re: problem at startup

2008-06-28 Thread Maarten Bosteels
I think an "mvn clean compile" will solve this. Maarten On Fri, Jun 27, 2008 at 9:14 PM, Sergiy Yevtushenko < [EMAIL PROTECTED]> wrote: > Timo Rantalaiho wrote: > > Me too. Probably it worth to report the issue to Sun, because it looks >>> like JVM issue. >>> >> >> Or searching in the Bug parad