I'm not quite sure what you mean.

If you are getting your action called automatically, and the first
parameter is "css", then what I assume is happening is that you have a
CSS file in your template that does not have the correct url - it would
have a relative path.  If you have the action  /yourapp/posts/view  and
in your view you have a css file to "css/styles.css", then your browser
will actually request the file "/yourapp/posts/view/css/styles.css",
which will be executing your posts/view action again.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to