Re: getObject() still called for Models in a when the content of the enclosure is not rendered?

2007-12-02 Thread Edvin Syse
Done :) https://issues.apache.org/jira/browse/WICKET-1200 -- Edvin Eelco Hillenius skrev: Can you please open an issue for that and attach this code to it? Thanks, Eelco On Dec 2, 2007 3:28 PM, Edvin Syse <[EMAIL PROTECTED]> wrote: I now did the following, and still got the error: mvn arc

maven repository for wicketstuff

2007-12-02 Thread Ryan McKinley
Hello- I am stumbling through learning wicket and am hitting some things I don't grock about maven. I want to run the gmap2 example. When I check it out and then run: $ mvn jetty:run (or mvn install) I get an error that says "Missing: org.wicketstuff:wicket-contrib-gmap2:jar:1.3.0-SNAPSHOT"

How to get siders with wicket

2007-12-02 Thread ddduuu
Hi, all, I know we can use wicket to do page layout for header, content and footer, now I want to add left sider and right sider, so I can put some menu links on each sider, does anyone know how to do that? Thanks, I am a wicket newbie, just trying to learn it. ddd -- View this message in conte

Re: Resource locale problem

2007-12-02 Thread John Patterson
I have upgraded to the latest trunk and the problem still exists On 30 Nov 2007, at 01:40, Johan Compagner wrote: What kind of resource is that? I have simply used a tag in the and wicket is creating the resource. I can see that it is a PackageResource. Normally package resources ref

Re: Binding application to another thred

2007-12-02 Thread Eelco Hillenius
> Thanks. > I just thought that there would be some "correct" way how to do it > because as I read Application.set() is not part of public api. The correct way is not to do it *typically*. If you have a good reason, you can always ignore such comments :-) > My scenario is this: > I have a wizard.

Re: getObject() still called for Models in a when the content of the enclosure is not rendered?

2007-12-02 Thread Eelco Hillenius
Can you please open an issue for that and attach this code to it? Thanks, Eelco On Dec 2, 2007 3:28 PM, Edvin Syse <[EMAIL PROTECTED]> wrote: > I now did the following, and still got the error: > > mvn archetype:create -DarchetypeGroupId=org.apache.wicket \ > -DarchetypeArtifactId=wicket-archety

Re: how to change years in YUI datepicker ?

2007-12-02 Thread Gerolf Seitz
On Dec 3, 2007 10:32 AM, Maris Orbidans <[EMAIL PROTECTED]> wrote: > Hi > > I need a calendar that allows to change years quickly. I have an input > field where user should enter his birth date. > But YUI calendar has buttons to change month only. We can't ask our > users to click on those butt

how to change years in YUI datepicker ?

2007-12-02 Thread Maris Orbidans
Hi I need a calendar that allows to change years quickly. I have an input field where user should enter his birth date. But YUI calendar has buttons to change month only. We can't ask our users to click on those buttons hundred times to move calendar to their birth date. Is there any way t

Re: getObject() still called for Models in a when the content of the enclosure is not rendered?

2007-12-02 Thread Edvin Syse
I now did the following, and still got the error: mvn archetype:create -DarchetypeGroupId=org.apache.wicket \ -DarchetypeArtifactId=wicket-archetype-quickstart \ -DarchetypeVersion=1.3.0-rc1 \ -DgroupId=no.sysedata \ -DartifactId=enclosurebug mvn eclipse:eclipse /src/main/java/no/sysedata/HomeP

serious change for ajax related unit tests

2007-12-02 Thread Gerolf Seitz
hi all, there has been an issue, that ajax related unit tests didn't test with an ajax request, but rather with a normal request[0]. as a consequence, the generated markup inside the ajax response was actually the markup for normal requests (eg. included wicket tags and wicket attributes, which is

RE: cannot render a menubar using menu2 package

2007-12-02 Thread Doug Leeper
Rik, Ok...I see where you are having problems. I updated my local version of wicket-contrib-yui and wicketstuff-yui-examples and ran the example application. I expected it to work but didn't. I saw on the update that some files were changed and checked to see if these changes had any affect bu

Wicket 1.3 rc1 Relative URLs not working properly

2007-12-02 Thread Jeremy Levy
I just upgraded to Wicket 1.3, it was remarkably smooth. It took about 6 hours overall. Every single thing was explained very well in the migration guide and the things i was looking forward to in 1.3 are working perfectly. The only issue I am having is if I have a page this is not mounted as a

Re: Binding application to another thred

2007-12-02 Thread Vit Rozkovec
Thanks. I just thought that there would be some "correct" way how to do it because as I read Application.set() is not part of public api. My scenario is this: I have a wizard. After proceeding to second step I need to transfer large amount of data and store information to database. This operat

Re: Wicket-Seam Integration

2007-12-02 Thread jweekend
Frank, Thanks. I suspect that Seam users will welcome this interesting option you have given them. Regards - Cemal http://jWeekend.co.uk http://jWeekend.co.uk Frank Martínez-3 wrote: > > Hi Cemal, > The topic in the JBoss Seam Forum is: > http://www.jboss.com/index.html?module=bb&op=viewtopic&

Re: Binding application to another thred

2007-12-02 Thread Eelco Hillenius
On Nov 30, 2007 2:40 AM, Vit Rozkovec <[EMAIL PROTECTED]> wrote: > Good day, > when I create new thread, what is the proper way of binding application > to this new thread? If you are sure you want to do this, you can use Application.set(app) Eelco ---

Wicket Trees - presentation/diagram

2007-12-02 Thread jweekend
I'm preparing a presentation on Trees in Wicket (core) for the http://jweekend.com/dev/LWUGReg/ London Wicket Users Group event on Wednesday. Could someone (Matej maybe ;-) take a quick look over http://jweekend.com/presentation/WicketCoreTrees.png this high level UML class diagram (~1024x768)

Using another webapp's authentication

2007-12-02 Thread suranjay
Hi! I'm new to web-security and this is my question. I have a webapp (jsp) which uses Acegi for user login authentication. Once a user has logged in, on the first page he sees, there is a static link that points to a Wicket webapp, deployed in the same servlet container(jboss). Is there a way in

Re: Including 3rd party resources

2007-12-02 Thread Jan Kriesten
hi uwe, > that´s great! now, all i need is to find out, how those 'common' ids are > created ;) > can someone push me to the right direction? is there any agreement already? there isn't yet, so that problem still remains. there has to be one to volunteer on maintaining on such a library of js-li

Re: Including 3rd party resources

2007-12-02 Thread Uwe Schäfer
Jan Kriesten schrieb: hi jan, we had this topic elsewhere before. see http://www.nabble.com/Multiple-JS-libraray-inclusions-tf4285036.html#a12197635 that´s great! now, all i need is to find out, how those 'common' ids are created ;) can someone push me to the right direction? is there any

Re: Including 3rd party resources

2007-12-02 Thread Jan Kriesten
hi uwe, we had this topic elsewhere before. see http://www.nabble.com/Multiple-JS-libraray-inclusions-tf4285036.html#a12197635 best regards, --- jan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Including 3rd party resources

2007-12-02 Thread Uwe Schäfer
Hi sorry if i missed something or this is already discussed or plain stupid. i plan to integrate a few javascript goodies into wicket components and contribute them back. the problem i face is this: if my components bundle, say prototype, this might interfere with other components on the same

RE: cannot render a menubar using menu2 package

2007-12-02 Thread rik rik
Hi Doug, thanks for your help, but I think that the problem is another... The problem is caused by the rendering of the menu2.YuiMenuBar, because it calls VelocityJavascriptContributor in the method getMenuInit passing the file res/menubarinit.vm (below there is the url of the file)https://wicket