Character Encoding of textfield

2014-05-13 Thread Dipl.-Ing. Jens Lünstedt
Hello, I have a strange problem. Today I noticed in one of my apps that all german characters like öäü are changed. So when I get the event that the text of that field is changed the text is already changed to something not readable. The last time some days ago I tested that in the app all was

Re: Character Encoding of textfield

2014-05-13 Thread Klaus Berkling
On May 13, 2014, at 8:49 AM, Dipl.-Ing. Jens Lünstedt jens.luenst...@ritz-schmidt.de wrote: I have a strange problem. Today I noticed in one of my apps that all german characters like öäü are changed. So when I get the event that the text of that field is changed the text is already

Re: [ANN] Montage Studio

2014-05-13 Thread Benoit Marchant
Thanks Jonathan, make good use of it! Benoit On May 12, 2014, at 12:58, Jonathan Miller jlmil...@kahalawai.com wrote: Thank you for the history of Montage and congratulations on creating an amazing product! On Sun, May 11, 2014 at 9:57 PM, Benoit Marchant march...@gmail.com wrote:

Re: Character Encoding of textfield

2014-05-13 Thread Klaus Berkling
On May 13, 2014, at 9:49 AM, Jens Lünstedt lu...@me.com wrote: the text is changed before it is send to the database. The changed characters are stored into the database and after the refresh of the table grid the changed character is shown. For example I have a textfield with an

Re: Character Encoding of textfield

2014-05-13 Thread Bastian Triller
er.extensions.ERXApplication.DefaultEncoding=UTF-8 also look in ERXApplication.setDefaultEncoding, if you want to know where/what switches can screw things up http://wiki.wocommunity.org/display/documentation/UTF-8+Encoding+Tips On 13 May 2014 17:49, Dipl.-Ing. Jens Lünstedt

On ERPartials

2014-05-13 Thread Ângelo Andrade Cirino
Hi, I am trying to model a ContactMechanism entity with three specialized entities representing Phone, Email and PostalAddress. I followed the ERPartial documentation and example and thought that I would be able to model composition instead of inheritance using ERPartials. Since the three

calendar component?

2014-05-13 Thread Theodore Petrosky
Is there a 'calendar' component that I can add to my D2W app? I see an example of creating a calendar in the AjaxExample2 but nothing in the D2W components. I need to display a calendar (like the ajax example) and put events into the calendar. It would be very nice if I could find an example.

Re: calendar component?

2014-05-13 Thread David Holt
This one kind of works: ERMODCalendarPage On 2014-05-13, at 1:58 PM, Theodore Petrosky tedp...@yahoo.com wrote: Is there a 'calendar' component that I can add to my D2W app? I see an example of creating a calendar in the AjaxExample2 but nothing in the D2W components. I need to

Re: calendar component?

2014-05-13 Thread Ramsey Gurley
Yeah, create a page configuration named ListCalendar* or set your subtask to calendar on a list page with a rule. You'll get your framework's flavor of calendar list page. The date key is the first item listed in your sortOrderings array, which is a little confusing. R2D2W does calendars with

Re: On ERPartials

2014-05-13 Thread Paul Hoadley
Hi Angelo, On 14/05/2014, at 4:08 AM, Ângelo Andrade Cirino aacir...@gmail.com wrote: I am trying to model a ContactMechanism entity with three specialized entities representing Phone, Email and PostalAddress. I followed the ERPartial documentation and example and thought that I would be

Re: On ERPartials

2014-05-13 Thread Ângelo Andrade Cirino
Hi Paul, Thank you for your help. I did suspect that partial entities would only work with a single table, but that was just a guess since the html document and the example implement the partials in a single table. I think I understood the concept, but tried to make it work in a way it wasn't

Re: Character Encoding of textfield

2014-05-13 Thread CHRISTOPH WICK | i4innovation GmbH, Bonn
Hi Jens, does your wo-form set 'enctype=multipart/form-data' ? (AFAIK it is necessary, if you are using WOFileUpload) If so, try to use the following in your Application's constructor: public class Application extends ERXApplication { ... public Application() { ...

Any plans to build libapache2-mod-wo for Ubuntu 14.04 LTS

2014-05-13 Thread D Tim Cummings
Hi all (and Bastian Triller) I have tried using the instructions at http://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+Debian+or+Ubuntu for installing WebObjects on Ubuntu 14.04 LTS but the built libapache2-mod-wo doesn't work and has to be rebuilt

Re: Character Encoding of textfield

2014-05-13 Thread Dipl.-Ing. Jens Lünstedt
Good morning Christoph, I use er.extensions.ERXApplication.DefaultEncoding=UTF-8 er.extensions.ERXApplication.DefaultMessageEncoding=UTF-8 in the Properties file and all is fine now. For file upload I use the AjaxFileUpload. That looks nicer. Grüße nach Bonn Jens Am 14.05.2014 um 01:16