Hi,
I'm trying to implement a simple, 3-step wizard form by extending the AbstractWizardFormController (yes, I know about WebFlow :). However, I would like to avoid creating a Session on the...
Type: Posts; User: ikester; Keyword(s):
Hi,
I'm trying to implement a simple, 3-step wizard form by extending the AbstractWizardFormController (yes, I know about WebFlow :). However, I would like to avoid creating a Session on the...
Thanks. I'll probably do both. I'll also try to submit a patch if I get it to work locally.
Hi,
I'm just wondering why the startBatch() and executeBatch() methods are missing from the SqlMapClientOperations interface (and therefore SqlMapClientTemplate) for iBATIS support?
The only...
I just read this article on TSS (http://stage.theserverside.com/articles/article.tss?l=IOCandEJB) and was wondering what Spring people think about the ideas presented. Some of it seems apppropriate....
Thanks Omar. That is a good solution and it worked well in testing. I will go with that for now.
Maybe I just underestimated the actual amount of files in the archive as ev9d9 suggests. I had no virus scanner running when it happened. I also forgot to mention that I downloaded the...
I recently downloaded and uzipped release 1.1.1 and 1.1.2 a couple of weeks apart to install on a P4 2.8 GHz machine and I was surprised at how long it takes to unzip the package. I used the Windows...
Hi all,
The AbstractWizardFormController overides the showForm() method and makes if -final- (showPage() is also final). I'm working on a WizardFormController and I would like to conditionally...
Hi Dan,
We used OpenAMF very successfuly with Spring for a recent project. From your post, it seems like your OpenAMF gateway is not mapped correctly for the request. You should not be hitting ANY...
Looking through the source code for JavaMailSenderImpl, i noticed that the email is sent synchronously in the send(...) method by directly calling transport.sendMessage(). I have always seen...