<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 5.50.4807.2300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hello,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Hope you're all well, =).</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Do any of you know what the&nbsp;</FONT><FONT size=2>best way 
to find an action name, via a public path, may be?</FONT></DIV>
<DIV><FONT size=2>I found $c-&gt;dispatcher-&gt;get_action_by_path($path) only 
works for private paths internal to our app.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>So for example, if we have:</FONT></DIV>
<DIV><FONT size=2>website.com/coolpage</FONT></DIV>
<DIV><FONT size=2>...I've got the string "coolpage" and I want to call the 
associated action within my catalyst app.</FONT></DIV>
<DIV><FONT size=2>I thought it would be more secure to use the string to look up 
a corresponding action name / subroutine, and then call that subroutine, rather 
than call a request for whatever happens to be in the string.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Any advice, appreciated.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Many thanks,</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Yours,</FONT></DIV>
<DIV><FONT size=2>Andrew M.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV></BODY></HTML>