New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render different format from the same action #10
Comments
|
@pmjones I am also waiting for your answer on |
|
I think we should have a Json rendering strategy in core. Can we make it happen for Beta3 ? |
|
So I did something like Now the problem is Thus the I will also look what is wrong . But if you know how we can fix easily let me know. Thanks |
|
So I added a default format as Also |
|
@harikt Did the bugfix in pull 17 remedy this? |
Currently Aura.Framework 's view ends with name
<action-name>.phpEg : https://github.com/auraphp/Aura.Framework/blob/develop/src/Aura/Framework/Web/Hello/views/world.php .I was wondering what will happen if we want to render a json value.
I think its implemented ( https://github.com/auraphp/Aura.View/blob/develop/src/Aura/View/TwoStep.php#L512 ) , but I am still trying to figure out how to make use of it.
May I know how this is going to happen for I can also check on Mustache, Twig etc .
The text was updated successfully, but these errors were encountered: