[EMAIL PROTECTED] wrote:
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?
the action is not deprecated AFAIU. You can always add an appropriate declaration to your subsitemap.

I resigned from this action in favour of system wide encoding setting in web.xml


-- Leszek Gawron MobileBox [EMAIL PROTECTED] http://www.mobilebox.pl

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



Reply via email to