Khashayar wrote:
> Hi:
> 
> I used validation for my user/login. when I directly call 
> myApp/user/login, i'll see the validation errors under each field,
> but when i use myApp/admin (it'll call a Secure method, so it internally 
> forwards to user/login), error messages will not shown on the form?!!!
> 

Hi,

Without seeing your code it's hard to say what's going on but 9 out of 
10 FPF problems are related to wrong action="" in the form element. Make 
sure you don't use $ro->gen(null) in your login input template but 
explicit $ro->gen('my.login.route').


-veikko

-- 
Veikko Mäkinen
[email protected]
044 5910 413
http://blog.veikko.fi

_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users

Reply via email to