I think Andrew Leaf has all of this figured out. He was showing us some code at the last DFW CFUG.
Now if he would only POST IT TO THE LIST! :P
-- Adrian
----------------------------------------
From: Brian Pickens <brian.m.pick...@gmail.com>
Sent: Thursday, August 28, 2008 10:50 AM
To: Mach-II for CFML <mach-ii-for-coldfusion@googlegroups.com>
Subject: [Mach-II] passing mach-ii properties into coldspring
Hi guys,
I've seen it mentioned around the mailing list or alluded to but I've
not seen any how to's on how to do it.
How do I pass a mach-ii property into coldspring, mores specifically,
I want to be able to pass this property into a coldspring managed bean.
I am working on a post and will be putting it on instant spot soon.
Andrew
________________________________
From: mach-ii-for-coldfusion@googlegroups.com
[mailto:mach-ii-for-coldfusion@googlegroups.com] On Behalf Of Adrian
Moreno
Sent: Thursday, August 28, 2008 11:19 AM
To: mach-ii-for-coldfusion@googlegroups.com
Subject: [Mach-II] Re: passing mach-ii properties into coldspring
I think Andrew Leaf has all of this figured out. He was showing us some
code at the last DFW CFUG.
Now if he would only POST IT TO THE LIST! :P
-- Adrian
________________________________
From: Brian Pickens <brian.m.pick...@gmail.com>
Sent: Thursday, August 28, 2008 10:50 AM
To: Mach-II for CFML <mach-ii-for-coldfusion@googlegroups.com>
Subject: [Mach-II] passing mach-ii properties into coldspring
Hi guys,
I've seen it mentioned around the mailing list or alluded to but I've
not seen any how to's on how to do it.
How do I pass a mach-ii property into coldspring, mores specifically,
I want to be able to pass this property into a coldspring managed
bean.<br
CONFIDENTIALITY NOTICE: The information contained in this e-mail and attached document(s) may contain confidential information that is intended only for the addressee(s). If you are not the intended recipient, you are hereby advised that any disclosure, copying, distribution or the taking of any action in reliance upon the information is prohibited. If you have received this e-mail in error, please immediately notify the sender and delete it from your system.
Even better donate your post to the Mach-II wiki as well as this tends me a common question on the list! Let me know if you're interested and need help getting it on the wiki.
And Brian, if you are using the ColdspringProperty -- all M2 properties are passed into the CS bean factory. Just reference them with the placeholder syntax:
> **From**: Brian Pickens <brian.m.pick...@gmail.com> > **Sent**: Thursday, August 28, 2008 10:50 AM > **To**: Mach-II for CFML <mach-ii-for-coldfusion@googlegroups.com> > **Subject**: [Mach-II] passing mach-ii properties into coldspring
> Hi guys,
> I've seen it mentioned around the mailing list or alluded to but I've > not seen any how to's on how to do it.
> How do I pass a mach-ii property into coldspring, mores specifically, > I want to be able to pass this property into a coldspring managed bean.<br
> CONFIDENTIALITY NOTICE: The information contained in this e-mail and > attached document(s) may contain confidential information that is > intended only for the addressee(s). If you are not the intended > recipient, you are hereby advised that any disclosure, copying, > distribution or the taking of any action in reliance upon the > information is prohibited. If you have received this e-mail in error, > please immediately notify the sender and delete it from your system.
ah-ha, see I suspected that but its not explicitly stated anywhere.
Maybe it would be a good idea to place a line in the wiki about this.
Ill do it if you've got a good place for it. Anyway, thanks peter.
On Aug 28, 2:42 pm, "Peter J. Farrell" <pe...@mach-ii.com> wrote:
> Even better donate your post to the Mach-II wiki as well as this tends
> me a common question on the list! Let me know if you're interested and
> need help getting it on the wiki.
> And Brian, if you are using the ColdspringProperty -- all M2 properties
> are passed into the CS bean factory. Just reference them with the
> placeholder syntax:
> > **From**: Brian Pickens <brian.m.pick...@gmail.com>
> > **Sent**: Thursday, August 28, 2008 10:50 AM
> > **To**: Mach-II for CFML <mach-ii-for-coldfusion@googlegroups.com>
> > **Subject**: [Mach-II] passing mach-ii properties into coldspring
> > Hi guys,
> > I've seen it mentioned around the mailing list or alluded to but I've
> > not seen any how to's on how to do it.
> > How do I pass a mach-ii property into coldspring, mores specifically,
> > I want to be able to pass this property into a coldspring managed bean.<br
> > CONFIDENTIALITY NOTICE: The information contained in this e-mail and
> > attached document(s) may contain confidential information that is
> > intended only for the addressee(s). If you are not the intended
> > recipient, you are hereby advised that any disclosure, copying,
> > distribution or the taking of any action in reliance upon the
> > information is prohibited. If you have received this e-mail in error,
> > please immediately notify the sender and delete it from your system.
Now if only we could pass in complex and/or nested properties...
mach-ii.xml:
<property name="generalInfo">
<struct>
<key name="siteName" value=" Foo" />
...
</struct>
</property>
> Even better donate your post to the Mach-II wiki as well as this tends
> me a common question on the list! Let me know if you're interested and
> need help getting it on the wiki.
> And Brian, if you are using the ColdspringProperty -- all M2 properties
> are passed into the CS bean factory. Just reference them with the
> placeholder syntax:
> > **From**: Brian Pickens <brian.m.pick...@gmail.com>
> > **Sent**: Thursday, August 28, 2008 10:50 AM
> > **To**: Mach-II for CFML <mach-ii-for-coldfusion@googlegroups.com>
> > **Subject**: [Mach-II] passing mach-ii properties into coldspring
> > Hi guys,
> > I've seen it mentioned around the mailing list or alluded to but I've
> > not seen any how to's on how to do it.
> > How do I pass a mach-ii property into coldspring, mores specifically,
> > I want to be able to pass this property into a coldspring managed bean.<br
> > CONFIDENTIALITY NOTICE: The information contained in this e-mail and
> > attached document(s) may contain confidential information that is
> > intended only for the addressee(s). If you are not the intended
> > recipient, you are hereby advised that any disclosure, copying,
> > distribution or the taking of any action in reliance upon the
> > information is prohibited. If you have received this e-mail in error,
> > please immediately notify the sender and delete it from your system.
> I got excited and thought maybe that's where things were going with > ExpressionEvaluator.cfc in the latest BER. ;)
> On Aug 28, 12:42 pm, "Peter J. Farrell" <pe...@mach-ii.com> wrote:
>> Even better donate your post to the Mach-II wiki as well as this tends >> me a common question on the list! Let me know if you're interested and >> need help getting it on the wiki.
>> And Brian, if you are using the ColdspringProperty -- all M2 properties >> are passed into the CS bean factory. Just reference them with the >> placeholder syntax:
>>> **From**: Brian Pickens <brian.m.pick...@gmail.com> >>> **Sent**: Thursday, August 28, 2008 10:50 AM >>> **To**: Mach-II for CFML <mach-ii-for-coldfusion@googlegroups.com> >>> **Subject**: [Mach-II] passing mach-ii properties into coldspring
>>> Hi guys,
>>> I've seen it mentioned around the mailing list or alluded to but I've >>> not seen any how to's on how to do it.
>>> How do I pass a mach-ii property into coldspring, mores specifically, >>> I want to be able to pass this property into a coldspring managed bean.<br
>>> CONFIDENTIALITY NOTICE: The information contained in this e-mail and >>> attached document(s) may contain confidential information that is >>> intended only for the addressee(s). If you are not the intended >>> recipient, you are hereby advised that any disclosure, copying, >>> distribution or the taking of any action in reliance upon the >>> information is prohibited. If you have received this e-mail in error, >>> please immediately notify the sender and delete it from your system.
> I got excited and thought maybe that's where things were going with > ExpressionEvaluator.cfc in the latest BER. ;)
> On Aug 28, 12:42 pm, "Peter J. Farrell" <pe...@mach-ii.com> wrote:
>> Even better donate your post to the Mach-II wiki as well as this tends >> me a common question on the list! Let me know if you're interested and >> need help getting it on the wiki.
>> And Brian, if you are using the ColdspringProperty -- all M2 properties >> are passed into the CS bean factory. Just reference them with the >> placeholder syntax:
>>> **From**: Brian Pickens <brian.m.pick...@gmail.com> >>> **Sent**: Thursday, August 28, 2008 10:50 AM >>> **To**: Mach-II for CFML <mach-ii-for-coldfusion@googlegroups.com> >>> **Subject**: [Mach-II] passing mach-ii properties into coldspring
>>> Hi guys,
>>> I've seen it mentioned around the mailing list or alluded to but I've >>> not seen any how to's on how to do it.
>>> How do I pass a mach-ii property into coldspring, mores specifically, >>> I want to be able to pass this property into a coldspring managed bean.<br
>>> CONFIDENTIALITY NOTICE: The information contained in this e-mail and >>> attached document(s) may contain confidential information that is >>> intended only for the addressee(s). If you are not the intended >>> recipient, you are hereby advised that any disclosure, copying, >>> distribution or the taking of any action in reliance upon the >>> information is prohibited. If you have received this e-mail in error, >>> please immediately notify the sender and delete it from your system.
> > I got excited and thought maybe that's where things were going with
> > ExpressionEvaluator.cfc in the latest BER. ;)
> > On Aug 28, 12:42 pm, "Peter J. Farrell" <pe...@mach-ii.com> wrote:
> >> Even better donate your post to the Mach-II wiki as well as this tends
> >> me a common question on the list! Let me know if you're interested and
> >> need help getting it on the wiki.
> >> And Brian, if you are using the ColdspringProperty -- all M2 properties
> >> are passed into the CS bean factory. Just reference them with the
> >> placeholder syntax:
> >>> **From**: Brian Pickens <brian.m.pick...@gmail.com>
> >>> **Sent**: Thursday, August 28, 2008 10:50 AM
> >>> **To**: Mach-II for CFML <mach-ii-for-coldfusion@googlegroups.com>
> >>> **Subject**: [Mach-II] passing mach-ii properties into coldspring
> >>> Hi guys,
> >>> I've seen it mentioned around the mailing list or alluded to but I've
> >>> not seen any how to's on how to do it.
> >>> How do I pass a mach-ii property into coldspring, mores specifically,
> >>> I want to be able to pass this property into a coldspring managed bean.<br
> >>> CONFIDENTIALITY NOTICE: The information contained in this e-mail and
> >>> attached document(s) may contain confidential information that is
> >>> intended only for the addressee(s). If you are not the intended
> >>> recipient, you are hereby advised that any disclosure, copying,
> >>> distribution or the taking of any action in reliance upon the
> >>> information is prohibited. If you have received this e-mail in error,
> >>> please immediately notify the sender and delete it from your system.