Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.3.15
Description
The id in the following xml should have value {1} and not {0}
<action name="movie/*" className="app.MovieAction"> <param name="id">{0}</param> ... </action>