Re: [Wicket-user] javascript error 'too much recursion'ifcalendar.js is included more than once

2007-06-30 Thread Nili Adoram
Indeed, if placing a page (modal.setPageCreator()) instead of a panel (modal.setContent()) the date picker is properly displayed even in 1.2.2 Thanks :) Nili Adoram wrote: > sorry for lighting the fire. > you're doing a great job :) > However, when I tried to upgrade to 1.2.6 many errors were thro

Re: [Wicket-user] Wicket get together at O'Reilly Open Source convention? (Portland Oregon USA)

2007-06-30 Thread Eelco Hillenius
> Are there any Wicket people coming to Portland for OSCON? I'd love to, especially since it's reasonably close to Seattle, but my deadlines and wallet won't let me. I was also too late with proposing for a talk. I hope you'll have fun there! Eelco --

Re: [Wicket-user] Error reloading wicket-phonebook - wicket1.3 in glassfish

2007-06-30 Thread Lec
How does the code look like to kill off the ehcache Thread I tried ClassLoader contextClassLoader = Thread.currentThread().getContextClassLoader(); LogFactory.release(contextClassLoader); but it doesn't work igor.vaynberg wrote: > > On 6/30/07, Lec <[EMAIL PROTECTED]> wrote: >>

Re: [Wicket-user] Seam2 and Wicket

2007-06-30 Thread Eelco Hillenius
> So... who's gonna pick it up and start a wicket-stuff project for this? :) Maybe a good start would be to define the case for it. Having an integrated stack can be valueable, and this is where I can imagine Seam integration being really helpful. Would Wicket + Seam be enough to provide a whole a

Re: [Wicket-user] Seam2 and Wicket

2007-06-30 Thread Eelco Hillenius
> I'm quoting Gavin King: > `By the way, it's now possible (easy, in fact) to build Wicket integration > for Seam (...) I imagine it would be interesting to the Wicket community to > have Seam's contextual component model, conversations, BPM integration, > persistence context management, EJB3 integ

Re: [Wicket-user] Error reloading wicket-phonebook - wicket1.3 in glassfish

2007-06-30 Thread Igor Vaynberg
On 6/30/07, Lec <[EMAIL PROTECTED]> wrote: If i deploy the war file and run it, it works fine for the first time. But if i reload the exploded directory in glassfish, it gave me this strange error. So Im wondering if anybody know what this error means... What strange is, this doesn't happen in

Re: [Wicket-user] DynamicWebResources, ResourceLinks, and URL Parameters

2007-06-30 Thread Igor Vaynberg
On 6/30/07, Karl M. Davis <[EMAIL PROTECTED]> wrote: Hey there all, I've got a DynamicWebResource that I'm mounting via mountSharedResource(...) and creating a ResourceLink to. That Resource requires parameters and I'd love for it to operate similar to how IndexedParamUrlCodingStrategy works,

[Wicket-user] Seam2 and Wicket

2007-06-30 Thread Remco Bos
On tss there is a discussion about Seam2 integration with Wicket, I mean Apache Wicket! I'm quoting Gavin King: `By the way, it's now possible (easy, in fact) to build Wicket integration for Seam (...) I imagine it would be interesting to the Wicket community to have Seam's contextual component

Re: [Wicket-user] Paging data without using DataProvider.size() ?

2007-06-30 Thread Lec
hie Gwyn, May be this will help - read all the threads http://www.nabble.com/RE%3A--Contract-for-%22Iterator-IDataProvider.iterator%28int-first%2C-int-count%29%22-tf1395451.html#a11057660 Gwyn wrote: > > Hi, > > Anyone got any suggestions as to the best way to provide a pag

Re: [Wicket-user] RestartResponseAtInterceptPageException / continueToOriginalDestination

2007-06-30 Thread Maurice Marrink
I don't think that is possible but why can't you do the following: user enters username and password on sign in page. form successfully authenticates user. try to continueToOriginalDestination or if there is none, set the responsepage to a homepage or something do the password change check if requi

Re: [Wicket-user] wicket security and acl files

2007-06-30 Thread Maurice Marrink
> > A subject is the root/ abstract entity for a user, principals are > > views or identities of a subject Well I'm glad we all agree on that one :) However as Eelco said a principal can be much more than just a role. So i am a little reluctant to rename Principal to Role. If i wanted to i could

Re: [Wicket-user] Error reloading wicket-phonebook - wicket1.3 in glassfish

2007-06-30 Thread Lec
Would like to add another note. Sometimes I managed to reload the web app without any errors, having said that, however if i reloaded it with or without any error generated, I would not get to see the first page of the wicket-phonebook still. It's always showing the http 404 - The requested resour

[Wicket-user] Error reloading wicket-phonebook - wicket1.3 in glassfish

2007-06-30 Thread Lec
If i deploy the war file and run it, it works fine for the first time. But if i reload the exploded directory in glassfish, it gave me this strange error. So Im wondering if anybody know what this error means... What strange is, this doesn't happen in tomcat 5.1.x.x but in glassfish. And it 's run

[Wicket-user] Ferie

2007-06-30 Thread tormod
I will be out of the office starting 29.06.2007 and will not return until 23.07.2007. Jeg har ferie. Ring 67124464 hvis du trenger hjelp med noe. Med vennlig hilsen Tormod Ă˜verlier - This SF.net email is sponsored by D

[Wicket-user] [ann] Apache Wicket 1.3.0-beta2 has been released

2007-06-30 Thread Martijn Dashorst
This is the second beta for Apache Wicket we have prepared for your pleasure. It also marks the first release since we have been graduated to a top level project of the Apache Software Foundation. In this announcement: - Apache Wicket - This release - Migrating from 1.2 - Downloading the release -

[Wicket-user] DynamicWebResources, ResourceLinks, and URL Parameters

2007-06-30 Thread Karl M. Davis
Hey there all, I've got a DynamicWebResource that I'm mounting via mountSharedResource(...) and creating a ResourceLink to. That Resource requires parameters and I'd love for it to operate similar to how IndexedParamUrlCodingStrategy works, where my parameters are numbered and look like just