Hi,<br><br>Forgive me if this is a repeat question -- I searched the archives and was not able to find any info on it.<br><br>Is there a way to create a default page action when a page link is clicked?  For example, if I create a (:pagelist index, I&#39;d like to have the a specific page action automatically take place for a particular page, i.e., instead of the link performing an ?action=view, it would perform an ?action=myaction.  The only thing I can get to work is to put the following link at the top of the page in question:<br>

<br>[[{$FullName}?action=myaction | Do MyAction]]<br><br>I tried putting the following at the top of the page, but it did not work:<br><br>(:redirect {$FullName}?action=myaction:)<br><br>Thanks,<br>Bruce<br>