Execute And Wait

2008-06-13 Thread Ian Meikle
Hi, Does anyone have any experience of using the execute and wait interceptor in a clustered environment. I see the interceptor put the BackgroundProcess object in the session. This object has a reference to among other things the action. If the app server is using a DB to share session informati

Re: Spring autowiring null values

2008-05-21 Thread Ian Meikle
ers Mailing List" To Struts Users Mailing List cc Subject Re: Spring autowiring null values --- Ian Meikle <[EMAIL PROTECTED]> wrote: > Yes I have tried, but as I previously said, this is the STRUTS2 > Spring plugin that is causing this behaviour NOT Spring. >

Re: Spring autowiring null values

2008-05-20 Thread Ian Meikle
tting autowiring to "no" in the spring config file? I'm still not convinced this is the issue you're trying to solve, but as more details aren't forthcoming, this is all I have for you. Dave --- Ian Meikle <[EMAIL PROTECTED]> wrote: > Hi Dave, > > Thanks

Re: Spring autowiring null values

2008-05-20 Thread Ian Meikle
pring autowiring null values --- Ian Meikle <[EMAIL PROTECTED]> wrote: > I have already read this page, the possible values are given as: > > name, type, auto or constructor. > > There is no NONE, or OFF value, and looking at the source code there > does not seem to be

Re: [Struts 2] Datetimepicker tag Bug ?!

2008-05-19 Thread Ian Meikle
I have had the same problem. I assume you are not using an US locale in your client browser. We use Norwegian and German and it does not work. Regards Ian CSC Solutions Norge AS Registered Office: SandsliƄsen 57, 5254 Sandsli, Norway Registered in Norway No: 958 958 455

Re: Spring autowiring null values

2008-05-19 Thread Ian Meikle
TED]> 19.05.2008 15:54 Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Spring autowiring null values --- Ian Meikle <[EMAIL PROTECTED]> wrote: > We would like to turn off the autowiring completly. > I understand that this is no

Re: Spring autowiring null values

2008-05-19 Thread Ian Meikle
n, you can set Spring's default wiring to something else or turn it off altogether. Dave --- Ian Meikle <[EMAIL PROTECTED]> wrote: > Is there a way of stopping Spring from autowiring values ? > Especially null values? > > We use Spring to set up our actions to ease the integr

Spring autowiring null values

2008-05-19 Thread Ian Meikle
Hi, Is there a way of stopping Spring from autowiring values ? Especially null values ? We use Spring to set up our actions to ease the integration of hibernate, but we do not want Spring to set default values when property is null. Can this be turned off ? I have tried but this does not seem

Re: 2

2008-05-06 Thread Ian Meikle
ct Re: 2 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, i did it like that: in package_??.properties (?? for the locale) dateformat=dd.MM. in my jsp: Maybe it works for you ~ volker Ian Meikle schrieb: | Hi, | | In the doc for it says: "The value sent to the server | is

2

2008-05-01 Thread Ian Meikle
Hi, In the doc for it says: "The value sent to the server is a locale-independent value, in a hidden field as defined by the name attribute. The value will be formatted conforming to RFC3 339 (-MM-dd'T'HH:mm:ss) " >From my debugging two values are sent to the server. 1) dojo.attr

tag

2008-05-01 Thread Ian Meikle
Hi, We are trying to the the tag for date fields. The doc says that this tag should accept and display dates in the user locale. All seems well as long as the user has US english locale defined in his browser. However if the user uses another locale, en-gb (English), no_NO (norwegian) ect, the

Dynamic params in

2008-04-25 Thread Ian Meikle
Hi, I am trying to add several dynamic parameters to a URL. So I thought the code below would work. However it does not. Debugging, I see that the parameters are attempted to be set on the=20 IteratorComponent instead which is not very usefull ..

Re: interesting proxy + action chain issue

2008-04-11 Thread Ian Meikle
. - Jeromy Evans <[EMAIL PROTECTED]> 09.04.2008 01:23 Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: interesting proxy + action chain issue Ian Meikle wrote: > HI, > &

Re: struts.xml

2008-04-09 Thread Ian Meikle
Hi Lukasz, Thanks very much for that. This has given me the info I needed. Regards Ian CSC Solutions Norge AS Registered Office: SandsliƄsen 57, 5254 Sandsli, Norway Registered in Norway No: 958 958 455 ---

Re: struts.xml

2008-04-09 Thread Ian Meikle
e.org/2.x/docs/guides.html. Click the result types link and there you go. Regards, Randy Burgess Sr. Web Applications Developer Nuvox Communications > From: Ian Meikle <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List > Date: Wed, 9 Apr 2008 16:33:40 +0200 > To: Stru

struts.xml

2008-04-09 Thread Ian Meikle
Hi, Can anyone point me to where the seperate sections of the struts.xml file is described ? I am specifically looking at what the valid values in the element are ? Many thanks Ian ---

RE: interesting proxy + action chain issue

2008-04-08 Thread Ian Meikle
HI, I have been following this post with interest since I used the PRG pattern in previous projects. We are using struts 2 in are current project and I like the errorMessages behaviour that is part of the Action. Is it possible to persist these over the PRG cycle ? By default I assume they woul

Problem with URL tag

2008-04-01 Thread Ian Meikle
Hi, I have downloaded what is discribed as the latest "best available" release of STRUTS 2.0.11.1 (http://struts.apache.org/downloads.html) I am following the tutorial "Using tags" where the example uses a URL tag with the "var" attribute. However this crashes since the TLD in the stru

xwork 2.1.1-SNAPSHOT

2008-04-01 Thread Ian Meikle
Hi, We are starting to use STRUTS 2 and have found that the MailReader demo app throws an exception. To help us find the root of this problem and to help us understand xwork better we are looking for the source code for the release of xwork that struts 2 v2.0.11.1 is built on. This does not se