You cannot post messages because only members can post, and you are not currently a member.
Description:
A group dedicated for helping the ColdBox ColdFusion Platform Community
|
|
|
Fwd: [railo] Railo Archives and Coldbox
|
| |
Nelson posted this to the Railo list, but I thought I'd forward it to the
Coldbox list in case anyone here may have some useful input for him.
---------- Forwarded message ----------
...To: Railo <railo@googlegroups.com>
Hi,
I have a CFML application that uses Coldbox 2.6.3 running in Railo... more »
|
|
Transfer object is persisting unintentionally.
|
| |
I'm having a problem where a Transfer object seems to cache when I'm
not intending it to. I have a Company object... that contains an
Address object (m2m). When a user attempts to update an existing
address with invalid data, the Address object is sent back to the form
page with an error struct on it. When the user corrects the invalid... more »
|
|
coldbox training review
|
| |
For any of you Coldbox devs who have NOT yet attended Coldbox 101 training,
I recently did and wrote up a review to help you decide on whether it's a
worthwhile investment or not:
[link]
Doug Boude :0)
|
|
flash.putAll() not working in CB3 beta 3
|
| |
In a handler, I have this code (stripped down) in a form handler
event:
getPlugin("beanfactory").popul ateBean(formBean);
errors = formBean.validate();
if( arraylen(errors) ){
persistKeys = {errors = errors, formbean = formbean};
flash.putAll( persistKeys );
setNextEvent( "page.vwForm" );... more »
|
|
ColdBox 3.0.0b3 production mode???
|
| |
I can't get ColdBox 3.0.0b3 to show development mode in the ColdBox
debugger info, I've got the URL of my app listed in the environments
file under dev - but it won't change...
any ideas?
cheers,
john
|
|
Problem with Custom Interception Points and Beta 2
|
| |
Hello,
I've started to test ColdBox Beta 3 and have noticed some issues with
custom interception points.
I have an interceptor (let's call it "myInterceptor.cfc") that
contains only one interception method which corresponds to a custom
interception point (it doesn't contain any for the built-in... more »
|
|
Lock error when using "SecurityService" bean
|
| |
CB 2.6.4
Transfer 1.1
Coldspring 1.2
I have a bean in coldspring.xml.cfm called SecurityService located
under my web root. When I attempt to load the app with this
declaration, the add bombs out with a lock error pointing to
Coldbox.cfc. Subsequent attempt to load results in this JRun servlet... more »
|
|
SVN bug: Debugger settings not being honored
|
| |
There's a bug in the latest SVN where the debugger settings are not
being honored.
Setup: 3.0_SVN and CF9
1. Download latest SVN and run the Advanced application template.
2. Uncomment the "DebuggerSettings" in coldbox.xml.cfm and set the RC
to always be expanded like so:
<DebuggerSettings>... more »
|
|
How to use the new email plugin
|
| |
Hi all,
I am looking into the new email plugin, which sounds very usefull.
I am very interested in how to send an email with tokens with the
plugin but I can not find any documentation yet.
Anyone used this plugin, and wants to share how they have done it?
Kind regards,
Erik-Jan Jaquet... more »
|
|
Roles and Permissions without Transfer
|
| |
I'm working on setting up roles and permissions in my application. I do not use Transfer and as most examples rely on the 'ORM' functionality to attach roles and permissions to a user identity I'm wondering if there are any examples out there of other ways to do it? cheers,
|
|
|