Re: global form-encoding setting

2002-09-26 Thread Alex Romayev

Try:



and


  
   


--- yuryx <[EMAIL PROTECTED]> wrote:
> Hi folks!
> 
> Is there a way to change default setting for
> form-encoding parameter? 
> Now I have to use param1= name="test" 
> form-encoding="KOI8-R"/> for each parameter. Is
> there a way to set it 
> somewhere in sitemap.xmap or in another place?
> 
> -- 
> 
> Best regards,
> Yury.
> --
> Yury Mikhienko.
> IT engineer, ZAO "Mobicom-Kavkaz"
> 
> 
> 
>
-
> Please check that your question  has not already
> been answered in the
> FAQ before posting.
> 
> 
> To unsubscribe, e-mail:
> <[EMAIL PROTECTED]>
> For additional commands, e-mail:  
> <[EMAIL PROTECTED]>
> 


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




Re: global form-encoding setting

2002-09-26 Thread Vadim Gritsenko

yuryx wrote:

> Hi folks!
>
> Is there a way to change default setting for form-encoding parameter? 
> Now I have to use param1= form-encoding="KOI8-R"/> for each parameter. Is there a way to set it 
> somewhere in sitemap.xmap or in another place?



Try SetCharacterEncodingAction.java, add it as the very first step in 
the pipeline. It has to be called before any request.getParameter() 
calls. Example:


  
  
  ...
  
  ...
  



Vadim



-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




global form-encoding setting

2002-09-26 Thread yuryx

Hi folks!

Is there a way to change default setting for form-encoding parameter? 
Now I have to use param1= for each parameter. Is there a way to set it 
somewhere in sitemap.xmap or in another place?

-- 

Best regards,
Yury.
--
Yury Mikhienko.
IT engineer, ZAO "Mobicom-Kavkaz"



-
Please check that your question  has not already been answered in the
FAQ before posting. 

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