You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be clearly stated that a true return value is normally needed
in ActionMap's. Otherwise users get an ISE without log entry.
There's actually a range of behaviors to consider here:
$Vend::RedoAction can be set to true by your actionmap sub, in which case the actionmap portion will be parsed again based on the catalog-relative path in $Vend::FinalPath
If you want your actionmap to then be followed by standard page processing, yes, it needs to return a Perly true value
If you want your actionmap to generate the response itself directly, and not do standard page processing, your actionmap should return Perly false so that do_page will not be called.
Created: Tue Jun 02 14:16:46 2009
Requestors: Stefan Hornburg
It should be clearly stated that a true return value is normally needed
in ActionMap's. Otherwise users get an ISE without log entry.
Regards
Racke
The text was updated successfully, but these errors were encountered: