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

Reply via email to