Re: problem encoding using SendMailTransformer

2010-10-13 Thread mvalencia
this message in context: http://old.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

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-11 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 Nabble.com

Re: problem encoding using SendMailTransformer

2010-10-11 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-08 Thread mvalencia
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 Cocoon - Users mailing list archive at Nabble.com

Re: problem encoding using SendMailTransformer

2010-10-08 Thread Andre Juffer
On 10/08/2010 02:36 PM, mvalencia wrote: map:parameter name=cuerpo value={request-param:id_cuerpo} / 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

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 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

Re: problem encoding using SendMailTransformer

2010-10-08 Thread Thorsten Scherler
On Fri, 2010-10-08 at 04:36 -0700, mvalencia wrote: map:parameter name=cuerpo value={request-param:id_cuerpo} / 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.

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: map:match pattern=correopresidente.xml map:act type=validator map:parameter name=descriptor value={global:conectorXmlPath}correos/parametros-action-validator.xml/ map:parameter

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? document sendmail smtphostmail-int.andaluciajunta.es/smtphost smtpport25/smtpport frommiguel.valen...@juntadeandalucia.es/from

Re: problem encoding using SendMailTransformer

2010-10-06 Thread mvalencia
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.html Sent from the Cocoon - Users mailing list archive at Nabble.com

problem encoding using SendMailTransformer

2010-10-05 Thread mvalencia
encodingUTF-8/encoding /map:serializer 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/problem-encoding-using

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 only the

Re: problem encoding using SendMailTransformer

2010-10-05 Thread mvalencia
a test email: http://old.nabble.com/file/p29889393/test-email.txt test-email.txt -- View this message in context: http://old.nabble.com/problem-encoding-using-SendMailTransformer-tp29886850p29889393.html Sent from the Cocoon - Users mailing list archive at Nabble.com