cfform preservedata="yes"

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default cfform preservedata="yes"

    <cfform format="flash" timeout="100000" name="visitrequest" method="post"
    height="800" action="security_visitor_requestp2.cfm" width="500"
    preservedata="yes" >

    Could someone tell me what is wrong with the above statement? It is NOT
    preserving data. Perhaps I just misunderstand the way it is supposted to work.
    Basically, I am having the user to go to p2, and edit (using <input
    name="button" type="button" onclick="javascript:history.back()" value="Edit"/>)

    When we go back to the original page, no data is preserved. Do I
    misunderstand this tag or is it just not working the way it was designed?

    Thanks.

    SilentBob'secretfusion Guest

  2. Similar Questions and Discussions

    1. cfform format="flash" not loading
      The Problem: When I load a file that contains ANY cfform tag with format="flash", all I get is a partially rendered object with a spinning clock...
    2. cfform type="flash" not working in safari
      Yes, I know that only a developer would be using Safari with windows, (firefox has been a little buggie lately)... However, it appears that flash...
    3. How to format a table inside cfform type="flash"?
      I am aware that you cannot use table HMTL tag inside <cfform type="flash>. I would like to get my data to be displayed in a tablular form! How do...
    4. cfform type="flash" not working on IIS 6.0? Tried workaround
      I have a cfform type="flash" running on IIS. However, the cfform type="flash" tags are not working. I applied this work around ...
    5. How do you disable the right click ability when using<cfform type="flash">?
      How do you disable the right click ability when using <cfform type="flash">?
  3. #2

    Default Re: cfform preservedata="yes"

    Never mind... it doesn't work with the flash tag according to the documentation. Ugh...
    SilentBob'secretfusion Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139