Page 319 of 211,266, showing 20 records out of 4,225,308 total, starting on record 6,361, ending on 6,380
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 22:31 | M4ngoB00M | created the validate arry fine. In it are several field to be validated - however in the scaffolded view to create a new Address, I was getting a validation error "this field cannot be left blank." Fine, but it WASNT left blank |
# | Aug 8th 2008, 22:32 | M4ngoB00M | commented out the vlidation array elemnt and it works fine |
# | Aug 8th 2008, 22:32 | M4ngoB00M | the element looks like this: |
# | Aug 8th 2008, 22:32 | M4ngoB00M | 'streetaddress1' => array('alphanumeric'), |
# | Aug 8th 2008, 22:35 | markstory | streetaddress => array('rule' |
# | Aug 8th 2008, 22:35 | markstory | => 'alphanumeric') |
# | Aug 8th 2008, 22:35 | markstory | actually just bin your model. |
# | Aug 8th 2008, 22:35 | freebox | Hello =) |
# | Aug 8th 2008, 22:35 | freebox | I have an category controller.. then i need to show all categories in the view |
# | Aug 8th 2008, 22:36 | freebox | what is the best to do? an element? |
# | Aug 8th 2008, 22:37 | freebox | i need to show all categories in home.ctp |
# | Aug 8th 2008, 22:37 | M4ngoB00M | bin my model? I dont understand? |
# | Aug 8th 2008, 22:38 | markstory | copy and paste your model. use the link above. |
# | Aug 8th 2008, 22:38 | M4ngoB00M | k |
# | Aug 8th 2008, 22:38 | markstory | then paste the url back here. |
# | Aug 8th 2008, 22:38 | markstory | then I can see the whole model :) |
# | Aug 8th 2008, 22:39 | freebox | markstory: you know? |
# | Aug 8th 2008, 22:40 | markstory | freebox: make an element. find('all') on categories model? |
# | Aug 8th 2008, 22:40 | markstory | and just don't use home.ctp. |
# | Aug 8th 2008, 22:40 | djspark | is this valid with cakephp 1.2 ? |