On Monday 30 June 2003 4:42 pm, Neil Schemenauer wrote: > On Mon, Jun 30, 2003 at 03:59:54PM -0400, Mark Bucciarelli wrote: > > Where does the new method live? If these are my url components > > > > /user/date - displays calendar > > /user/date/appointment_recno - displays that appointment > > > > and i were to use /user/date/new, DateUI object would need a new > > method, right? > > Yes. It would have both '_q_lookup' (to lookup the appointment #) > and 'new'. right. so again, we have a preference issue. for me, it is preferrable to keep all appointment-related code in AppointmentUI (and use a '_' component). regards, mark