Whoops, forgot this is houseoffusion listserv, no attachments, you might
want to check out the topica list on Fusebox, but anyway, here are the posts
I scrounged:

1) 

Just put the fuseaction either in the form action url or in a seperate
hidden form input and then use a regular <input type="imgage"
src="image.gif"> for your button.
Rich

-----Original Message-----
From: Janine Jakim [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 22, 2001 8:26 AM
To: '[EMAIL PROTECTED]'
Subject: formatting submit buttons


I want my submit button to be an image.  I know how to do this as a url, but
how do I do it if I'm submitting it with an input button. ie: if I have
<INPUT TYPE="Submit" NAME="FUSEACTION" VALUE="Login"> how do I add the
image?
Thanks

2)

I rewrote the original tag and broke it up into 3
different tags:

<cf_formurl2attributes> - This converts form & URLs to
attributes and that's all, no search engine safe
variables.

<cf_formurl2attributessearch> -This converts form &
URLs to attributes and allows for search engine safe
variables.

<cf_imageinput> - This gets around the annoyance in
HTML forms that don't allow you to set the value of a
type="image" input button.

These are all available on Fusebox.org

Steve Nelson

--- Robert Everland <[EMAIL PROTECTED]> wrote:
>       I had been using the new version that Hal had made
> but then I found
> out that it didn't decode the urls so that I can
> make search engine friendly
> urls. Does anyone know if this has been fixed or if
> not has anyone recoded
> the old on to reflect Hal's changes while still
> getting the old
> functionality to work?
> 
> Robert Everland III
> Dixon Ticonderoga
> Web Developer Extraordinaire
> 
> Plan Now!! 2d Annual Fusebox Conference on Saturday,
> October 20--just before DevCon. Special guest
> speakers will be Jeremy Allaire and Kevin Lynch. If
> you have a topic you'd like to share with the
> Fusebox community, please email Nat Papovich at
> [EMAIL PROTECTED]
> 
>
> 

-----Original Message-----
From: Middleton Andrew 
Sent: Wednesday, August 22, 2001 1:54 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Fusebox on CF 4.0.0


No it appears to be the image of the submit button, although I am not
positive w/o seeing the code. Here are some posts from this list which might
help:


Andrew
-----Original Message-----
From: McGuire, Stewart [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 22, 2001 10:30 AM
To: Fusebox
Subject: Fusebox on CF 4.0.0


I am having some problems running my fusebox application on Cold Fusion
4.0.0.  I developed it on 4.5.1, but my production server is still running
4.0.0 (for reasons that I have no control over).  I have a form that I am
submitting (with a file upload field on it) and the <CF_FORMURL2ATTRIBUTES>
tag blows up with the following error:

Error Diagnostic Information

Parameter 1 of function IsDefined which is now "Caller.ATTRIBUTES.YOU MUST
SPECIFY A DOCUMENT BEFORE CONTINUING!!!" must be a syntactically valid
variable name 
The error occurred while evaluating the expression: 
 refindnocase("[[:alpha:]]",left(trim(field),1)) and NOT ISDEFINED(
'Caller.ATTRIBUTES.' & trim(field) )
The error occurred while processing an element with a general identifier of
(CFIF), occupying document position (84:3) to (84:112). 

The text, "YOU MUST SPECIFY A DOCUMENT BEFORE CONTINUING!!!", is NOT a form
field name but the VALUE of a form field!  This page and the submit works
fine on CF 4.5.1.  I printed out the value of Form.FieldNames and it Does
NOT contain a list of the names of the fields on my form!  It contains the
following:

DOC,YOU MUST SPECIFY A DOCUMENT BEFORE CONTINUING!!!,33,6

DOC is the name of my file upload field.  And I have an IMAGE button field
on the form and a hidden field called DOC_required to make cold fusion
require a file to be specified.

Can anyone confirm that this may be a problem with CF 4.0.0?

-----------------------------------------------------------------------
Stewart E. McGuire                          E-Mail: [EMAIL PROTECTED]
Senior IT Specialist                              Phone: (914) 641-2911
Information Management and Control Systems Group    Fax: (914) 641-2474
Malcolm Pirnie, Inc.                              Pager: (888) 519-7292
-----------------------------------------------------------------------


Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to