Hi,
Am Montag, 16. Juli 2012, 07:18 schrieb Guillaume Massé:
> object Kata
> {
> val menu = Menu.param[KataRessource](
> "Kata", "Kata",
> id => Full( KataRessource(id) ),
> kata =>
kata.id ) / * >>
> Template( () =>
> Templates( "kata" :: Nil ) openOr <b>template not found</b>
> )
>
> lazy val loc = menu.toLoc
> }
>
> notice the * catch all
Will that catchall still allow you to serve other objects at, say,
/index or /help/xyz or will all of them be served by your Menu.param? Or
would you need separate RewriteRules for those cases?
Thanks
Tobias