I didn’t find a Example how to use a fluid partial in a extbase controller to reuse it for an ajax request/response.
Something like the Tag f:render partial=”” but in a controller to return the html in a json response.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found a solution:
But the only Problem is the setRenderingContext method doesn’t set the default RenderingContext correct, i must modify the method.