get values of multiple checkboxes in extbase/fluid TYPO3 -


how values of multiple checkboxes checked in frontend template fluid , use these values in action extbase?

  1. declare argument in controller action , give type array or array-compatible type can constructed propertymapper.
  2. name fields same argument.
  3. post data , use argument in controller action.

this correct way of receiving array value of controller argument. accessing directly request not recommended, unless declared argument on controller action. not doing bypass important argument processing.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -