Re: Html::textarea loses characters

2003-03-03 Thread Thomas Gourgon
Sakis, This looks like a browser issue to me. Did you try Netscape or Mozilla? I have had similar a problems with Japanese content(UTF-8) in IE for mac where '???' where showing on some form elements. I never found a solution around other than switching SHIFT-JIS character encoding so if you

Re: Html::textarea loses characters

2003-03-03 Thread Sakis Chatzinikolaou
Subject: Re: Html::textarea loses characters Sakis, This looks like a browser issue to me. Did you try Netscape or Mozilla? I have had similar a problems with Japanese content(UTF-8) in IE for mac where '???' where showing on some form elements. I never found a solution around other than

Html::textarea loses characters

2003-03-02 Thread Sakis Chatzinikolaou
Hi all, I have a problem with html:textarea. This is how it goes. I have an action Form with only one property landComments package untitled1; import org.apache.struts.action.*; import javax.servlet.http.*; public class Untitled1ActionForm extends ActionForm { private String landComments;

Re: Html::textarea loses characters

2003-03-02 Thread Becky Norum
Sakis, What do your struts-config.xml and web.xml look like? On first glance, the classes you posted look fine. web.xml should have: servlet-mapping servlet-nameYOUR SERVLET NAME/servlet-name url-pattern*.do/url-pattern /servlet-mapping and

Re: Html::textarea loses characters

2003-03-02 Thread Becky Norum
Sakis, What do your struts-config.xml and web.xml look like? On first glance, the classes you posted look fine. web.xml should have: servlet-mapping servlet-nameYOUR SERVLET NAME/servlet-name url-pattern*.do/url-pattern /servlet-mapping and

Re: Html::textarea loses characters

2003-03-02 Thread Sakis Chatzinikolaou
] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Sunday, March 02, 2003 9:08 PM Subject: Re: Html::textarea loses characters Sakis, What do your struts-config.xml and web.xml look like? On first glance, the classes you posted look fine. web.xml should have: servlet-mapping

Re: Html::textarea loses characters

2003-03-02 Thread Becky Norum
Sakis, I actually copied and pasted your classes and settings into my own server and had no problems. Only difference was my suffix is *.action instead of *.do - unless I made some other typo. I'm running Tomcat 4.0.6 on Redhat 7.3 with struts 1.1-b3. Did you check your log files - did they