thank you ant,
you led me the right direction. in my code i still had named :action
as :test
so the following works:
content:
url:/:action
param: { module: content }
requirements:
action: "company|products|contact"
regards, lowshoe
--~--~-~--~~~-
You dont need to define action if that symbol will always be there.
/:action means thats the action name since you defined the module i
think it should work.
did you try leaving out the action in the param entry?
lowshoe wrote:
> hi all,
>
> i'm quiet new to symfony. currently i'm fiddling ar