Hello,

I have been playing with the new format feature. The template loading
depends on the format works fine.

However the routing part seems to be confusing. Does the sf_format
value should be automatically handle this value, like the sf_culture
field ?

Because for now, this does not work :
  url:   /:sf_culture/:module/:action/*.:sf_format

What should be the correct syntax to get this url  :
/module/action/param1/value1/param2/value2.myFormat ? Or maybe this
url should be better :
/module/action.myFormat?param1=value1&param2=value2 ?

because for now, if we want to use the format in the url, the
routing.yml file will be really hard to maintain.

Thomas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" 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/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to