Thank you very much. I am still having a little difficulty. Could you
please tell if this is how it is suppose to look?
 
sendResponse(JavaCast("string","Value_servletContext"),JavaCast("string","V
alue_response"),JavaCast("string","value_authnContext"),JavaCast("string",
"SESSION.mail"),JavaCast("structure", "attributes"));


On 8/18/11 11:18 AM, "Leigh" <[email protected]> wrote:

>
>> sendResponse(ServletContext
>> servletContext,HttpServletResponse
>> response,String authnContext,String mail,Map<String,
>> List<String>>
>> attributes)
>
>Then you cannot just send a single string. You need to pass in five (5)
>arguments. Otherwise, CF will not be able to find the method because it
>is a looking for a totally different signature ie sendResponse( String
>foo )
>
>The first four (4) arguments are self explanatory. For the last one, the
>CF equivalent would be a structure of arrays. I think that should work.
>
>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:346846
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to