<p>In WebApp::Controller::SomeController:</p>

<p>This works:</p>
<pre>        sub index : Private {} # maps to WebApp/root/src/SomeController/index</pre><br />
<p>This doesn't work:</p>
<pre>        sub something : Local {} # doesn't map to  WebApp/root/src/SomeController/something (yes, it exists)</pre>
<p>Nor does this:</p>
<pre>        sub something : Local {
                my ( $self, $c ) = @_;&lt;
                $c-&gt;stash-&gt;{template}='SomeController/something';
        }</pre>

<p>Does anyone know what I'm doing wrong?</p>

<p>Anne</p>
<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/Local-action-in-controller-not-mapping-to-template-tp23122715p23122715.html">Local action in controller not mapping to template</a><br>
Sent from the <a href="http://www.nabble.com/Catalyst-Web-Framework-f19245.html">Catalyst Web Framework mailing list archive</a> at Nabble.com.<br>