On 26.07.2005 13:54, Christoph Hermann wrote:

<input type="button" id="[EMAIL PROTECTED]" name="[EMAIL PROTECTED]" value="..."
onclick="forms_submitForm(this)"/>

where it should be

<input type="button" id="[EMAIL PROTECTED]" name="[EMAIL PROTECTED]" value="..."
                                            ^^^^^^
onclick="forms_submitForm(this)"/>

Becaus using the line above with "-input" cocoon will tell:
Invalid submit id (no such widget): upload-input (for a widget called
"upload").

Sylvain? It was introduced with http://svn.apache.org/viewcvs.cgi/cocoon/blocks/core/forms/trunk/samples/resources/forms-field-styling.xsl?rev=161264&r1=157119&r2=161264&diff_format=h. The both <input type="file"/> are indeed different. Should the @id and @name differ?

Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to