Re: RefreshingView

2009-09-27 Thread garz
ah noo i am wrong, the type parameter is for the items that are used inside, not for the model of the refreshingview itself. my fault, sry. :D though but your answer didnt help me to find that out... ;) MartinM wrote: > > It has getDefaultModelObject etc?? > > ** > Martin > > 2009/9/27 : >>

RefreshingView

2009-09-27 Thread Garz
heyho, public abstract class RefreshingView extends RepeatingView has the typeparameter but no public IModel getModel(). can someone add it please or let me add it, i would do it too, plus setModel(), setModelObject(), getModelObject(). regarz -- Neu: GMX Doppel-FLAT mit Internet-Flatrate + T

Re: 2 new models for wicket

2009-09-26 Thread garz
t;> InheritedPropertyModel. this one now is asked getObject(): >>> this.owner.getParent().getDefaultModelObject() >>> this one will give the object of the hosting InheritedChainingModel of >>> the >>> panel with B in it. now B is given back to the ma

2 new models for wicket

2009-09-25 Thread Garz
Model() calls getDefaultModel(). i dont have a chance. or can somebody see a solution to this? i think there isnt any. since i'm willing to contribute those two models, i propose to change something in the wickets component-code. give me a hasModel(). or give me a public getModel(). i woul

Re: IComponentAssignedModel and ComponentModel

2009-09-24 Thread garz
ok, this is kind of embarassing. i subscribed to the list, but i didnt get any feedback if it was successful. i post a message to the mailinglist, no feedback again. i look in nabble, my mail isnt there. what am i supposed to think? so i subscribed again and again with little differences and every

IComponentAssignedModel and ComponentModel

2009-09-24 Thread garz
"outer" class and assign the component to it in wrapOnAssignment(Component component)? why an inner class? thanks in advance, garz (just want to learn) - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For

IComponentAssignedModel and ComponentModel

2009-09-24 Thread Garz
outer" class and assign the component to it in wrapOnAssignment(Component component)? why an inner class? thanks in advance, garz (just want to learn) -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx

IComponentAssignedModel and ComponentModel

2009-09-24 Thread Garz
outer" class and assign the component to it in wrapOnAssignment(Component component)? why an inner class? thanks in advance, garz (just want to learn) -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx

IComponentAssignedModel and ComponentModel

2009-09-24 Thread Garz
outer" class and assign the component to it in wrapOnAssignment(Component component)? why an inner class? and how i'm supposed to use ComponentModel as a base class when i cant subclass the innerclass because its private and therefor not visible? thanks in advance, garz --

IComponentAssignedModel and ComponentModel

2009-09-24 Thread Garz
outer" class and assign the component to it in wrapOnAssignment(Component component)? why an inner class? and how i'm supposed to use ComponentModel as a base class when i cant subclass the innerclass because its private and therefor not visible? thanks in advance, garz --

Re: Panel not using generics

2009-09-09 Thread garz
i want the getModelObject() (which is in fact the getDefaultModelObject()) to return the actual type that i dont need to do unchecked casts. i'm just wondering, now that everything uses generics, why does the panel do not use generics? just want to understand the reason behind this. regards