What about "index" :: Nil ? Also worst case scenario you could have a snippet that returns MyEntity.showAllTemplate() embedded in your index.html.
------------------------------------- Jonathan Ferguson<[email protected]> wrote: I wasn't able to override listPath, I"ll have a bit more of a play to make sure I'm not doing anything to silly; trying to get /crudify/path to / . Rewrite worked wonderfully. Cheers Jono On 5 February 2010 04:45, Jeppe Nejsum Madsen <[email protected]> wrote: > Naftoli Gugenheim <[email protected]> writes: > > > It's not overridable? > > Actually, I think it is :-) > > You might be able to just > > override lazy val listPath = Nil > > /Jeppe > > > > > ------------------------------------- > > Jeppe Nejsum Madsen<[email protected]> wrote: > > > > Jonathan Ferguson <[email protected]> writes: > > > >> I would like to have the list view of one of my model objects as my home > >> page. > >> > >> Can this done with out having the home page redirect to /mymodel/list ? > > > > I don't think you can change the native URL of CRUDify list, but you > > could add a rewrite (not redirect). See > > > > > http://blog.getintheloop.eu/2009/5/3/url-rewriting-with-the-lift-framework > > > > /Jeppe > > > > -- > > You received this message because you are subscribed to the Google Groups > "Lift" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]<liftweb%[email protected]> > . > > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<liftweb%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
