[opencms-dev] Still different encoding problem on DEBIAN

Maurizio Betti m.betti at arsweb.it
Thu May 20 17:19:01 CEST 2004


Hy Pete,

yes, I solved the problem only setting the CATALINA_OPTS in the 
/bin/catalina.sh (NOT startup.sh) in this way (look around line 43, in 
bold, of the follow):
-------------------------------- catalina.sh 
----------------------------------------
#!/bin/sh
# -----------------------------------------------------------------------------
# Start/Stop Script for the CATALINA Server
#
# Environment Variable Prequisites
#
#   CATALINA_HOME   May point at your Catalina "build" directory.
#
#   CATALINA_BASE   (Optional) Base directory for resolving dynamic portions
#                   of a Catalina installation.  If not present, resolves to
#                   the same directory that CATALINA_HOME points to.
#
#   CATALINA_OPTS   (Optional) Java runtime options used when the "start",
#                   "stop", or "run" command is executed.
#
#   CATALINA_TMPDIR (Optional) Directory path location of temporary directory
#                   the JVM should use (java.io.tmpdir).  Defaults to
#                   $CATALINA_BASE/temp.
#
#   JAVA_HOME       Must point at your Java Development Kit installation.
#
#   JAVA_OPTS       (Optional) Java runtime options used when the "start",
#                   "stop", or "run" command is executed.
#
#   JPDA_TRANSPORT  (Optional) JPDA transport used when the "jpda start"
#                   command is executed. The default is "dt_socket".
#
#   JPDA_ADDRESS    (Optional) Java runtime options used when the "jpda start"
#                   command is executed. The default is 8000.
#
#   JSSE_HOME       (Optional) May point at your Java Secure Sockets Extension
#                   (JSSE) installation, whose JAR files will be added to the
#                   system class path used to start Tomcat.
#
#   CATALINA_PID    (Optional) Path of the file which should contains the pid
#                   of catalina startup java process, when start (fork) is used
#
# $Id: catalina.sh,v 1.34 2003/03/06 11:23:25 hgomez Exp $
# -----------------------------------------------------------------------------
JAVA_HOME=/usr/java/java
CATALINA_TMPDIR=/tmp
#CATALINA_OPTS=-Xmx128m
CATALINA_OPTS=-Dfile.encoding=ISO-8859-1
[...]
----------------------------------------------------------------------------------------------

or try other solutions at the follow link: 
http://forum.java.sun.com/thread.jsp?forum=16&thread=315993&start=0&range=15&hilite=false&q=

bye, Mau







At 09.30 19/05/2004 -0400, you wrote:


>  Hi Maurizio!
>
>You mentioned that you managed to solve the encoding problem, was it just
>setting CATALINA_OPTS in your .sh file or was there more to it (running into
>the same issue and can't seem to resolve it)
>
>Thanks for any input you can give me.
>
>Pete
>----- Original Message -----
>From: <opencms-dev-request at opencms.org>
>To: <opencms-dev at opencms.org>
>Sent: Wednesday, May 19, 2004 5:11 AM
>Subject: opencms-dev digest, Vol 1 #1137 - 7 msgs
> > Message: 5
> > Date: Wed, 19 May 2004 11:14:19 +0200
> > To: opencms-dev at opencms.org
> > From: Maurizio Betti <m.betti at arsweb.it>
> > Subject: Re: [opencms-dev] Still different encoding problem on DEBIAN
> >   and with mysql access (permission denied): help me!
> > Reply-To: opencms-dev at opencms.org
> >
> > --=====================_2595742==.ALT
> > Content-Type: text/plain; charset="us-ascii"; format=flowed
> >
> > At 22.22 18/05/2004 +0200, you wrote:
> > >Yes.
> >
> > Oh...what luck!
> >
> > > > I have the following errors:
> > > > 1. The usual error of different encoding (on debian results
> > > > ANSI_X3.4-1968): I've just tried to set CATALINA_OPTS=-Dfile...,
> >
> > OK! Now I solved setting CATALINA_OPTS=-Dfile.encoding=ISO-8859-1 in
> > /bin/catalina.sh. Now It'a all right!!!
> >
> > > > 2. If I try to modify the opencms encoding via opencms.properties
> > > > to skip this error and I find this next on mysql connection:
> >
> > I solved also this one (not in bettery way, but I solve it).
> >
> > Now I've a final problem:
> >
> > I have a basic tomcat installation on /usr/local/web/tomcat, and many web
> > application under the /home folder (i.e. under
>/home/victoriasrl.it/www/web
> > under this one there are the WEB-INF, ocsetup,...). Now: the opencms setup
> > works fine under www.victoriasrl.it/ocsetup/index.jsp, but, when I try to
> > visit the welcome page (http://www.victoriasrl.it/opencms/index.jsp) the
> > image does'nt appear.
> >
> > The question is: under these conditions what is the best way to install
> > opencms?
> >
> > On local PC (I work usually in W2K) I solved these questione installing
> > opencms under webapps or under ROOT as suggested on Alkacon OpenCms 5.0.x
> > Howto: Setting up httpd, Tomcat and mod_proxy.
> >
> > Your help was very appreciated. Many many thanks.
> >
> > Maurizio Betti
> >
> >
> >
> >
> >
> >
> >
> > --=====================_2595742==.ALT
> > Content-Type: text/html; charset="us-ascii"
> >
> > <html>
> > <body>
> > At 22.22 18/05/2004 +0200, you wrote:<br>
> > <blockquote type=cite class=cite cite>Yes. </blockquote><br>
> > Oh...what luck!<br><br>
> > <blockquote type=cite class=cite cite>> I have the following
> > errors:<br>
> > > 1. The usual error of different encoding (on debian results <br>
> > > ANSI_X3.4-1968): I've just tried to set
> > CATALINA_OPTS=-Dfile...,</blockquote><br>
> > OK! Now I solved setting CATALINA_OPTS=-Dfile.encoding=ISO-8859-1 in
> > /bin/catalina.sh. Now It'a all right!!!<br><br>
> > <blockquote type=cite class=cite cite>> 2. If I try to modify the
> > opencms encoding via opencms.properties<br>
> > > to skip this error and I find this next on mysql
> > connection:</blockquote><br>
> > I solved also this one (not in bettery way, but I solve it).<br><br>
> > Now I've a final problem:<br><br>
> > I have a basic tomcat installation on /usr/local/web/tomcat, and many web
> > application under the /home folder (i.e. under
> > /home/victoriasrl.it/www/web under this one there are the WEB-INF,
> > ocsetup,...). Now: the opencms setup works fine under
> > <a href="http://www.victoriasrl.it/ocsetup/index.jsp"
>eudora="autourl">www.victoriasrl.it/ocsetup/index.jsp</a>,
> > but, when I try to visit the welcome page
> > (<a href="http://www.victoriasrl.it/opencms/index.jsp"
>eudora="autourl">http://www.victoriasrl.it/opencms/index.jsp</a>)
> > the image does'nt appear.<br><br>
> > The question is: under these conditions what is the best way to install
> > opencms?<br><br>
> > On local PC (I work usually in W2K) I solved these questione installing
> > opencms under webapps or under ROOT as suggested on Alkacon OpenCms 5.0.x
> > Howto: Setting up httpd, Tomcat and mod_proxy. <br><br>
> > Your help was very appreciated. Many many thanks.<br><br>
> > Maurizio Betti<br><br>
> > <br><br>
> > <br><br>
> > <br>
> > </body>
> > </html>
> >
> > --=====================_2595742==.ALT--
> >
> >
> > --__--__--
> >
> > Message: 6
> > From: "Olli Aro" <olli_aro at yahoo.co.uk>
> > To: <opencms-dev at opencms.org>
> > Subject: RE: AW: [opencms-dev] <cms:link> tag problem
> > Date: Wed, 19 May 2004 10:10:27 +0100
> > Reply-To: opencms-dev at opencms.org
> >
> > This is a multi-part message in MIME format.
> >
> > ------=_NextPart_000_0049_01C43D89.8AE3B810
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >
> > OpenCMS runs the html through jTidy to clean it before saving it. This =
> > is
> > why you get the xhtml stuff added. Don=92t know how to disable it =
> > tough=85
> >
> > =20
> >
> > Olli
> >
> > =20
> >
> >    _____ =20
> >
> > From: opencms-dev-admin at opencms.org =
> > [mailto:opencms-dev-admin at opencms.org]
> > On Behalf Of Mark Miller
> > Sent: 19 May 2004 08:54
> > To: opencms-dev at opencms.org
> > Subject: AW: AW: [opencms-dev] <cms:link> tag problem
> >
> > =20
> >
> > Fair enough =85 but I don=92t think it was part of the original html =
> > spec =85 it
> > is only recently since xhtml that html and xml have merged.
> >
> > =20
> >
> > As far as I know html originally defined a line break as <br> not as =
> > <br/>
> > or <br />.
> >
> > =20
> >
> > Need to check on w3c =85 but I would guess that that is the reason why =
> > <br/>
> > is translated to <br>
> >
> > =20
> >
> > All the best,
> >
> > =20
> >
> > Mark
> >
> > =20
> >
> > =20
> >
> > -----Urspr=FCngliche Nachricht-----
> > Von: opencms-dev-admin at opencms.org =
> > [mailto:opencms-dev-admin at opencms.org] Im
> > Auftrag von Tristan Tarrant
> > Gesendet: 19 May 2004 10:42
> > An: opencms-dev at opencms.org
> > Betreff: Re: AW: [opencms-dev] <cms:link> tag problem
> >
> > =20
> >
> > But all browsers support it if you put a space before the slash.
> > <br />
> >
> > Tristan
> >
> > On Wed, 2004-05-19 at 10:28 +0200, Mark Miller wrote:
> >
> >
> >
> > Because not all browsers support <br/>
> >
> > =20
> >
> > =20
> >
> > =20
> >
> >
> > -----Urspr?gliche Nachricht-----
> > Von: opencms-dev-admin at opencms.org [mailto:opencms-dev-admin at openc =
> > ms.org]
> > Im Auftrag von Ernesto Salgado
> > Gesendet: 19 May 2004 10:26
> > An: opencms-dev at opencms.org
> > Betreff: Fwd: [opencms-dev] <cms:link> tag problem
> >
> > =20
> >
> >
> >
> > Sorry ... my probles is with <cms:include element=3D "body"/>  tag.
> >
> >
> > =20
> >
> >
> > Also I have discovered another thing ... <br /> tags, are tran sformed =
> > to
> > <br> when OpenCMS send de response ... Why?????
> >
> >
> > =20
> >
> >
> > Thanks
> >
> >
> >
> >    _____ =20
> >
> >
> >
> > HYPERLINK
> > "http://es.rd.yahoocom/mail_es/tagline/mail/*http:/es.mail.yahoo.com/"Cor=
> > reo
> > Yahoo!: 6MB, m? protecci? contra el spam ?gratis!=20
> >
> >
> >
> >
> > ---
> > Incoming mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.683 / Virus Database: 445 - Release Date: 12/05/2004
> >
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.683 / Virus Database: 445 - Release Date: 12/05/2004
> > =20
> >
> > ------=_NextPart_000_0049_01C43D89.8AE3B810
> > Content-Type: text/html;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >
> > <html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
> > xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
> > xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
> > xmlns:st1=3D"urn:schemas-microsoft-com:office:smarttags" =
> > xmlns=3D"http://www.w3.org/TR/REC-html40">
> >
> > <head>
> > <META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
> > charset=3Diso-8859-1">
> >
> >
> > <meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
> > <!--[if !mso]>
> > <style>
> > v\:* {behavior:url(#default#VML);}
> > o\:* {behavior:url(#default#VML);}
> > w\:* {behavior:url(#default#VML);}
> > .shape {behavior:url(#default#VML);}
> > </style>
> > <![endif]--><o:SmartTagType
> >  namespaceuri=3D"urn:schemas-microsoft-com:office:smarttags" =
> > name=3D"PersonName"/>
> > <!--[if !mso]>
> > <style>
> > st1\:*{behavior:url(#default#ieooui) }
> > </style>
> > <![endif]-->
> > <style>
> > <!--
> >  /* Font Definitions */
> >  @font-face
> > {font-family:Tahoma;
> > panose-1:2 11 6 4 3 5 4 4 2 4;}
> >  /* Style Definitions */
> >  p.MsoNormal, li.MsoNormal, div.MsoNormal
> > {margin:0cm;
> > margin-bottom:.0001pt;
> > font-size:12.0pt;
> > font-family:"Times New Roman";}
> > a:link, span.MsoHyperlink
> > {color:blue;
> > text-decoration:underline;}
> > a:visited, span.MsoHyperlinkFollowed
> > {color:blue;
> > text-decoration:underline;}
> > span.EmailStyle17
> > {mso-style-type:personal;
> > font-family:Arial;
> > color:navy;}
> > span.EmailStyle19
> > {mso-style-type:personal-reply;
> > font-family:Arial;
> > color:red;
> > font-weight:normal;
> > font-style:normal;
> > text-decoration:none none;}
> > @page Section1
> > {size:595.3pt 841.9pt;
> > margin:70.85pt 70.85pt 2.0cm 70.85pt;}
> > div.Section1
> > {page:Section1;}
> > -->
> > </style>
> >
> > </head>
> >
> > <body lang=3DEN-US link=3Dblue vlink=3Dblue>
> >
> > <div class=3DSection1>
> >
> > <p class=3DMsoNormal><font size=3D2 color=3Dred face=3DArial><span =
> > style=3D'font-size:
> > 10.0pt;font-family:Arial;color:red'>OpenCMS runs the html through jTidy =
> > to clean
> > it before saving it. This is why you get the xhtml stuff added. =
> > Don’t
> > know how to disable it tough…<o:p></o:p></span></font></p>
> >
> > <p class=3DMsoNormal><font size=3D2 color=3Dred face=3DArial><span =
> > style=3D'font-size:
> > 10.0pt;font-family:Arial;color:red'><o:p> </o:p></span></font></p>
> >
> > <p class=3DMsoNormal><font size=3D2 color=3Dred face=3DArial><span =
> > style=3D'font-size:
> > 10.0pt;font-family:Arial;color:red'>Olli<o:p></o:p></span></font></p>
> >
> > <p class=3DMsoNormal><font size=3D2 color=3Dred face=3DArial><span =
> > style=3D'font-size:
> > 10.0pt;font-family:Arial;color:red'><o:p> </o:p></span></font></p>
> >
> > <div>
> >
> > <div class=3DMsoNormal align=3Dcenter =
> > style=3D'margin-left:35.4pt;text-align:center'><font
> > size=3D3 face=3D"Times New Roman"><span style=3D'font-size:12.0pt'>
> >
> > <hr size=3D2 width=3D"100%" align=3Dcenter tabindex=3D-1>
> >
> > </span></font></div>
> >
> > <p class=3DMsoNormal style=3D'margin-left:35.4pt'><b><font size=3D2 =
> > face=3DTahoma><span
> > style=3D'font-size:10.0pt;font-family:Tahoma;font-weight:bold'>From:</spa=
> > n></font></b><font
> > size=3D2 face=3DTahoma><span =
> > style=3D'font-size:10.0pt;font-family:Tahoma'>
> > opencms-dev-admin at opencms.org [mailto:opencms-dev-admin at opencms.org] =
> > <b><span
> > style=3D'font-weight:bold'>On Behalf Of </span></b>Mark Miller<br>
> > <b><span style=3D'font-weight:bold'>Sent:</span></b> 19 May 2004 =
> > 08:54<br>
> > <b><span style=3D'font-weight:bold'>To:</span></b> <st1:PersonName =
> > w:st=3D"on">opencms-dev at opencms.org</st1:PersonName><br>
> > <b><span style=3D'font-weight:bold'>Subject:</span></b> AW: AW: =
> > [opencms-dev]
> > <cms:link> tag problem</span></font><o:p></o:p></p>
> >
> > </div>
> >
> > <p class=3DMsoNormal style=3D'margin-left:35.4pt'><font size=3D3
> > face=3D"Times New Roman"><span =
> > style=3D'font-size:12.0pt'><o:p> </o:p></span></font></p>
> >
> > <p class=3DMsoNormal style=3D'margin-left:35.4pt'><font size=3D2 =
> > color=3Dnavy
> > face=3DArial><span lang=3DEN-GB =
> > style=3D'font-size:10.0pt;font-family:Arial;
> > color:navy'>Fair enough … but I don’t think it was part of =
> > the
> > original html spec … it is only recently since xhtml that html and =
> > xml
> > have merged.<o:p></o:p></span></font></p>
> >
> > <p class=3DMsoNormal style=3D'margin-left:35.4pt'><font size=3D2 =
> > color=3Dnavy
> > face=3DArial><span lang=3DEN-GB =
> > style=3D'font-size:10.0pt;font-family:Arial;
> > color:navy'><o:p> </o:p></span></font></p>
> >
> > <p class=3DMsoNormal style=3D'margin-left:35.4pt'><font size=3D2 =
> > color=3Dnavy
> > face=3DArial><span lang=3DEN-GB =
> > style=3D'font-size:10.0pt;font-family:Arial;
> > color:navy'>As far as I know html originally defined a line break as =
> > <br>
> > not as <br/> or <br />.<o:p></o:p></span></font></p>
> >
> > <p class=3DMsoNormal style=3D'margin-left:35.4pt'><font size=3D2 =
> > color=3Dnavy
> > face=3DArial><span lang=3DEN-GB =
> > style=3D'font-size:10.0pt;font-family:Arial;
> > color:navy'><o:p> </o:p></span></font></p>
> >
> > <p class=3DMsoNormal style=3D'margin-left:35.4pt'><font size=3D2 =
> > color=3Dnavy
> > face=3DArial><span lang=3DEN-GB =
> > style=3D'font-size:10.0pt;font-family:Arial;
> > color:navy'>Need to check on w3c … but I would guess that that is =
> > the
> > reason why <br/> is translated to =
> > <br><o:p></o:p></span></font></p>
> >
> > <p class=3DMsoNormal style=3D'margin-left:35.4pt'><font size=3D2 =
> > color=3Dnavy
> > face=3DArial><span lang=3DEN-GB =
> > style=3D'font-size:10.0pt;font-family:Arial;
> > color:navy'><o:p> </o:p></span></font></p>
> >
> > <p class=3DMsoNormal style=3D'margin-left:35.4pt'><font size=3D2 =
> > color=3Dnavy
> > face=3DArial><span lang=3DEN-GB =
> > style=3D'font-size:10.0pt;font-family:Arial;
> > color:navy'>All the best,<o:p></o:p></span></font></p>
> >
> > <p class=3DMsoNormal style=3D'margin-left:35.4pt'><font size=3D2 =
> > color=3Dnavy
> > face=3DArial><span lang=3DEN-GB =
> > style=3D'font-size:10.0pt;font-family:Arial;
> > color:navy'><o:p> </o:p></span></font></p>
> >
> > <p class=3DMsoNormal style=3D'margin-left:35.4pt'><font size=3D2 =
> > color=3Dnavy
> > face=3DArial><span lang=3DEN-GB =
> > style=3D'font-size:10.0pt;font-family:Arial;
> > color:navy'>Mark<o:p></o:p></span></font></p>
> >
> > <div>
> >
> > <p class=3DMsoNormal style=3D'margin-left:35.4pt'><font size=3D3
> > face=3D"Times New Roman"><span lang=3DEN-GB =
> > style=3D'font-size:12.0pt'><o:p> </o:p></span></font></p>
> >
> > <p class=3DMsoNormal style=3D'margin-left:35.4pt'><font size=3D3
> > face=3D"Times New Roman"><span lang=3DEN-GB =
> > style=3D'font-size:12.0pt'><o:p> </o:p></span></font></p>
> >
> > </div>
> >
> > <p class=3DMsoNormal style=3D'margin-left:70.8pt'><font size=3D2 =
> > face=3DTahoma><span
> > lang=3DDE =
> > style=3D'font-size:10.0pt;font-family:Tahoma'>-----Urspr=FCngliche
> > Nachricht-----<br>
> > <b><span style=3D'font-weight:bold'>Von:</span></b> =
> > opencms-dev-admin at opencms.org
> > [mailto:opencms-dev-admin at opencms.org] <b><span =
> > style=3D'font-weight:bold'>Im
> > Auftrag von </span></b>Tristan Tarrant<br>
> > <b><span style=3D'font-weight:bold'>Gesendet:</span></b> 19 May 2004 =
> > 10:42<br>
> > <b><span style=3D'font-weight:bold'>An:</span></b> <st1:PersonName =
> > w:st=3D"on">opencms-dev at opencms.org</st1:PersonName><br>
> > <b><span style=3D'font-weight:bold'>Betreff:</span></b> Re: AW: =
> > [opencms-dev]
> > <cms:link> tag problem</span></font><span =
> > lang=3DDE><o:p></o:p></span></p>
> >
> > <p class=3DMsoNormal style=3D'margin-left:70.8pt'><font size=3D3
> > face=3D"Times New Roman"><span lang=3DDE =
> > style=3D'font-size:12.0pt'><o:p> </o:p></span></font></p>
> >
> > <p class=3DMsoNormal style=3D'margin-left:70.8pt'><font size=3D3
> > face=3D"Times New Roman"><span lang=3DDE style=3D'font-size:12.0pt'>But =
> > all browsers
> > support it if you put a space before the slash.<br>
> > <br /><br>
> > <br>
> > Tristan<br>
> > <br>
> > On Wed, 2004-05-19 at 10:28 +0200, Mark Miller wrote:<br>
> > <br>
> > <o:p></o:p></span></font></p>
> >
> > <p class=3DMsoNormal =
> > style=3D'mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:
> > 12.0pt;margin-left:70.8pt'><font size=3D2 color=3Dnavy face=3D"Times New =
> > Roman"><span
> > lang=3DDE style=3D'font-size:10.0pt;color:navy'>Because not all browsers =
> > support
> > <br/></span></font><span lang=3DDE><br>
> > <br>
> > </span><font size=3D2 color=3Dnavy><span lang=3DDE =
> > style=3D'font-size:10.0pt;
> > color:navy'> </span></font><span lang=3DDE><br>
> > <br>
> > </span><font size=3D2 color=3Dnavy><span lang=3DDE =
> > style=3D'font-size:10.0pt;
> > color:navy'> </span></font><span lang=3DDE><br>
> > <br>
> > <font color=3Dblack><span style=3D'color:black'> </span></font><br>
> > <br>
> > <br>
> > </span><font size=3D2 color=3Dblack><span lang=3DDE =
> > style=3D'font-size:10.0pt;
> > color:black'>-----Urspr?gliche Nachricht-----</span></font><span =
> > lang=3DDE><br>
> > </span><b><font size=3D2 color=3Dblack><span lang=3DDE =
> > style=3D'font-size:10.0pt;
> > color:black;font-weight:bold'>Von:</span></font></b><font size=3D2 =
> > color=3Dblack><span
> > lang=3DDE style=3D'font-size:10.0pt;color:black'> =
> > opencms-dev-admin at opencms.org
> > [mailto:opencms-dev-admin at openc ms.org] <b><span =
> > style=3D'font-weight:bold'>Im
> > Auftrag von </span></b>Ernesto Salgado</span></font><span lang=3DDE><br>
> > </span><b><font size=3D2 color=3Dblack><span lang=3DDE =
> > style=3D'font-size:10.0pt;
> > color:black;font-weight:bold'>Gesendet:</span></font></b><font size=3D2
> > color=3Dblack><span lang=3DDE style=3D'font-size:10.0pt;color:black'> 19 =
> > May 2004
> > 10:26</span></font><span lang=3DDE><br>
> > </span><b><font size=3D2 color=3Dblack><span lang=3DDE =
> > style=3D'font-size:10.0pt;
> > color:black;font-weight:bold'>An:</span></font></b><font size=3D2 =
> > color=3Dblack><span
> > lang=3DDE style=3D'font-size:10.0pt;color:black'> <st1:PersonName =
> > w:st=3D"on">opencms-dev at opencms.org</st1:PersonName></span></font><span
> > lang=3DDE><br>
> > </span><b><font size=3D2 color=3Dblack><span lang=3DDE =
> > style=3D'font-size:10.0pt;
> > color:black;font-weight:bold'>Betreff:</span></font></b><font size=3D2
> > color=3Dblack><span lang=3DDE style=3D'font-size:10.0pt;color:black'> =
> > Fwd:
> > [opencms-dev] <cms:link> tag problem</span></font><span =
> > lang=3DDE><br>
> > <br>
> > <font color=3Dblack><span style=3D'color:black'> </span></font><br>
> > <br>
> > <br>
> > <br>
> > <font color=3Dblack color3Dblack><span style=3D'color:black'>Sorry ... =
> > my probles
> > is with <cms:include element=3D "body"/>  =
> > tag.</span></font><br>
> > <br>
> > <br>
> > <font color=3Dblack><span style=3D'color:black'> </span></font><br>
> > <br>
> > <br>
> > <font color=3Dblack><span style=3D'color:black'>Also I have discovered =
> > another
> > thing ... <br /> tags, are tran sformed to <br> when OpenCMS =
> > send
> > de response ... Why?????</span></font><br>
> > <br>
> > <br>
> > <font color=3Dblack><span style=3D'color:black'> </span></font><br>
> > <br>
> > <br>
> > <font color=3Dblack><span style=3D'color:black'>Thanks</span></font><br>
> > <br>
> > <o:p></o:p></span></p>
> >
> > <div style=3D'margin-left:35.4pt'>
> >
> > <div class=3DMsoNormal align=3Dcenter =
> > style=3D'margin-left:35.4pt;text-align:center'><font
> > size=3D3 face=3D"Times New Roman"><span lang=3DDE =
> > style=3D'font-size:12.0pt'>
> >
> > <hr size=3D1 width=3D"100%" align=3Dcenter>
> >
> > </span></font></div>
> >
> > </div>
> >
> > <p class=3DMsoNormal =
> > style=3D'mso-margin-top-alt:0cm;margin-right:0cm;margin-bottom:
> > 12.0pt;margin-left:70.8pt'><font size=3D3 face=3D"Times New Roman"><span =
> > lang=3DDE
> > style=3D'font-size:12.0pt'><br>
> > <br>
> > <a =
> > href=3D"http://es.rd.yahoocom/mail_es/tagline/mail/*http:/es.mail.yahoo.c=
> > om/"><b><font
> > size=3D2 color=3Dblack><span =
> > style=3D'font-size:10.0pt;color:black;font-weight:bold'>Correo
> > Yahoo!</span></font></b></a></span></font><font size=3D2 =
> > color=3Dblack><span
> > lang=3DDE style=3D'font-size:10.0pt;color:black'>: 6MB, m? protecci? =
> > contra el spam
> > <b><span =
> > style=3D'font-weight:bold'>?gratis!</span></b></span></font><font
> > color=3Dblack><span lang=3DDE style=3D'color:black'> </span></font><span =
> > lang=3DDE><br>
> > <br>
> > <o:p></o:p></span></p>
> >
> > </div>
> >
> > </body>
> >
> > </html>
> > <BR>
> >
> > <P><FONT SIZE=3D2>---<BR>
> > Incoming mail is certified Virus Free.<BR>
> > Checked by AVG anti-virus system (http://www.grisoft.com).<BR>
> > Version: 6.0.683 / Virus Database: 445 - Release Date: 12/05/2004<BR>
> > </FONT> </P><BR>
> >
> > <P><FONT SIZE=3D2>---<BR>
> > Outgoing mail is certified Virus Free.<BR>
> > Checked by AVG anti-virus system (http://www.grisoft.com).<BR>
> > Version: 6.0.683 / Virus Database: 445 - Release Date: 12/05/2004<BR>
> > </FONT> </P>
> >
> > ------=_NextPart_000_0049_01C43D89.8AE3B810--
> >
> >
> >
> > --__--__--
> >
> > _______________________________________________
> > This mail is send to you from the opencms-dev mailing list
> > To change your list options, or to unsubscribe from the list, please visit
> > http://mail.opencms.org/mailman/listinfo/opencms-dev
> >
> > End of opencms-dev Digest
> >
>_______________________________________________
>This mail is send to you from the opencms-dev mailing list
>To change your list options, or to unsubscribe from the list, please visit
>http://mail.opencms.org/mailman/listinfo/opencms-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20040520/5d89cae6/attachment.htm>


More information about the opencms-dev mailing list