Thank you soo much for your help. I am starting to get it but now I am
getting another error Missing argument name.
When using named parameters to a function, every parameter must have a
name.
(JavaCast("string",getPageContext().getServletContext()),JavaCast("string",
getPageContext().getResponse()),JavaCast("string",getPageContext().getAuthn
Context),JavaCast("string",SESSION.mail),("string",getPageContext().getattr
ibutes));
On 8/18/11 3:06 PM, "Leigh" <[email protected]> wrote:
>
>> They are strings. Additionally, all of those values for now
>> are null except mail which is a session variable.
>
>I am not sure what you mean by "null" in this context ;) Are you saying
>you are not sure what to pass into the method OR that the method allows
>to skip those parameters and pass in null (ie nothing)?
>
>If it is the former, those are java objects. You can grab them from the
>getPageContext() function.
>
>ie getPageContext().getServletContext()
>ie getPageContext().getResponse()
>
>http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e
>0811cbec22c24-787f.html
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346860
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm