Re: validationErrors from a view called from a different controller- cakephp1.2

2009-03-16 Thread calder0n
I found exactly what im looking for but unfortunately its for cakephp 1.1. http://bakery.cakephp.org/articles/view/validation-in-another-controller I've tried it and it doesnt work in cakephp1.2, any hints on what I need to change to port it? On Mar 16, 2:22 pm, calder0n wrote: > Hello everyone

validationErrors from a view called from a different controller- cakephp1.2

2009-03-16 Thread calder0n
Hello everyone, Let's say I have a model called "Activity" and to each activity users may add reviews, so I've got a Review model with some validation rules. Now, I'm showing a form to add a review from one of my views of my ACtivity model. The form calls my add() method in my Review controller.