[FLOW3-general] Problem with routes

Dawid Pacholczyk dpacholczyk at gmail.com
Mon Mar 21 23:05:33 CET 2011


Hello List,
  I have a problem with routing...at least I think this is it.

When I add link everything is ok but when I put on my in my app form to 
add new object I have problem with path

for example I have domain.loc/office/add

works great but there is a form with action="create"

And when page is rendered action="office/create". When I submit the form 
I receive domain.loc/office/office/create <-- E R R O R

How should I configure routing to pass that ?

I`ve create uri patter {@action} BUT it still ads office. One thing that 
it will work but when I`ll have more controllers I think it will collaps 
in some situations so that isn`t the solution.

Best regards,
Dawid Pacholczyk


More information about the FLOW3-general mailing list