Hi All,

I have downloaded xml-cocoon2_20020507041716.tar.gz and have BUILD
SUCCESSFUL
In http://localhost/cocoon/tutorial/create-dept.html
At trying creation new department show "You have successfully processed the
department", but there is no new department if see department table (or find
department). It not add new record. At update of records same problem.

I get following on my sitemap.log:
...
DEBUG   (2002-05-07) 17:36.00:687
[sitemap](/cocoon/tutorial/create-dept.html)
 HttpProcessor[80][2]/ExcaliburComponentSelector: generators:
ComponentSelector
could not find the component for hint: serverpages
DEBUG   (2002-05-07) 17:36.00:687
[sitemap](/cocoon/tutorial/create-dept.html)
 HttpProcessor[80][2]/LogKitLogger: Got a
org.apache.cocoon.generation.ServerPag
esGenerator from the pool.
DEBUG   (2002-05-07) 17:36.00:687
[sitemap](/cocoon/tutorial/create-dept.html)
 HttpProcessor[80][2]/ExcaliburComponentSelector: transformers:
ComponentSelecto
r could not find the component for hint: xslt
DEBUG   (2002-05-07) 17:36.00:687
[sitemap](/cocoon/tutorial/create-dept.html)
 HttpProcessor[80][2]/LogKitLogger: Got a
org.apache.cocoon.transformation.TraxT
ransformer from the pool.
DEBUG   (2002-05-07) 17:36.00:687
[sitemap](/cocoon/tutorial/create-dept.html)
 HttpProcessor[80][2]/ExcaliburComponentSelector: serializers:
ComponentSelector
 could not find the component for hint: html
DEBUG   (2002-05-07) 17:36.00:687
[sitemap](/cocoon/tutorial/create-dept.html)
 HttpProcessor[80][2]/LogKitLogger: Got a
org.apache.cocoon.serialization.HTMLSe
rializer from the pool.
DEBUG   (2002-05-07) 17:36.00:687
[sitemap.transformer.xslt](/cocoon/tutorial/
create-dept.html) HttpProcessor[80][2]/TraxTransformer: Using stylesheet:
'file:
/F:/usr/tomcat/webapps/cocoon/tutorial/stylesheets/apache.xsl' in
org.apache.coc
oon.transformation.TraxTransformer@ed77a
DEBUG   (2002-05-07) 17:36.00:906
[sitemap](/cocoon/tutorial/create-dept.html)
 HttpProcessor[80][2]/LogKitLogger: Put a
org.apache.cocoon.generation.ServerPag
esGenerator back into the pool.
DEBUG   (2002-05-07) 17:36.00:906
[sitemap](/cocoon/tutorial/create-dept.html)
 HttpProcessor[80][2]/LogKitLogger: Put a
org.apache.cocoon.transformation.TraxT
ransformer back into the pool.
DEBUG   (2002-05-07) 17:36.00:906
[sitemap](/cocoon/tutorial/create-dept.html)
 HttpProcessor[80][2]/LogKitLogger: Put a
org.apache.cocoon.serialization.HTMLSe
rializer back into the pool.

I try off FormValidatorAction in the sitemap.xmap, all works fine.
<!--
   <map:act type="form" action="Create Department">
     <map:parameter name="validate-set" value="add"/>
     <map:act type="dbAdd"/>
   </map:act>
-->
   <map:act type="dbAdd" action="Create Department"/>

What's problem?
Thanks,
Hill

Cocoon 2.1; Tomcat 4.0; JDK SDK 1.3.1; OS WinNT 4.0;

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to