Hello,
I ran into another problem yesterday which was a bit weird. When I used ContributorAction as snippet object name (in package snippet) I got this:
<lift:ContributorAction.find form="POST">
Error processing snippet:
contributoraction.find
Reason:
Class Not Found
XML causing this error:
<lift:contributoraction.find form="POST">
Contributor id: <ca:id></ca:id><ca:submit></ca:submit> <br></br><br></br>
<span class="lift:Msg?id=caError&errorClass=error">error</span>
</lift:contributoraction.find>
After trying various solutions I changed class name to Action and it worked:
<lift:Action.find form="POST">
I'm using Liftweb version 2.5-M2.
Maybe I did something weird in my code but I wanted to raise that just in case anyone else ran into the same problem.
Thanks,
M