Hi!
I have the following problem with sitemap processing in the current
2.1-dev CVS Snapshot.
I have the following action set:
<snip>
<map:action-set name="linkkat">
<map:act type="formEncoding">
<map:parameter name="form-encoding" value="utf-8"/>
</map:act>
<map:act type="form" action="Create Kategorie">
<map:parameter name="validate-set" value="create"/>
<map:act type="dbAdd" action="Create Kategorie"/>
</map:act>
</snip>
Even if all parameters are validated without errors, the dbAdd action is
never called (not even a entry in the sitemap.log)
The DB configuration is 100% working, because when I do
<snip>
<map:action-set name="linkkat">
<map:act type="formEncoding">
<map:parameter name="form-encoding" value="utf-8"/>
</map:act>
<map:act type="form" action="Create Kategorie">
<map:parameter name="validate-set" value="create"/>
</map:act>
<map:act type="dbAdd" action="Create Kategorie"/>
</map:action-set>
</snip>
A new record is successfully created. I guess I use the new
TreeProcessor and not the compiled sitemap. Maybe there is a bug in this
implementation. Btw. - how do I use the old compiled sitemap style in
current cvs snapshot?!? Or has the compiled version been deprecated and
is gone?
Thanks in advance,
Gerhard
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>