DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34084>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34084 ------- Additional Comments From [EMAIL PROTECTED] 2005-03-23 12:42 ------- (In reply to comment #0) > - URL http://localhost:8888/samples/blocks/lucene/findIt2?queryString=cocoon > > gave org.apache.cocoon.ProcessingException: IOException in search: > java.io.IOException: /tmp/Jetty__8888__/cocoon-files/index2 not a directory the reason is that AFAICS there's no option to create index2 (maybe a leftover from a previous version?). the same kind of error occurs if you try to search index1 before creating it. > - URL http://localhost:8888/samples/blocks/forms/v2/example > > Validation rule "value-count" cannot be used with strings, error at > file:build/webapp/samples/blocks/forms/v2/form1.xml:115:38 attaching a patch for this one. fixes: * o.a.c.forms.flow.javascript.v2.ScriptableWidget (also applies to v3, but haven't modified that one) - jsSet_value: the same problem as in the other multi-value fix; MultiValueField now implementing DataWidget, etc. * o.a.c.forms.formmodel.MultiValueFieldDefinitionBuilder/AbstractDatatypeWidgetDefinitionBuilder - datatype created for a MultiValueField would be created with isArrayType == false, thus the message '...cannot be used for strings' -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
