>-----Original Message----- >Folks--- How do I get around this one? In my CFMX6.1 template >I instantiate userObj from a Java User class used for >authentication. I want to determine if authentication was >successful so I use the Java class's .isAuthenticated() method >which fails because MX thinks I'm trying to use the old CF5.0 >isAuthenticated() function. Any ideas? Thanks.--- Rob
if you have access to the java source, you can look into changing the method name. Otherwise, you could write a little java wrapper for your User class and then call that. Finally, you could mess about with the java reflection APIs from within CF (in theory... YMMV) /t ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229995 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

