That shouldn't be case-sensitive, no. Good find! Probably a recent change with the merging of the GAE stuff I'd think since AFAIK that hasn't been an issue before.
If you haven't already please submit a ticket on this and we'll get it fixed. Thanks! On Tue, Apr 5, 2011 at 3:23 PM, Randy Johnson <[email protected]> wrote: > I was having trouble with the cfdirectory tag throwing an internal error > today. It gives an internal error if I have the action uppercase CREATE, > instead of lowercase. > It wasn't until I was looking in the source code that I saw this: > else if (ACTION.equals("create")) > > so I decided to change it to lowercase and it worked. > Is it supposed to be case sensitive? Even the documentation as it as > uppercase. > Thanks! > Randy > > > -- > official tag/function reference: http://openbd.org/manual/ > mailing list - http://groups.google.com/group/openbd?hl=en > -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
