Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RocketDan

    Please HELP!!! Survey building problem (passing variable)

    There are a number of approaches you could use here, but you'll probably have to change your form first. It appears you are using the question as the name of the form field. Since the question likely contains spaces, this isn't going to work. You can prefix the form variable with something...
  2. RocketDan

    using java in a cfc to parse emails

    That worked great. Thank you.
  3. RocketDan

    using java in a cfc to parse emails

    Here is the code I'm using. <cfscript> props = createObject("java", "java.lang.System").getProperties(); props.put( javacast("string", "mail.host"), javacast("string", "smtp.dummydomain.com")); props.put( javacast("string", "mail.transport.protocol"), javacast("string", "smtp"))...
  4. RocketDan

    using java in a cfc to parse emails

    forumposters... how did you assign the byte array to a cf variable without just getting the string that indicates it is a byte array?

Part and Inventory Search

Back
Top