Re: MooTools Observer: fullSubmit not working

2013-04-17 Thread Johnny Miller
Hi Michael, Do you see an error in the JavaScript console? Do you specify the update container ID? Thanks, Johnny Aloha, Mr. Johnny Miller Web Development Manager Kahalawai Media Company Lahaina, HI 96761 tel: (808) 661-7962 | mobile: (808) 283-0791 website | e-mail On Apr 17, 2013,

MooTools Observer: fullSubmit not working

2013-04-17 Thread Michael Schmiedgen
Hi list, anyone noticed that MTAjaxObserveFields 'fullSubmit' is not working? If I set 'fullSubmit' to 'true' nothing gets submitted. Am I doing something wrong here or what is the problem? Thanks, Michael -- ___ Michael Schmiedgen, BSc Senior Software Engineer Takw

Re: exchange server and javamail

2013-04-17 Thread Theodore Petrosky
so I telneted in: TedMBP:~ asacksadmin$ telnet email.com 25 Trying 10.1.2.225... Connected to email.com. Escape character is '^]'. 220 EXCHANGE.internal Microsoft ESMTP MAIL Service ready at Wed, 17 Apr 2013 08:31:18 -0400 EHLO 250-EXCHANGE.internal Hello [10.1.12.93] 250-SIZE 10485760 250-PIPEL

FW: [ANN] WOUnit 1.2.2

2013-04-17 Thread Martin B
Hi Michael, If maven is already installed on you machine, you can easily compile the code from the command line by typing the following in the root directory of the WOUnit project: mvn clean package Then you will be able to retrieve the jar from the "target" subfolder and add it to your Eclipse

Re: exchange server and javamail

2013-04-17 Thread Þór Sigurðsson
Step 1: Find out authentication method ( lines starting with "-" are from the system, "*" contains your input ) : * yourmachine:~ you$ telnet mail.yourdomain.tld 25 - Trying aaa.bbb.ccc.ddd... - Connected to mail.yourdomain.tld. - Escape character is '^]'. - 220 mail.yourdomain.tld Micros