[TYPO3-dev] Use case print version of search result

Stefan Padberg post at bergische-webschmiede.de
Wed Jan 27 07:52:57 CET 2016


Hi,

how can the following problem be dealt with in Extbase/Fluid?

There is an extension with a search form to search the data list. The
search result should be printed with a special print version not
realisable with CSS.

To generate a print version link with f:link.action and format="print"
is not sufficient because the form data to get the search result is not
transmitted to the server. So only the search form is reloaded and
presented as print version.

It is also not sufficient to transfer the form parameters with this
print version link. Then I get a cHash error.

<f:link.action action="search" controller="myController"
parameter="{param1:param1, param2:param2,...}"
format="print">Print</f:link.action>

where param1, param2 etc are the input fields of the form.

How can this be done with Extbase/Fluid?

Best regards
Stefan


-- 
Bergische Webschmiede
Dipl.-Ing. Stefan Padberg
TYPO3-Integrator und Webprogrammierer
:: Borner Str. 18 - 42349 Wuppertal
:: +49 202 97648355
:: +49 173 9219845
:: post at bergische-webschmiede.de
:: http://www.bergische-webschmiede.de



More information about the TYPO3-dev mailing list