Advertisement
murp

Unsupported Adobe ColdFusion tags on Railo/Lucee Application

Jul 31st, 2015
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Unsupported Adobe ColdFusion tags on Railo/Lucee Application Server
  2.  
  3. https://github.com/getrailo/railo/wiki/CFML-tags-that-are-not-supported
  4.  
  5. The following tags are currently not supported by Railo/Lucee (* represents a wildcard):
  6.  
  7. cfapplet
  8. cfcalendar
  9. cfexchange*
  10. cffileupload
  11. cfformgroup
  12. cfformitem
  13. cfgraph
  14. cfgrid*
  15. cfmenu*
  16. cfNTauthenticate
  17. cfpdfform
  18. cfpdfformparam
  19. cfpdfsubform
  20. cfpod
  21. cfpresent*
  22. cfprint
  23. cfreport*
  24. cfspreadsheet (only as extension)
  25. cfsprydataset
  26. cftextarea
  27. cftooltip
  28. cftree
  29. The following tags are supported by Railo, but differ in their function from the CFML standards.
  30. cfapplication
  31. The attribute clientstorage does not allow registry as type, but in addion Railo supports file, resource and caches
  32. cfchart
  33. combined charts are not possible yet (although there are extensions available for Highcharts and Flot).
  34. cfdocument
  35. no support for the attributes backgroundvisible, fontembed, scale
  36. cferror
  37. only support type "exception"
  38. cfform
  39. no support for the attributes preserveData, archive and codebase
  40. restricted support for attribute format, only value "html" is supported
  41. cfinput
  42. no support for the attribute validateAt
  43. no support for xml and flash controls
  44. cfinvoke
  45. no support for the attributes servicePort and timeout
  46. no support for xml and flash controls
  47. cflogin
  48. no support for the attributes idletimout and applicationtoken, cookiedomain
  49. no NTLM support
  50. cfobject
  51. no support for corba and ejb
  52. cfpop
  53. no support for the attribute debug
  54. cfsearch
  55. no support for the attributes previousCriteria and suggestion
  56. cfx
  57. only java cfx tags are supported
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement