
OpenInteract2::ActionResolver::NotFoundOrEmpty - Use the 'not_found' or 'empty' actions

# In your server configuration define the actions that will handle # when no action is specified (e.g., 'http://www.foo.com/') and when # the specified action is not found ('http://.../DR@#(D/') [action_info] none = myhome not_found = page

This resolver always fires last. If an action name has not been found from the URL we create the action specified in the server configuration under 'action_info.not_found. Similarly, if there is no action specified we create the action specified in 'action_info.none'.


Copyright (c) 2005 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Chris Winters <chris@cwinters.com>