On Nov 7, 2008, at 12:18 PM, Mr.Quinn wrote:
Hi Roy
Please let me know if this solves your encoding problems.
My patch program is not understanding your diffs.
Am I right in thinking that that patch was to add a newline at the
end of the file?
As far as I can see it removes comma in file src/blocks/forms/
resources/org/apache/cocoon/forms/resources/js/Select.js around line
114:
@@ -114,7 +114,7 @@
this
);
this.inherited(arguments);
- },
+ }
Vadim
Thanks
regards Jeremy
On 7 Nov 2008, at 09:22, 黄海冬公司邮箱 wrote:
Hi,Jeremy
One more IE problem patch,this time is Select.js
For encoding problem,my web.xml is
<init-param>
<param-name>form-encoding</param-name>
<param-value>ISO-8859-1</param-value>
</init-param>
BUT...
<map:act type="form-encoding">
<map:parameter name="form-encoding" value="utf-8" />
</map:act>
will change the form-encoding to UTF-8.
I did't study your post,but in my experiences,this will work under
cocoon 2.
1.
regards
Roy Huang
<Select.diff>