[Wicket-user] application init() problem

2005-08-08 Thread Dzenan Ridjanovic
Juergen, I am sure that the spelling of the parameters and there values are all correct. I use always English in my programming. I have a feeling that this is somehow related to my tree problems. Several times when I restarted Tomcat, the first execution of my application gave an error such as

[Wicket-user] Spiral10: Nested list of categories

2005-08-08 Thread Dzenan Ridjanovic
Hi all, You can now run the Spiral10 application (nested list of categories of urls) on my server: http://drdb.fsa.ulaval.ca/urls10/app This spiral can at least be used to get an idea about the Urls application. Dzenan --- SF.Net email is

Re: [Wicket-user] Logout Session

2005-08-08 Thread Johan Compagner
David Liebeherr wrote: I think i will need to do it without a hardcoded redirect bc i need to give the HomePage a parameter so that it can display a "You have been logged out" message on the login screen. But i don't know how to do that with direct URL redirect. I would like to have someting

Re: [Wicket-user] application init() problem

2005-08-08 Thread Juergen Donnerstag
Dzenan, I didn't walk through your code, but the NullPointerException while loading a class makes me suspicious. Are you sure the spelling of the parameters and there values are all correct? Juergen On 8/8/05, Dzenan Ridjanovic <[EMAIL PROTECTED]> wrote: > I have tried to use the application con

Re: [Wicket-user] Logout Session

2005-08-08 Thread David Liebeherr
I think i will need to do it without a hardcoded redirect bc i need to give the HomePage a parameter so that it can display a "You have been logged out" message on the login screen. But i don't know how to do that with direct URL redirect. I would like to have someting like class Login extends W

[Wicket-user] application init() problem

2005-08-08 Thread Dzenan Ridjanovic
I have tried to use the application config params from web.xml in the Spiral11 application. http://drdb.fsa.ulaval.ca/urls/ UrlsApplication wicket.protocol.http.WicketServlet applicationClassName org.wicket.urls.app.UrlsApp dmConfig /WEB-INF/con

Re: [Wicket-user] Newbie has questions about model and URLs

2005-08-08 Thread Phil Kulak
LoadableDetachableModel usersModel = new LoadableDetachableModel() { protected Object load() { return getUserDao().getUsers(); } }; add(new Label("size", ((List) usersModel.getObject()).size().toString())); add(new MyCustomList(usersModel)); On 8/8/05, Vjeran Marcinko <[EMAIL PROTECTED

[Wicket-user] Newbie has questions about model and URLs

2005-08-08 Thread Vjeran Marcinko
Hi. I'm having some hard time grasping basic concepts, so here goes my first question - 1. I want to have a web page that prints users count from db (Label component), and also displays them in a in a table (ListView component). I don't want these list of these users to be stored in HttpSess

Re: [Wicket-user] Reference guide progression

2005-08-08 Thread Johan Compagner
the selection is the thing that is in the model of the choice component. so getModelObject will return the selected value (or values then in a list) johan Erik van Oosten wrote: Excellent. This is exactly the kind of stuff I was waiting for :) Could you write 2 lines for the choise components

Re: [Wicket-user] status of wicket-contrib-dataview?

2005-08-08 Thread Johan Compagner
Trying to work it out soon. Same as you busy busy... johan Igor Vaynberg wrote: that is a very much on the edge project! So there could be problems. And paging is still a thing that needs to be redesigned a bit. How is the paging coming along Johan? -Igor

Re: [Wicket-user] Reference guide progression

2005-08-08 Thread Erik van Oosten
Excellent. This is exactly the kind of stuff I was waiting for :) Could you write 2 lines for the choise components on how to read the selection from the model ? Regards, Erik. Martijn Dashorst schreef: All, I've started working on a reference guide yesterday, and I've got my first p

[Wicket-user] learning Wicket (Spiral11 problems)

2005-08-08 Thread Dzenan Ridjanovic
Hi, To see the Spira11 problems in action, without loading spiral11.zip, you can now execute Spiral11 on my DRDB server: http://drdb.fsa.ulaval.ca/urls11/app The problems are explained at http://drdb.fsa.ulaval.ca/urls11/ In Spiral11 and future spirals there is nothing to change to run you

Re: [Wicket-user] a little OT...

2005-08-08 Thread Phil Kulak
I've had bad experiences with Acegi. The complexity it adds to a project is rediculous and it's difficult (if not impossible) to use a class heirarchy for your users domain instead of the classic "roles" model. Essentially, it forces the relational model into your application which I don't care for

RE: [Wicket-user] status of wicket-contrib-dataview?

2005-08-08 Thread Igor Vaynberg
> that is a very much on the edge project! > So there could be problems. And paging is still a thing that > needs to be redesigned a bit. How is the paging coming along Johan? -Igor --- SF.Net email is Sponsored by the Better Software Con

RE: [Wicket-user] status of wicket-contrib-dataview?

2005-08-08 Thread Igor Vaynberg
Hi Gert, I made ICssProvider extend Serializable so that will fix one of your problems. I changed the NavigatorLabel to work with pageabledataview directly, so that will fix your other problem. Give these changes time to propogate into public cvs. In the future, you are more then welcome to sub

[Wicket-user] asdasda

2005-08-08 Thread David Liebeherr
asdasda begin:vcard fn:David Liebeherr n:Liebeherr;David email;internet:[EMAIL PROTECTED] tel;work:0721 3504990 tel;cell:0176 23564744 version:2.1 end:vcard

Re: [Wicket-user] a little OT...

2005-08-08 Thread Michael Glauche
a pinkelefant wrote: thanks to all for replying ! I glanced through AppFuse , but since it did not have any Wicket integration , I did not follow it closely. I think I will have to give it some more time now.. Michael , the menu link that you sent seems to address the menu UI.. are you working

Re: [Wicket-user] a little OT...

2005-08-08 Thread a pinkelefant
thanks to all for replying ! I glanced through AppFuse , but since it did not have any Wicket integration , I did not follow it closely. I think I will have to give it some more time now.. Michael , the menu link that you sent seems to address the menu UI.. are you working on the generation of t

Re: [Wicket-user] a little OT...

2005-08-08 Thread Troy MacNeil
I'm currently moving an App-Fuse Spring MVC based app to wicket, and would be interested in any code that could ease the process:) Troy On Mon, 2005-08-08 at 15:00 +0200, Juergen Donnerstag wrote: > anyone interested in an old wicket based version of appfuse? It is > about 6 months old because I

Re: [Wicket-user] a little OT...

2005-08-08 Thread Juergen Donnerstag
anyone interested in an old wicket based version of appfuse? It is about 6 months old because I didn't find the time to maintain it. It doesn't have all the nice features you are looking at, as it was meant to proove that wicket works with "real" application, but may be it is a starting point for y

Re: [Wicket-user] a little OT...

2005-08-08 Thread Michael Glauche
a pinkelefant wrote: Hi all, I am trying to come up with a application framework around Wicket.I want to include the following components so that its easy to build or start on a complete website and don't have to start from scratch. Please let me know if anybody has any suggestions for some part

Re: [Wicket-user] a little OT...

2005-08-08 Thread Sergey Pariev
Hi. I think you should look at Appfuse (appfuse.dev.java.net) project. Unfortunately, it doesn't include Wicket support yet, but at least you can take ideas on 1), 2) and maybe 5) and 6) there. HTH, Sergey Pariev. a pinkelefant пишет: Hi all, I am trying to come up with a application fr

Re: [Wicket-user] status of wicket-contrib-dataview?

2005-08-08 Thread Gert Jan Verhoog
On Aug 8, 2005, at 14:37, Johan Compagner wrote: that is a very much on the edge project! Yeah. It's exiting, isn't it? :-) I actually started out with my own implementations of paged/sortable lists, but my implementation turned out to be very similar to DataTable and its supporting classe

Re: [Wicket-user] status of wicket-contrib-dataview?

2005-08-08 Thread Johan Compagner
that is a very much on the edge project! So there could be problems. And paging is still a thing that needs to be redesigned a bit. johan Gert Jan Verhoog wrote: Hi list, I'm playing around with the various list and paging components, and I was wondering about the status of wicket-contrib

[Wicket-user] a little OT...

2005-08-08 Thread a pinkelefant
Hi all, I am trying to come up with a application framework around Wicket.I want to include the following components so that its easy to build or start on a complete website and don't have to start from scratch. Please let me know if anybody has any suggestions for some partial / complete framewor

[Wicket-user] status of wicket-contrib-dataview?

2005-08-08 Thread Gert Jan Verhoog
Hi list, I'm playing around with the various list and paging components, and I was wondering about the status of wicket-contrib-dataview? Am I supposed to use this at all? I'm asking because I'm having problems using DataTable: - NavigatorLabel uses a method getRowsPerPage() of IPageable

Re: [Wicket-user] Reference guide progression

2005-08-08 Thread Martijn Dashorst
dongping lu wrote: I'm writing a chinese tutorial for my workmates, It may be simple , but may be helpful, and may I post it here when it get ready? Because many of us , including me , have difficulty in reading English materials. So I think a chinese tutorial may help some. I have no proble

Re: [Wicket-user] Reference guide progression

2005-08-08 Thread dongping lu
I'm writing a chinese tutorial for my workmates, It may be simple , but may be helpful, and may I post it here when it get ready? Because many of us , including me , have difficulty in reading English materials. So I think a chinese tutorial may help some. On 8/8/05, Geertjan Wielenga <[EMAIL PRO

Re: [Wicket-user] Reference guide progression

2005-08-08 Thread Geertjan Wielenga
Excellent work. -- Gj Martijn Dashorst wrote: All, I've started working on a reference guide yesterday, and I've got my first piece 'sort of' ready. Is this the kind of guide you are looking for? Martijn Chapter 4. Form Input *Abstract* This chapter shows how you can process inpu

[Wicket-user] Reference guide progression

2005-08-08 Thread Martijn Dashorst
All, I've started working on a reference guide yesterday, and I've got my first piece 'sort of' ready. Is this the kind of guide you are looking for? Martijn Chapter 4. Form Input Abstract This chapter shows how you can process input from users using forms, inputs and other form related com

[Wicket-user] Re: Changed form component id

2005-08-08 Thread Jan Bares
I did some debugging and realized, that the source of the problem is DatePicker design bug. The DatePicker class uses IdAttributeModifier to modify id of the bound text field. DatePicker must be able to modify the attribute too. I will fill a bug report. Jan "Jan Bares" <[EMAIL PROTECTED]> wrot

Re: [Wicket-user] Logout Session

2005-08-08 Thread Johan Compagner
We don't need to backport it to 1.1 because head is still 1.1 backporting to 1.0 is something we don't do anymore automatically, only on special request. For developerment you should be able to use head just fine. You only see some changes (and fixes that you have to do then) a bit earlier...