You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by MIYABE Tatsuhiko <mi...@jzf.co.jp> on 2001/12/03 11:04:02 UTC

[PATCH] for RequestGenerator

Hello.

Why RequestGenerater hasn't parameters like Request Loginsheet's attributes?

<xsp-request:get-parameter
	name="submit"
	as="string"
	form-encoding="EUC-JP"
	container-encoding="ISO-8859-1"/>

I suggest following parameters for RequestGenerater.

<map:generate type="request">
	<map:parameter name="form-encoding" value="EUC-JP"/>
	<map:parameter name="container-encoding" value="ISO-8859-1"/>
</map:generate>

--
MIYABE Tatsuhiko
miyabe@jzf.co.jp

RE: [PATCH] for RequestGenerator

Posted by MIYABE Tatsuhiko <mi...@jzf.co.jp>.
Thanks, Vadim.
It works good.

However, I think it is ordaly to use "Configurable" instead of
"Parameterizable".
I sent patch to bugzilla :)
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5500

--
MIYABE Tatsuhiko
miyabe@jzf.co.jp

> -----Original Message-----
> From: Vadim Gritsenko [mailto:vadim.gritsenko@verizon.net]
> Sent: Friday, December 14, 2001 2:13 AM
> To: cocoon-dev@xml.apache.org
> Subject: RE: [PATCH] for RequestGenerator
>
>
> MIYABE,
>
> Patch applied (with some modifications). Please check how it works for
> you.
>
> Thanks,
> Vadim
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
> For additional commands, email: cocoon-dev-help@xml.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org


RE: [PATCH] for RequestGenerator

Posted by Vadim Gritsenko <va...@verizon.net>.
MIYABE,

Patch applied (with some modifications). Please check how it works for
you.

Thanks,
Vadim

> -----Original Message-----
> From: MIYABE Tatsuhiko [mailto:miyabe@jzf.co.jp]
> Sent: Monday, December 03, 2001 5:04 AM
> To: cocoon-dev@xml.apache.org
> Subject: [PATCH] for RequestGenerator
> 
> Hello.
> 
> Why RequestGenerater hasn't parameters like Request Loginsheet's
attributes?
> 
> <xsp-request:get-parameter
> 	name="submit"
> 	as="string"
> 	form-encoding="EUC-JP"
> 	container-encoding="ISO-8859-1"/>
> 
> I suggest following parameters for RequestGenerater.
> 
> <map:generate type="request">
> 	<map:parameter name="form-encoding" value="EUC-JP"/>
> 	<map:parameter name="container-encoding" value="ISO-8859-1"/>
> </map:generate>
> 
> --
> MIYABE Tatsuhiko
> miyabe@jzf.co.jp


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org