we decided not to generify components unless it made sense. since pages, unlike eg formcomponents, do not use their models for anything they are not generified.
-igor On Wed, Aug 27, 2008 at 8:22 AM, John Patterson <[EMAIL PROTECTED]> wrote: > > Yeah guess I will do that. was just wondering if I was in the minority using > models in my pages. > > > igor.vaynberg wrote: >> >> you can always create your own subclass that is generified, and use that >> >> -igor >> >> On Wed, Aug 27, 2008 at 3:17 AM, John Patterson <[EMAIL PROTECTED]> wrote: >>> >>> Hi, in almost all my pages I set a model for the page and then need to >>> retrieve it using the un-typesafe getDefaultModel(). Or I implement a >>> typesafe getModel(). I was just wondering if others really normally use >>> pages without models? If not maybe Page should be generified? >>> >>> JD >>> -- >>> View this message in context: >>> http://www.nabble.com/Page-models-tp19178165p19178165.html >>> Sent from the Wicket - User mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- > View this message in context: > http://www.nabble.com/Page-models-tp19178165p19183332.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
