CheckboxMultipleChoice: isEnabled() vs isEnabledInHierarchy()

2009-12-24 Thread McIlwee, Craig
I've just noticed that CheckboxMultipleChoice uses isEnabled() when rendering, but I think most other form components use isEnabledInHierarchy(). I like that most of the form components use the hierarchy method because it allows me to create a read only version of my forms by disabling the root

[OT] WicketForge 0.6.1 available for IDEA 9

2009-12-24 Thread Nick Heudecker
WicketForge 0.6.1 is available for download. In short, the changes are: - Completion on PropertyModel expressions. - Some assorted cleanup on other completion tasks. - 0.6.1 should work fine under the Community Edition. The requirement for JavaEE found in the Ultimate Edition has been removed

Re: GAE big table PageStore

2009-12-24 Thread sudhir543-dev
Last comment on that page is from my self only :) It says.. I dont want to keep every thing in session.. and no one would want to. I want 'GAE big table based PageStore' Sudhir NimavatSenior software engineer. Quick start global PVT LTD. Baroda - 390007 Gujarat, India Personally I'm

Re: GAE big table PageStore

2009-12-24 Thread Ilja Pavkovic
Hi, http://lmgtfy.com/?q=google+app+engine+wicket first link :) Best Regards, Ilja Pavkovic Am Donnerstag, 24. Dezember 2009 10:56:51 schrieb sudhir543-...@yahoo.com: > I need to write app specifically for GAE, I know Disk based page store > wouldnt work. Is there any existing solutio

Re: Groovy 1.7 released with ...

2009-12-24 Thread Gary Thomas
Cool, thanks for the info. Is anyone have any luck building a Groovy+Wicket project with Maven? Would love to try it out, but not having much luck with various gmaven plugin settings. Stub generation does not seem to work with AIC. Thanks, G On 12/22/09 7:47 AM, Ashley Aitken wrote: Hi All

Re: wicketstuff push, publishing event in a page2 and component installed with channel listener in page1

2009-12-24 Thread vineet semwal
regarding first doubt, i can't seem to catch the event in page 1 if i publish a event in page 2, On Thu, Dec 24, 2009 at 7:33 PM, vineet semwal wrote: > Hellos, > recently i started using wicketstuff push ,i have few doubts as following > .. > i have a situation where i need to publish a event in

wicketstuff push, publishing event in a page2 and component installed with channel listener in page1

2009-12-24 Thread vineet semwal
Hellos, recently i started using wicketstuff push ,i have few doubts as following .. i have a situation where i need to publish a event in page 2 and add the channel listener in page 1 . for eg. a sign out event published in page 2 which i do using a remove listener. Also,can i install more than o

Re: Wicket feedback

2009-12-24 Thread Martin Makundi
I do all that (except haven't tried wicket bench!!) but I still want to develop FASTER!! I want to get rid of all friction. Currently I get friction from incoherent markup (I add replace a component via ajax update but mistakenly add it into the wrong parent element.. I would like a compile-time er

Re: looking for example wicket and hibernate

2009-12-24 Thread nino martinez wael
Theres also wicket Iolite, or I think the legup by jweekend.. 2009/12/24 Martin Makundi : > Do not mix hibernate and wicket (web gui). Keep your persistence logic > somewhere else. > > However, if you want only wicket-spring integration you can find some > here: http://www.wicket-library.com/wicke

Re: Wicket feedback

2009-12-24 Thread Jason Lea
Maybe all I need is an ide that would show me the hierarchy on-line while editing in java and maybe alert whenever there is a mismatch. I think wicket bench might help with that... but in any case you can write test cases for your code using WicketTester the simplest being that the page/pa

RE: Multi-user environment problem

2009-12-24 Thread Kogel, Jonck-van-der
Actually it's in the specs that the button is not visible when not applicable. So I can't use your proposed solution. However, I solved it as follows: add(new Button("edit") { private static final long serialVersionUID = 5348615260629883659L; private Boolean localVisibleFlag;

GAE big table PageStore

2009-12-24 Thread sudhir543-dev
I need to write app specifically for GAE, I know Disk based page store wouldnt work. Is there any existing solution for this? I searched mailing lists and did googling, seems that it has been discussed earlier too, but I don't find any implementation. If I can get a prebuilt solution, I want to

Re: Wicket feedback

2009-12-24 Thread Martin Makundi
Hi! > you have the sources, you can build whatever infrastructure you need > that is missing. lets see it. I had a quick look into it. IComponentResolver could probably implement such quirk. My first problem in trying to implement it is that I cannot actually come up with a real world use case/t

Re: Wicket feedback

2009-12-24 Thread Johan Compagner
So you just want to throw all the components of a page or panel (the one with markup) in 1 big place. then all those have to be uniquely named ofcourse. Throughout the complete page. Repeaters will then be a bit special i guess. Because they are generation ListItem components for you that then als

Re: brix and blogs

2009-12-24 Thread Vytautas Racelis
Hi, currently www.xaloon.org is based on brix-cms. it has some advantages and some issues, which i'me preparing to describe next year :) Fernando Wermus wrote: Haiko, Your work is great because it is right know the only way to decide to use brix. I wonder if there i