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'. Neil