Re: problem encoding using SendMailTransformer

2010-10-13 Thread mvalencia
d.nabble.com/problem-encoding-using-SendMailTransformer-tp29886850p29950964.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional comma

Re: problem encoding using SendMailTransformer

2010-10-12 Thread Charles Yates
Ah, yes, I see that in your original message. In case it helps, here is how discovered the cause of my problem. I used eclipse with WTP (web tools project) with the appropriate versions of cocoon, tomcat and my application as projects. I put a breakpoint at a place where I knew I would see

Re: problem encoding using SendMailTransformer

2010-10-10 Thread mvalencia
Hi Charles I have configured the parameter URIEncoding to UTF-8, even I used the parameter useBodyEncodingForURI but I go on with the same problem. -- View this message in context: http://old.nabble.com/problem-encoding-using-SendMailTransformer-tp29886850p29931532.html Sent from the Cocoon

Re: problem encoding using SendMailTransformer

2010-10-10 Thread mvalencia
The form used get method, because with the post method not work the "request-param" of Cocoon. -- View this message in context: http://old.nabble.com/problem-encoding-using-SendMailTransformer-tp29886850p29931504.html Sent from the Cocoon - Users mailing list archive at

Re: problem encoding using SendMailTransformer

2010-10-08 Thread Thorsten Scherler
On Fri, 2010-10-08 at 04:36 -0700, mvalencia wrote: > > can be the problematic part, since you take the value from the request. > > I can remember we applied the tips > http://cocoon.apache.org/2.2/1366_1_1.html once in one of the apps. > AFAIR there should be the SetCharacterEncodingFilter in y

Re: problem encoding using SendMailTransformer

2010-10-08 Thread Charles Yates
Hello, I think you need to set URIencoding in your tomcat connector: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html#Common_Attributes |URIEncoding| This specifies the character encoding used to decode the URI bytes, after %xx decoding the URL. If not specified, ISO-8859-1 will be us

Re: problem encoding using SendMailTransformer

2010-10-08 Thread mvalencia
. -- View this message in context: http://old.nabble.com/problem-encoding-using-SendMailTransformer-tp29886850p29914700.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: problem encoding using SendMailTransformer

2010-10-08 Thread Andre Juffer
On 10/08/2010 02:36 PM, mvalencia wrote: can be the problematic part, since you take the value from the request. I can remember we applied the tips http://cocoon.apache.org/2.2/1366_1_1.html once in one of the apps. AFAIR there should be the SetCharacterEncodingFilter in your code base. Yes,

Re: problem encoding using SendMailTransformer

2010-10-08 Thread mvalencia
-charset="UTF-8" on FORM tag, but it isn't work. It seems encoding lose when data go to block conector since Cocoon application, but I not sure. -- View this message in context: http://old.nabble.com/problem-encoding-using-SendMailTransformer-tp29886850p29914526.html Sent from the

Re: problem encoding using SendMailTransformer

2010-10-07 Thread Thorsten Scherler
On Wed, 2010-10-06 at 08:26 -0700, mvalencia wrote: > This is the matches: > > > > value="{global:conectorXmlPath}correos/parametros-action-validator.xml"/> > > > > > > > > > > > > >

Re: problem encoding using SendMailTransformer

2010-10-06 Thread mvalencia
r, really is @version $Id: SendMailTransformer.java 607381 2007-12-29 05:42:58Z vgritsenko) then the field body has lost the encoding. However I come back to do the test that you tell me. -- View this message in context: http://old.nabble.com/problem-encoding-using-SendMailTransformer-tp29886850p29897843.

Re: problem encoding using SendMailTransformer

2010-10-06 Thread Thorsten Scherler
On Tue, 2010-10-05 at 10:17 -0700, mvalencia wrote: > Hi > > I did what you tell me, and the result is: The first line (the xml declaration) is? > > > mail-int.andaluciajunta.es > 25 > miguel.valen...@juntadeandalucia.es > miguel.valen...@juntadeandalucia.es > españa camión > >

Re: problem encoding using SendMailTransformer

2010-10-05 Thread mvalencia
oblem-encoding-using-SendMailTransformer-tp29886850p29889393.html Sent from the Cocoon - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@cocoon.apache.org For additional commands, e-mail: us

Re: problem encoding using SendMailTransformer

2010-10-05 Thread Thorsten Scherler
On Tue, 2010-10-05 at 05:26 -0700, mvalencia wrote: > Hi all > > I have a problem using the code of: > org.apache.cocoon.mail.transformation.SendMailTransformer, when I send an > email, target user always receive the field body with strange characters, so > seemd bad encoding, and is curious onl

problem encoding using SendMailTransformer

2010-10-05 Thread mvalencia
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd UTF-8 I only see that There is any problem on AbstractSAXTransformer to recovery data from textarea field on HTML, because is the diference between field subject and body. Thank you -- View this message in context: http://old.nabble.com/proble