http
Questions Asked
2 answers
i18n doesn't work. Why?
Hey folks,
working on i18n on my application, but dunno why it won't work.
1. I develeoped the app...
1 answer
required => true, specify error message
Hey folks,
i want to specify a error Message for the required = true field..
Model:
'name' =>... 1 answer
Ajax observeField.
Hey folks,
I'm seriously don't know what to do anymore.. so I thought I just ask for your...
Answers
There no answers yet.
Comments
- Member since:
- December 28th, 2009
- Last active:
- 2010-04-02 11:41:51
- Questions asked:
- 5
- Answers:
- 0
- Correct Answers:
- 0
- Comments:
- 5
Ajax observeField.
I just read on the ticket system that this is known limitation of prototype not sendin the whole form data. So its working as expected from a cakephp pov.. its a prototype limitationAjax observeField.
actually I do understand the logic here. The update_add.ctp has the echo $test aswell. I'm sorry didn't write that in here, because my mind was wrapped in the whole problem ;) Anyway, the blackholing is working as intended. With Black /...Ajax observeField.
Okay folks i finally got it! The securityComponent was blackholing the ajax request via observefield because it thought there was form tampering going on. Only way to do it without disabling the security component, is writing a blackhole...How to validate Forms, if some fields need to be null
Thanks a lot, didn't know about the hashing.. so it automagically works.. just like I expected from cakePHP Thanks both of youHow to validate Forms, if some fields need to be null
Actually, the Security Component is quite nice, but it doesn't help me in any way (as far as I can see) I can make sure that actions don't get called without POST or Basic HTTP authentication and can black hole if a request is not what I...