Page 431 of 211,274, showing 20 records out of 4,225,461 total, starting on record 8,601, ending on 8,620
# | Username | Text | |
---|---|---|---|
# | Aug 10th 2008, 08:42 | achew22 | I've never seen highlighting in a bin |
# | Aug 10th 2008, 08:42 | primeminister | ah ok |
# | Aug 10th 2008, 08:42 | achew22 | or do you mean versioning? |
# | Aug 10th 2008, 08:42 | Tosak | I'm having some problems catching errors from radiobuttons. None of them are selected by default, and the possible values are 1 or 2. Neither inList, required or numerical returns an error message. |
# | Aug 10th 2008, 08:42 | Tosak | Any idea why? |
# | Aug 10th 2008, 08:43 | primeminister | achew22: no , but is ok |
# | Aug 10th 2008, 08:43 | primeminister | seen this in my bin? /pastes/2008/09/01 gives me alse ['pass'][0] = 01 AND day => 01 |
# | Aug 10th 2008, 08:43 | primeminister | achew22: straaaaanggggeee |
# | Aug 10th 2008, 08:44 | achew22 | yes... strange |
# | Aug 10th 2008, 08:44 | primeminister | that's what I don;t like. things almost working but I don't understand why |
# | Aug 10th 2008, 08:45 | primeminister | achew22: and when I remove the regexps from my route then it works perfectly ... |
# | Aug 10th 2008, 08:45 | primeminister | wauw |
# | Aug 10th 2008, 08:46 | achew22 | strange |
# | Aug 10th 2008, 08:46 | achew22 | I would check your regexp |
# | Aug 10th 2008, 08:46 | achew22 | I don't see anything wrong |
# | Aug 10th 2008, 08:46 | achew22 | but it may be wrong |
# | Aug 10th 2008, 08:47 | primeminister | achew22: yeah. i'm on it |
# | Aug 10th 2008, 08:47 | primeminister | thanks again! |
# | Aug 10th 2008, 09:19 | pyite | can anyone tell me how to cycle through the results of a ->find() call to a model, from within a controller? sorry for such a basic question but i'm not seeing the answer in the docs |
# | Aug 10th 2008, 09:20 | pyite | though i do see how to call ->find() on an imported model... |