Re: [vote] rebuild of wicket-1.3.0-beta 2

2007-06-29 Thread jweekend
FYI, I successfully downloaded the 1.3.0 beta2 release from http://www.apache.org/dist/wicket/1.3.0-beta2/ . We're putting a course together, based on 1.3 so hopefully the APIs are fairly stable now. Having said that, if there is stuff that no longer makes any sense (unhelpful naming, bad signatu

Wicket get together at O'Reilly Open Source convention? (Portland Oregon USA)

2007-06-29 Thread Sean Sullivan
The O'Reilly open source convention is happening July 23-27 in Portland Oregon (USA): http://conferences.oreillynet.com/os2007/ Are there any Wicket people coming to Portland for OSCON? I could organize an informal gathering or (perhaps) an official birds-of-feather session: http://conferen

Re: [vote] rebuild of wicket-1.3.0-beta 2

2007-06-29 Thread Martijn Dashorst
I have enough +1's from PMC members, so I have started the upload to the mirroring system. I'll send a general announcement tomorrow with download details and I hope that maven also has updated its repository. If that is done, and I still have energy I'll document the process for what its worth (

Re: any objections to upgrade to slf4j 1.4.0?

2007-06-29 Thread Frank Bille
On 6/29/07, Johan Compagner <[EMAIL PROTECTED]> wrote: We are on 1.3.1 now but i see there is a 1.4.0 and i have to use it anyway in another project (thats also using wicket) so i could also upgrade wicket to 1.4.0 +0 Frank

Re: [vote] rebuild of wicket-1.3.0-beta 2

2007-06-29 Thread Frank Bille
On 6/28/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: [x] I have checked the distribution and +1 its release [ ] I haven't checked the distribution and +0 its release [ ] I have checked the distribution and -1 its release because... I will try to upload this to the mirroring site once we have

Re: PageStore serializes more than needed ?

2007-06-29 Thread Matej Knopp
Hi, indeed, (2) was a bug and it should be fixed now. Thanks for spotting it. -Matej On 6/29/07, Matej Knopp <[EMAIL PROTECTED]> wrote: a page should definitely not be serialized twice per request, i'll look at it right now. as for (2), it is necessary to serialize page after every request. V

Re: PageStore serializes more than needed ?

2007-06-29 Thread Matej Knopp
a page should definitely not be serialized twice per request, i'll look at it right now. as for (2), it is necessary to serialize page after every request. Version manager can track soem changes, but not all of them (consider simple counter examples that does count++ - version manager is not invo

PageStore serializes more than needed ?

2007-06-29 Thread Jan Vermeulen
I have been debugging the FilePageStore behavior, and I came across the following things that surprised me: (1) a page (with the same id & versionNumber) gets serialized 2x when a new version has been ended: * at the moment the SecondLevelCachePageVersionManager.endVersion() is called, it stores

Re: [vote] rebuild of wicket-1.3.0-beta 2

2007-06-29 Thread Eelco Hillenius
[ x ] I have checked the distribution and +1 its release [ ] I haven't checked the distribution and +0 its release [ ] I have checked the distribution and -1 its release because... Eelco

Re: any objections to upgrade to slf4j 1.4.0?

2007-06-29 Thread Igor Vaynberg
+1 -igor On 6/29/07, Johan Compagner <[EMAIL PROTECTED]> wrote: We are on 1.3.1 now but i see there is a 1.4.0 and i have to use it anyway in another project (thats also using wicket) so i could also upgrade wicket to 1.4.0 johan

Re: [vote] rebuild of wicket-1.3.0-beta 2

2007-06-29 Thread Igor Vaynberg
[x] I have checked the distribution and +1 its release -igor

Re: any objections to upgrade to slf4j 1.4.0?

2007-06-29 Thread Al Maw
Johan Compagner wrote: We are on 1.3.1 now but i see there is a 1.4.0 and i have to use it anyway in another project (thats also using wicket) so i could also upgrade wicket to 1.4.0 Fine, provided they're drop-in compatible, which I think they are. Al -- Alastair Maw Wicket-biased blog at ht

Re: any objections to upgrade to slf4j 1.4.0?

2007-06-29 Thread Sean Sullivan
+1 On 6/29/07, Johan Compagner <[EMAIL PROTECTED]> wrote: We are on 1.3.1 now but i see there is a 1.4.0 and i have to use it anyway in another project (thats also using wicket) so i could also upgrade wicket to 1.4.0 johan

Re: any objections to upgrade to slf4j 1.4.0?

2007-06-29 Thread Martijn Dashorst
+1 On 6/29/07, Johan Compagner <[EMAIL PROTECTED]> wrote: We are on 1.3.1 now but i see there is a 1.4.0 and i have to use it anyway in another project (thats also using wicket) so i could also upgrade wicket to 1.4.0 johan -- Wicket joins the Apache Software Foundation as Apache Wicket Joi

any objections to upgrade to slf4j 1.4.0?

2007-06-29 Thread Johan Compagner
We are on 1.3.1 now but i see there is a 1.4.0 and i have to use it anyway in another project (thats also using wicket) so i could also upgrade wicket to 1.4.0 johan

Re: Background Image in tag

2007-06-29 Thread Philip A. Chapman
Joynty, On Fri, 2007-06-29 at 13:42 +0100, Al Maw wrote: > Joynty wrote: > > Hello, > > i'm searching for a solution to set ab background picture for the page or > > table. > > Please can you post such questions to the users list in future. > > The dev list is for discussion related directly to

Re: Background Image in tag

2007-06-29 Thread Al Maw
Joynty wrote: Hello, i'm searching for a solution to set ab background picture for the page or table. Please can you post such questions to the users list in future. The dev list is for discussion related directly to the development of the framework only, not for basic user questions like thi

Re: Background Image in tag

2007-06-29 Thread C. Bergström
Joynty wrote: thanks to C. Bergström for the fast answer. You're most welcome and thanks for posting that snippet. Also please try to remember to inline/bottom-post and trim your reply. Best, ./C

Re: Background Image in tag

2007-06-29 Thread Joynty
i have testet and it works fine for me with 1.2 :-) I will show the code for other user with the same prob. test.html: Audio Recorder . test.java: add(new StyleSheetReference("pageCSS", getClass(), "css/page.css")); css/pag

Re: [vote] rebuild of wicket-1.3.0-beta 2

2007-06-29 Thread Johan Compagner
if it is exactly the same as before and now with the 2 extra jars: [X] I have checked the distribution and +1 its release On 6/28/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote: The build now includes guice and ioc, and the release notes (list of fixed JIRA issues) [ ] I have checked the dist

Re: Background Image in tag

2007-06-29 Thread Joynty
Thanks for the fast reply. I will try your tipp and hope that the foo.css will find the images within the box. "C. Bergström" wrote: > > Joynty wrote: >> Hello, >> i'm searching for a solution to set ab background picture for the page or >> table. >> i searched for 2 weeks but i don't find work

Re: Background Image in tag

2007-06-29 Thread C. Bergström
Joynty wrote: Hello, i'm searching for a solution to set ab background picture for the page or table. i searched for 2 weeks but i don't find workaround. In this forum i also didn't find one or the fragmentet snippets don't help me couse i'm new with Wicket. the problem is the path within the box

Background Image in tag

2007-06-29 Thread Joynty
Hello, i'm searching for a solution to set ab background picture for the page or table. i searched for 2 weeks but i don't find workaround. In this forum i also didn't find one or the fragmentet snippets don't help me couse i'm new with Wicket. the problem is the path within the box and i don't fi