Re[2]: German Umlaute

2004-09-17 Thread Carl-Eric Menzel
all the time. Going directly to UTF-8 solves all that. Is there any good reason not to use UTF-8 by default? -- Carl-Eric Menzel * OpenPGP KeyID 808F4A8E * Encrypted Messages Preferred Der Beginn aller Wissenschaften ist das Erstaunen, daß die Dinge sind, wie sie sind

Re: German Umlaute

2004-09-16 Thread Carl-Eric Menzel
, but it should give them another hint what you want them to do. HTH Carl-Eric -- Carl-Eric Menzel * OpenPGP KeyID 808F4A8E * Encrypted Messages Preferred It is seldom that liberty of any kind is lost all at once. - David Hume

Re: character encoding

2004-07-21 Thread Carl-Eric Menzel
be if the html:form-tag would finally support the accept-charset attribute as specified in HTML4.01. HTH Carl-Eric -- Antwort: Weil es das Lesen des Textes erschwert. | Carl-Eric Menzel Frage : Warum ist das so schlimm? | PGP ID: 808F4A8E Antwort: Antworten oben zu schreiben

Re[2]: character encoding

2004-07-21 Thread Carl-Eric Menzel
tag to support this attribute, or whether there is any good reason why it is not implemented. So far I haven't received an answer. Carl-Eric -- Antwort: Weil es das Lesen des Textes erschwert. | Carl-Eric Menzel Frage : Warum ist das so schlimm? | PGP ID: 808F4A8E Antwort

Re[3]: character encoding

2004-07-21 Thread Carl-Eric Menzel
(but conforming to the spec!) Content-Type header made so many broken CGI-scripts puke that they removed this feature again. *sigh* Carl-Eric -- Antwort: Weil es das Lesen des Textes erschwert. | Carl-Eric Menzel Frage : Warum ist das so schlimm? | PGP ID: 808F4A8E Antwort: Antworten oben

form accept-charset

2004-07-11 Thread Carl-Eric Menzel
send the same charset back. Is this planned for Struts? If not, is there any way I can add it myself? Thanks Carl-Eric -- Antwort: Weil es das Lesen des Textes erschwert. | Carl-Eric Menzel Frage : Warum ist das so schlimm? | PGP ID: 808F4A8E Antwort: Antworten oben zu schreiben

Re: OT: Hibernate Session to User Session

2004-06-08 Thread Carl-Eric Menzel
I was reading in the Hibernate forums that when you have a WebApp DAO Hibernate DB design, and you open/close each Hibernate session at every single DAO method call (what I do now) its actually quite expensive, This is fairly expensive, but not that much. The *SessionFactory* is expensive,

Re[2]: Hibernate Session to User Session

2004-06-08 Thread Carl-Eric Menzel
Riyad Kalla wrote: I believe that is what I am using now (it seems to be quite popular) but I don't quite understand the reasoning behind the ThreadLocal approach (I've actually never used 'ThreadLocal')... can you shed some light on this? What the mapping between Hibernate Sessions and Users