Re: [Wicket-user] a complete wicket web application example

2006-06-16 Thread karthik Guru
I'm the one to be blamed. A workign implementation is right here on my machine and I haven't moved it into wicket-stuff yet. Guess i was just plain lazy. I will do it this weekend. I worked on it a few months back. My understanding of Wicket has improved quite a bit since then. I will make a few mo

Re: [Wicket-user] Ajax Error

2006-06-16 Thread Igor Vaynberg
i think i already fixed this, can you try the 1_2 branch from svn?-IgorOn 6/16/06, Aaron Hiniker <[EMAIL PROTECTED] > wrote: in IE I am getting an error "Object Expected" when executing the autogenerated "wicketSerialize( this )" in the generated ajax link.  The behavior is bound to onKey

[Wicket-user] Ajax Error

2006-06-16 Thread Aaron Hiniker
in IE I am getting an error "Object Expected" when executing the autogenerated "wicketSerialize( this )" in the generated ajax link.  The behavior is bound to onKeyUp on an input text.  Anyone else seen this error and know how to resolve it in IE? Aaron _

Re: [Wicket-user] Plan to develop a portal

2006-06-16 Thread Igor Vaynberg
trollOn 6/14/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: I know :)On 6/14/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:> but you dont need to use spring template to reap the benefits, and you damn> well know that since we dont :) >> -Igor On 6/14/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

Re: [Wicket-user] Plan to develop a portal

2006-06-16 Thread Eelco Hillenius
I know :) On 6/14/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > but you dont need to use spring template to reap the benefits, and you damn > well know that since we dont :) > > -Igor > > > > On 6/14/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > > > I'm familiar w/ Hibernate but unfortunate

Re: [Wicket-user] [Wicket user] How to trigger an Ajax request from JavaScript

2006-06-16 Thread Gwyn Evans
Does Igor's post in the recent "Adding javascript to Button.onclick" thread help? /Gwyn On 15/06/06, Yuri Magrisso <[EMAIL PROTECTED]> wrote: > Hi, > > I have a page with behaviors that is easier for me to code directly in > JavaScript. I would like to render a page, let the user input data, then

Re: [Wicket-user] Spring 2.0 & Domain object dependency injection

2006-06-16 Thread Igor Vaynberg
no, there are no problems with wicket-spring poject other then some people dont think its a "true" way to integrate with spring. sigh.what the quote below shouldve read was >  This could be the solution to all wicket <-> spring integration problems. Now for someone to actually try it…-IgorOn 6/16/0

Re: [Wicket-user] Spring 2.0 & Domain object dependency injection

2006-06-16 Thread karthik Guru
>  This could be the solution to all wicket-spring integration problems. Now for someone to actually try it…May be I haven't been actively reading the list and missed some relevant posts. Has someone found a problem with current wicket-spring integration?. _

Re: [Wicket-user] a complete wicket web application example

2006-06-16 Thread Gwyn Evans
There was talk of someone having a go at a PetStore implementation, but I don't recall hearing any more on that? /Gwyn On 16/06/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > or even putting together a spec for an ideal example app would be great to > give us a good starting point. > > -Igor > >

Re: [Wicket-user] Plan to develop a portal

2006-06-16 Thread Eelco Hillenius
Thanks for sharing and congrats. Tiny remark: wouldn't you want to work with bookmarkable pages more, especially for things like contact details, terms of use, etc? You shouldn't really need to be in a session to access those pages (you probably want google to index them) and if you mount the urls

Re: [Wicket-user] Wicket 2.0 Model change trap...

2006-06-16 Thread Eelco Hillenius
The funny thing is that IModel started out without that argument and that it only got in there after popular (use) demand and some heavy debate. But we feel more confident about the use cases where we need and don't need the component argument, and now Igor and Johan found some better ways to do th

Re: [Wicket-user] Two or more apps in same deployment

2006-06-16 Thread Eelco Hillenius
Look at WicketSessionFilter for an idea on how to do that. Eelco On 6/14/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > yes, the session of each webapplication/servlet/whatever is stored under a > separate key in httpsession, so you should be able to retrieve it. > > > -Igor > > > On 6/14/06, Br

Re: [Wicket-user] Wicket 2.0 Model change trap...

2006-06-16 Thread John Patterson
Nice one!  It is so fundamental and has always seemed odd to me.  That interface almost put me off using Wicket when I first checked it out.  I know that is a very superficial attitude, but first impressions are important.  I think I may have even hit the back button and then returned for another l

Re: [Wicket-user] Menu Component

2006-06-16 Thread Ayodeji Aladejebi
i am working on one to contribute...tryin to make it very simple..just DHTML container for Wicket Links..but getting well behaved CSS menus is night mare..i may be resorting for _javascript_ instead of CSS...i am signin up with sf.net so that at least i can add some of these to wicket-stuff.its ju

Re: [Wicket-user] Wicket 2.0 Model change trap...

2006-06-16 Thread Igor Vaynberg
well, mark stumbled on some major work-in-progress. johan and i are still trying out our new idea to see if it will work. looks like it will though :)just to quickly summarize some stuff for anyone interested IModel.setObject(Component, Object) -> IModel.setObject(Object)IModel.getObject(Component)

Re: [Wicket-user] header contribution ordering

2006-06-16 Thread Michael Day
I saw the proposed solution. Thanks very much. I haven't had time to try it out yet, but it sounds like it will work perfectly. Thanks, Michael Day On Jun 16, 2006, at 3:32 AM, Davy De Durpel wrote: > > I don't know if you still follow this thread. Maybe you're waiting > for an > alert.

Re: [Wicket-user] Spring 2.0 & Domain object dependency injection

2006-06-16 Thread Igor Vaynberg
no it wont be the solution. havent you guys been following any of the other spring threads? injecting a component is not enough because you never want those dependencies serialized - thus the whole thing about wicket proxying the dependencies it injects. you inject a service into a page's member va

Re: [Wicket-user] Spring 2.0 & Domain object dependency injection

2006-06-16 Thread Eelco Hillenius
Heh. Let's define 'problem' too. Many people are using Spring and Wicket together without any problems (and I'm being one of them)?Anyway, if it solves new problems, we're always happy to hear about new ideas/ get contributions.EelcoOn Jun 16, 2006, at 6:49 AM, Tom van Zummeren wrote:Hey, I was

Re: [Wicket-user] Developing Wicket Menu Widgets

2006-06-16 Thread Eelco Hillenius
I'm not sure whether I get what you are after? Anyway, I think for most widgets, you typically want any images etc. to be created upfront (by a designer/ downloaded from somewhere). Good for preview-ability and possibly for scalability too.I would go for reusing some of the things the _javascript_/

Re: [Wicket-user] Wicket 2.0 Model change trap...

2006-06-16 Thread Eelco Hillenius
Maybe we - core devs - should email about the major changes we are doing in svn/ Wicket 2.0. It's all still very alpha though at this stage. Also, we could /consider/ putting those methods back in with final (so your code will break) and a deprecation message? Or should we just settle for

Re: [Wicket-user] Menu Component

2006-06-16 Thread Igor Vaynberg
not yet, but you are welcome to contribute one :)-IgorOn 6/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi AllThere is any Menu submenu component like swing in WicketRegaradsGangadhar___Wicket-user mailing list Wicket-user@lists.sourceforge.nethtt

Re: [Wicket-user] Menu Component

2006-06-16 Thread Eelco Hillenius
Take a look at wicket-contrib-navmenu. If it is not what you want, it might give you some ideas on how to build one yourself. Eelco On Jun 16, 2006, at 3:55 AM, [EMAIL PROTECTED] wrote: > Hi All > > There is any Menu submenu component like swing in Wicket > > Regarads > Gangadhar > > > __

Re: [Wicket-user] wicket-spring-2.0 now requires wicket-extensions-2.0

2006-06-16 Thread Igor Vaynberg
good catch, thanks-IgorOn 6/16/06, Mark Derricutt <[EMAIL PROTECTED]> wrote: Hey all, was just checking out HEAD to give the new 2.0 stuf a run through and noticed that wicket-spring now has a dependency on wicket-extensions (not declared in pom.xml thou).Design or has someone been playing to-quick

Re: [Wicket-user] Plan to develop a portal

2006-06-16 Thread Igor Vaynberg
do you package it up before you deploy it?-IgorOn 6/16/06, VGJ <[EMAIL PROTECTED]> wrote: typically, no.  I'll regularly re-deploy (through myeclipse), drag/drop into test, and then drag/drop into production.  If I've had enough exceptions to make the server go on the fritz I may have to

Re: [Wicket-user] Spring 2.0 & Domain object dependency injection

2006-06-16 Thread Tom van Zummeren
Hey,   I was there as well, and I agree with you. This could be the solution to all wicket-spring integration problems. Now for someone to actually try it…   Tom   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michiel Trimpe Sent: Friday, June 16, 2006 3:00 PM

[Wicket-user] Spring 2.0 & Domain object dependency injection

2006-06-16 Thread Michiel Trimpe
Hey everybody,   I’ve followed a few discussions here on dependency injection and when I was visiting the Spring 2.0 presentation at J-Spring in the Netherlands there was one new feature that really drew my attention.   Spring 2.0 offers support for dependency injection into domain obje

Re: [Wicket-user] Developing Wicket Menu Widgets

2006-06-16 Thread Ayodeji Aladejebi
Its you guys fault :) , you guys made something so wonderful that keeps sparking creativity in people :)aah eelco, its okay...i feel the pressure on you guys anyway and we hope to bring in our support. Wicket deserves a community. Infact because of wicket, i have gone to register in sf.net so that

[Wicket-user] Wicket 2.0 Model change trap...

2006-06-16 Thread Mark Derricutt
Just a heads up for anyone playing with HEAD/Wicket 2.0, one sneaky little trap I just found is that the Model class has changed its method signature from:  public Object getObject(Component component)to   public Object getObject();Anywhere I was extending Model this tripped up silently by -adding-

[Wicket-user] Menu Component

2006-06-16 Thread gangadhar
Hi All There is any Menu submenu component like swing in Wicket Regarads Gangadhar ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user

Re: [Wicket-user] Captcha

2006-06-16 Thread Nick Heudecker
If you're running this on a headless box, you might need the headless option to the app server's JVM:-Djava.awt.headless=true ___ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user

Re: [Wicket-user] Developing Wicket Menu Widgets

2006-06-16 Thread Eelco Hillenius
We're all for that. Such a project needs someone to pull it though. We (the core devs) simply don't have time for it besides the normal Wicket development, bookwriting, etc. If someone (you?) wants to start that initiative... you can get access to wicket-stuff (maybe even admin access if you plan o

Re: [Wicket-user] can'nt read wiki

2006-06-16 Thread Gwyn Evans
OK, I've reset the spam-traps again - If you want to stay out of them then: a) Don't use Offline Explorer. [1] b) Don't use Opera. [2] More... [1] When I have some spare time, I'll try & have a go with some apps such as that to see if they can use used without triggering the traps and equall

Re: [Wicket-user] Session ids and search engine bots

2006-06-16 Thread Eelco Hillenius
We weren't only eating Tapas... I drank a lot of wine. That must have blurred my memory a bit :) Cool Johan. So my hunch is that Links can be done in the same fashion? Though we should draw the line somewhere too. Eelco On 6/14/06, Johan Compagner <[EMAIL PROTECTED]> wrote: > WHAT! you have to

[Wicket-user] wicket-spring-2.0 now requires wicket-extensions-2.0

2006-06-16 Thread Mark Derricutt
Hey all, was just checking out HEAD to give the new 2.0 stuf a run through and noticed that wicket-spring now has a dependency on wicket-extensions (not declared in pom.xml thou).Design or has someone been playing to-quick-refactoring? [INFO] Compilation failure/home/amrk/IdeaProjects/wicket/wicket

Re: [Wicket-user] Developing Wicket Menu Widgets

2006-06-16 Thread Ayodeji Aladejebi
except the issue of browsers support for the tag comes in?On 6/16/06, Ayodeji Aladejebi <[EMAIL PROTECTED] > wrote:More on wicket widgets,Now how powerful is the RenderedDynamicImageResource System?Because from what i am thinking, isnt it possible to leverage the tag in HTML specs to make small

Re: [Wicket-user] Developing Wicket Menu Widgets

2006-06-16 Thread Ayodeji Aladejebi
More on wicket widgets,Now how powerful is the RenderedDynamicImageResource System?Because from what i am thinking, isnt it possible to leverage the tag in HTML specs to make small widgets? How nice can it get and as a rough thought sketch...we have new RenderedDynamicImageResource(40, 600) {  

Re: [Wicket-user] Server push in Wicket

2006-06-16 Thread Eelco Hillenius
You would either use ajax polling, or what they now call 'Comet style', which I haven't been experimenting with. Eelco On 6/14/06, Peter Neubauer <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to let a page react to events from the server, e.g. hardware > events. Is it possible to update/change p

Re: [Wicket-user] Custom FormComponent or Panel with complex validation ?

2006-06-16 Thread VGJ
Mac?  Is that anything like Gnome?  If it's free, beautiful, and kicks ass on every level...then it must be? :D On Thu, 2006-06-15 at 11:19 -0700, Igor Vaynberg wrote: once again, playing messanger boy for eelco cause hes got email issues. thats right boys and girls you heard me right - e

Re: [Wicket-user] Plan to develop a portal

2006-06-16 Thread VGJ
typically, no.  I'll regularly re-deploy (through myeclipse), drag/drop into test, and then drag/drop into production.  If I've had enough exceptions to make the server go on the fritz I may have to reboot it once and a while. On Thu, 2006-06-15 at 17:09 -0700, Igor Vaynberg wrote: yeah,

Re: [Wicket-user] header contribution ordering

2006-06-16 Thread Davy De Durpel
I don't know if you still follow this thread. Maybe you're waiting for an alert. That's why I reply to one of your mails so that you are notified about the propose solution further down the thread. -- View this message in context: http://www.nabble.com/header-contribution-ordering-t1768566.html

Re: [Wicket-user] header contribution ordering

2006-06-16 Thread Davy De Durpel
I will add a HowTo during the weekend. -- View this message in context: http://www.nabble.com/header-contribution-ordering-t1768566.html#a4896178 Sent from the Wicket - User forum at Nabble.com. ___ Wicket-user mailing list Wicket-user@lists.sourcefo

Re: [Wicket-user] Developing Wicket Menu Widgets

2006-06-16 Thread Eelco Hillenius
Yep. Though we are limited in what we can except for extensions as we agreed on keeping the licence ASF 2 for that. Set something up in wicket-stuff if you want. I think the bottle neck to really make such a thing flying is someone taking charge and putting a lot of energy in it to make it succeed