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: Issues with Struts Tiles

2013-10-06 Thread Per Pascal Grube
One thing, that I saw while looking at your code is that I have a different taglib: <%@ taglib uri="http://tiles.apache.org/tags-tiles"; prefix="tiles" %> and that I use to include fragments. Maybe this helps. Regards, Pascal On Saturday 05 October 2013 11:04:55 Srineel Mazumdar wrote: > H

Re: how to enable client side validations?

2013-09-26 Thread Per Pascal Grube
I think you have to find somthing else. The client side validation code is created by the struts tags. I don't think there is a way to get the client side validation code without the tags. Regards, Pascal On Thursday 26 September 2013 18:54:55 Yaragalla Muralidhar wrote: > Any possibilities? >

Re: json result type not parse OGNL expressions in params

2012-10-21 Thread Per Pascal Grube
Hi, On Sunday 21 October 2012 03:12:07 JOSE L MARTINEZ-AVIAL wrote: > Hi, > I'm using a json result type defined as follows: > > > false > name="includeProperties">resultName,resultMessage,data.*,fieldErrors.*,actio > nErrors.*,actionMessages.* name="excludeNullProperties">true > true > ${erro

Re: Injecting Static/Mock Resources into my Struts 2 Actions

2012-08-22 Thread Per Pascal Grube
Hi I use easymock to mock service in the action classes. In the spring context I add: Hope thats enough to give you a idea how it could work Regards, Pascal On Wednesday 22 August 2012 15:33:26 Davis, Chad wrote: > I would like to deploy my app to a UI testing / demo environme

Re: Struts, spring integration while using struts annotations

2012-02-29 Thread Per Pascal Grube
Hi, there is no need to define a spring bean for your struts actions. At least when you use a struts.xml. I have not tried what happens when you use annotations. As far as I now, all struts actions will be created as prototypes by spring. If you define them in the applicationsContext.xml, they

Re: Struts, spring integration while using struts annotations

2012-02-29 Thread Per Pascal Grube
Hi, there is no need to define a spring bean for your struts actions. At least when you use a struts.xml. I have not tried what happens when you use annotations. As far as I now, all struts actions will be created as prototypes by spring. If you define them in the applicationsContext.xml, they