no reason that i can see, file a jira. cant be fixed in 1.4 though.

-igor

2010/7/15 Uwe Schäfer <u...@thomas-daily.de>:
> hi
>
> is there a particular reason, why IPropertyReflectionAwareModel does not
> extend IModel<T>?
>
> it looks like an extension of IModel and i need exactly this: an IModel<T>
> that implements IPropertyReflectionAwareModel: might be PropertyModel, might
> be something homebrewn....
>
> currently i have to do something like
>
> foo(IModel<T> myModel){
>  if (!(myModel instanceof IPropertyReflectionAwareModel))
>  yellAtProgrammer();
>  ...
> }
>
> cu uwe
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to