RE: MESSAGE TO ADMINIISTRATOR: Unscribing from this mailing list

2014-01-07 Thread Roger Chee
Same here! Regards, Roger Sent from Samsung Mobile Original message From: Francis Louis Date:08/01/2014 11:22 (GMT+08:00) To: Struts Users Mailing List Subject: RE: MESSAGE TO ADMINIISTRATOR: Unscribing from this mailing list Hi, Could someone please remove me also

RE: MESSAGE TO ADMINIISTRATOR: Unscribing from this mailing list

2014-01-07 Thread Francis Louis
Hi, Could someone please remove me also from the list? I have also tried two times to remove me from the list and I was also not successful in removing me from the list. Best Regards Francis > Date: Tue, 7 Jan 2014 21:46:31 -0500 > Subject: Re: MESSAGE TO ADMINIISTRATOR: Unscribing from this m

RE: MESSAGE TO ADMINIISTRATOR: Unscribing from this mailing list

2014-01-07 Thread Michel Prévost
That is exactly what I tried. Responding to the message gives me the postmaster error, whether I reply directly or use the link. -Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict Sent: January-07-14 9:43 PM To: Struts Users

Re: MESSAGE TO ADMINIISTRATOR: Unscribing from this mailing list

2014-01-07 Thread sabriz naduvilothi
have attempted to remove myself from this list at several occasions, never worked. The link sent by the server returns a postmaster error when clicked. Could some administrator from this list unsubscribe me please? On Jan 7, 2014 9:30 PM, "Michel Prévost" wrote: > I have attempted to remove mysel

Re: MESSAGE TO ADMINIISTRATOR: Unscribing from this mailing list

2014-01-07 Thread Paul Benedict
Email user-unsubscr...@struts.apache.org and wait for a message. When you receive the message, just respond to it and you'll be finished. On Tue, Jan 7, 2014 at 6:30 PM, Michel Prévost wrote: > I have attempted to remove myself from this list at several occasions, > never > worked. The link sent

MESSAGE TO ADMINIISTRATOR: Unscribing from this mailing list

2014-01-07 Thread Michel Prévost
I have attempted to remove myself from this list at several occasions, never worked. The link sent by the server returns a postmaster error when clicked. Could some administrator from this list unsubscribe me please? Thanks a bunch! Michel

Re: [OT] Setting up mail server on Linux?

2014-01-07 Thread Per Pascal Grube
Do you need to use postfix? I use msmtp as mailserver when only sending mail. Cheers, Pascal Paul Benedict schrieb: >Anyone experienced with installing/configuring mail servers on Linux? I >have chosen Postfix as my tool but I'll take any working solution. I don't >need to receive any emails,

Re: [OT] Setting up mail server on Linux?

2014-01-07 Thread Paweł Wielgus
After putting all together, try to send emails to different probable e-mail providers and check if you will succeed (create your accounts there first), many of them are using "special tricks" to avoid spam but occasionally they block also normal senders. Last such thing i faced was grey-listing.

Re: [OT] Setting up mail server on Linux?

2014-01-07 Thread Dave Evans
This should help: http://www.postfix.org/STANDARD_CONFIGURATION_README.html#null_client On Tue, Jan 7, 2014 at 2:45 PM, Paul Benedict wrote: > Anyone experienced with installing/configuring mail servers on Linux? I > have chosen Postfix as my tool but I'll take any working solution. I don't >

[OT] Setting up mail server on Linux?

2014-01-07 Thread Paul Benedict
Anyone experienced with installing/configuring mail servers on Linux? I have chosen Postfix as my tool but I'll take any working solution. I don't need to receive any emails, only send emails from my domain from a Struts application. -- Cheers, Paul

Re: Problem with resultType "dispatcher" when using sitemesh

2014-01-07 Thread Lukasz Lenart
It won't work, you can try adding REQUEST FORWARD INCLUDE to Struts2 filter mapping. Instead of "dispatcher" try to use "chain" result. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2014/1/7 Thomas Hermann : > Hello, > > I have a problem with the resultType "dispatcher" when us

Re: Need help for 2.3.16

2014-01-07 Thread Emi Lu
Happy new year List! Thank you very much for all of your inputs and my projects are success with 2.3.16 + jquery3.7.0. As a sum: (1) 2.3.16 + jquery3.7.0 [success] (2) 2.3.15.x + jquery3.6.x [success] (3) 2.3.15.x + jquery3.7.0 [Not acceptable] On 01/03/2014 07:10 AM, Johannes Geppert wrote:

Problem with resultType "dispatcher" when using sitemesh

2014-01-07 Thread Thomas Hermann
Hello, I have a problem with the resultType "dispatcher" when using sitemesh along with the StrutsFilter: In my struts.xml (see below) I have configured an action (myAction1) that forward the request (result-type=dispatcher) to another Action (myAction2) that display the view. In my web.xml(

Re: Application configuration file

2014-01-07 Thread Lukasz Lenart
I think it is a great place for plugin ;-) You can use interceptor with connected interface as e.g. ServletConfigInterceptor and RequestAware - interceptor will read the config files and then it will apply them to actions implementing given interface. You can have many interfaces to distinguish di

Re: Application configuration file

2014-01-07 Thread Chris
Hello , I have the same request. Perhaps the response can help you You can use Interceptor#init() http://struts.1045723.n5.nabble.com/Struts2-and-JDBC-How-to-read-jdbc-properties-only-once-for-100-or-1000-users-td5714995.html Le Mardi 7 janvier 2014 10h17, Giuliano Catrambone a écrit : H

Application configuration file

2014-01-07 Thread Giuliano Catrambone
Hi all, can someone suggest me how to manage an application configuration file in a struts application? I'm thinking a configuration file like .properties Is there a place in a struts app where I can read the properties cfg file just once and share it in every java