hi people
i have notice that the set-encoding action is not delceared any more in
the root sitemap
<map:action name="set-encoding"
src="org.apache.cocoon.acting.SetCharacterEncodingAction"/>
btw the class exist and after declaration set-encoding action work fine.
is there any specific reason for this or this declaration is missing by
misstake?
this action is usefull in cocoon forms when you have to post non-latin
charakters.
...
<map:pipeline>
<map:act type="set-encoding">
<map:parameter name="form-encoding" value="UTF-8"/>
</map:act>
...
if this action is deprecated, is something alternative avaliable?
-- stavros
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]