Re: Wicket 1.4 Generics, DefaultDataTable and ChoiceFilteredPropertyColumn

2008-11-17 Thread Igor Vaynberg
please open a jira issue. -igor On Mon, Nov 17, 2008 at 4:44 AM, Dylan Schell <[EMAIL PROTECTED]> wrote: > > When trying to use the DefaultDataTable in combination i'm running into what > I think is a "bug" in the generification of ChoiceFilteredPropertyColumn, > > DefaultDataTable is parameteri

Wicket 1.4 Generics, DefaultDataTable and ChoiceFilteredPropertyColumn

2008-11-17 Thread Dylan Schell
When trying to use the DefaultDataTable in combination i'm running into what I think is a "bug" in the generification of ChoiceFilteredPropertyColumn, DefaultDataTable is parameterized with type and the constructor expects IColumn for it's column types. if I try to parameterize ChoiceFiltered

Re: Wicket 1.4 generics question

2008-05-18 Thread Gwyn Evans
But keep commenting - the idea of the milestones are to let people see the changes & feedback their thoughts on the generification & how it fits into the various use-cases beyond the one's we have... /Gwyn On Sun, May 18, 2008 at 11:32 PM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > page was not y

Re: Wicket 1.4 generics question

2008-05-18 Thread Igor Vaynberg
page was not yet generified in m1, which is what i assume you are using. 1.4m2 will be out shortly where this has been corrected, and you can always use a snapshot. -igor On Sun, May 18, 2008 at 3:14 PM, Frits Jalvingh <[EMAIL PROTECTED]> wrote: > Hello there, > > I'm a Wicket Virgin (hm ;-) and

Wicket 1.4 generics question

2008-05-18 Thread Frits Jalvingh
Hello there, I'm a Wicket Virgin (hm ;-) and have just started to look at Wicket 1.4. It seems something is wrong with the generics changes there. I have a page which itself has a model: a CompoundPropertyModel. Most basic Wicket components are generic: things like Label need a type parameter s

Re: Wicket 1.4 Generics

2008-05-12 Thread Igor Vaynberg
we have the wicket-examples project that demonstrates various components. you can browse live here http://wicketstuff.org/wicket13 wicket 1.4 is basically the same as wicket 1.3 but with generics support. -igor On Mon, May 12, 2008 at 9:53 PM, Andre Prasetya <[EMAIL PROTECTED]> wrote: > Thanks,

Re: Wicket 1.4 Generics

2008-05-12 Thread Andre Prasetya
Thanks, I'm still new to Wicket, is there any examples in using 1.4 ? a best practices maybe ? -andre- Igor Vaynberg wrote: there is no need for a separate annots project since the entire codebase is now on java5, so annots was merged into wicket-spring -igor --

Re: Wicket 1.4 Generics

2008-05-12 Thread Igor Vaynberg
there is no need for a separate annots project since the entire codebase is now on java5, so annots was merged into wicket-spring -igor On Mon, May 12, 2008 at 2:30 AM, Andre Prasetya <[EMAIL PROTECTED]> wrote: > thanks, how about the wicket-spring-annot ? > > http://repo1.maven.org/maven2/org/

Re: Wicket 1.4 Generics

2008-05-12 Thread Johan Compagner
merged On Mon, May 12, 2008 at 11:30 AM, Andre Prasetya <[EMAIL PROTECTED]> wrote: > thanks, how about the wicket-spring-annot ? > > http://repo1.maven.org/maven2/org/apache/wicket/wicket-spring-annot/ > > is the 1.3.3 version compatible with the 1.4-m1 ? > > Frank Bille wrote: > > > http://repo1

Re: Wicket 1.4 Generics

2008-05-12 Thread Andre Prasetya
thanks, how about the wicket-spring-annot ? http://repo1.maven.org/maven2/org/apache/wicket/wicket-spring-annot/ is the 1.3.3 version compatible with the 1.4-m1 ? Frank Bille wrote: http://repo1.maven.org/maven2/org/apache/wicket/wicket-spring/1.4-m1/ ---

Re: Wicket 1.4 Generics

2008-05-12 Thread Frank Bille
http://repo1.maven.org/maven2/org/apache/wicket/wicket-spring/1.4-m1/ On Mon, May 12, 2008 at 8:02 AM, Andre Prasetya <[EMAIL PROTECTED]> wrote: > usually there is a wicket-spring release for every wicket release, can > I use wicket-spring 1.3.3 for 1.4-m1 or should i wait until there is a > spe

Re: Wicket 1.4 Generics

2008-05-11 Thread Andre Prasetya
usually there is a wicket-spring release for every wicket release, can I use wicket-spring 1.3.3 for 1.4-m1 or should i wait until there is a spesific release for 1.4-m1 ? -andre- Igor Vaynberg wrote: spring support has been there since 1.2, see wicket-spring and spring examples. -igor On S

Re: Wicket 1.4 Generics

2008-05-11 Thread Igor Vaynberg
spring support has been there since 1.2, see wicket-spring and spring examples. -igor On Sun, May 11, 2008 at 8:10 PM, Andre Prasetya <[EMAIL PROTECTED]> wrote: > Doug Donohoe wrote: > > > I just migrated to 1.4-M1 and converted all my classes to use the new > > generics support. It cleaned up

Re: Wicket 1.4 Generics

2008-05-11 Thread Andre Prasetya
Doug Donohoe wrote: I just migrated to 1.4-M1 and converted all my classes to use the new generics support. It cleaned up my code quite nicely - I got to remove a lot of casting and cured many unchecked/raw messages. It also make the code much more readable - especially in list views, etc. Exc

Wicket 1.4 Generics

2008-05-09 Thread Doug Donohoe
team. -Doug -- View this message in context: http://www.nabble.com/Wicket-1.4-Generics-tp17149922p17149922.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For