Hi Robert,

if you have several controller actions to handle, you can’t set them as a 
predefined part.
Set the action to the uriparts. Or even better if you want to customize the 
path segment as a valuemap.

E.g.
<valuemaps>
  <valuemap>
    <parameter>tx_sfeventmgt_pievent[action]</parameter>
    <value key="download">icalDownload</value>
    <value key="detail">show</value>
  </valuemap>
</valuemaps>
Mikel
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to