DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15061>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15061 xmlForm enhancement Summary: xmlForm enhancement Product: Cocoon 2 Version: Current CVS Platform: All URL: http://apache.org/ OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: sitemap components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] To be able to use <input type="image" /> we should aply this path to /src/java/org/apache/cocoon/acting/AbstractXMLFormAction.java diff -r1.8 AbstractXMLFormAction.java 322c322 < while (enum.hasMoreElements ()) --- > while (enum.hasMoreElements () && command_ == null) 325a326 > // image type input in IE does not send name=value (only name.x=X and name.y=Y) 327a329,331 > int i = 0; > if ((paramName.endsWith (".x") || paramName.endsWith (".y"))) > i = 2; 329c333 < paramName.substring ( Constants.ACTION_PARAM_PREFIX.length(), paramName.length() ); --- > paramName.substring ( Constants.ACTION_PARAM_PREFIX.length(), paramName.length() - i); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]