Hi,
I'm working on a plugin providing a simple page controller approach.
Unfortunately there are two problems I could not solve:
I cannot use the login action with getPresentationFor(). I get an
exception: "Your mail action is secured but the user is not authenticated."
This is throwed by getPresentationFor().
I think "mail" should be removed here.. and it would be good if one
could turn off this sanity check!? Or why does this restriction exist?
As I read from the code this probably refers to the security action, too.
And my other problem: How is it possible to turn off building the view
for the action template? I have a special case where I only want to
render the decorator template and I do not use
$sf_data->getRaw('sf_content') here.
Is this possible? Or am I forced to provide an empty template?
Regards,
Matthias
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---